AutoYADM commit: 2025-02-08 15:05:06
This commit is contained in:
parent
4003126330
commit
eca0217aab
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -2,7 +2,8 @@
|
||||||
bindkey -r '\ex'
|
bindkey -r '\ex'
|
||||||
ZSH="$HOME/.oh-my-zsh"
|
ZSH="$HOME/.oh-my-zsh"
|
||||||
export DISABLE_LS_COLORS=true
|
export DISABLE_LS_COLORS=true
|
||||||
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
plugins=(git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
||||||
|
# plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
ASHEN="$HOME/dev/plugins/ashen.nvim"
|
ASHEN="$HOME/dev/plugins/ashen.nvim"
|
||||||
|
@ -129,6 +130,8 @@ eval "$(zoxide init zsh)"
|
||||||
eval "$(rip completions zsh)"
|
eval "$(rip completions zsh)"
|
||||||
export DIRENV_LOG_FORMAT=""
|
export DIRENV_LOG_FORMAT=""
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
gpg-connect-agent /bye > /dev/null
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
# colorscript -e 36
|
# colorscript -e 36
|
||||||
source ~/scripts/obsidian-bridge.sh
|
source ~/scripts/obsidian-bridge.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue