AutoYADM commit: 2025-02-08 15:05:06

This commit is contained in:
Daniel Fichtinger 2025-02-08 15:05:07 -05:00
parent 4003126330
commit eca0217aab

5
.zshrc
View file

@ -2,7 +2,8 @@
bindkey -r '\ex'
ZSH="$HOME/.oh-my-zsh"
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 $ZSH/oh-my-zsh.sh
ASHEN="$HOME/dev/plugins/ashen.nvim"
@ -129,6 +130,8 @@ eval "$(zoxide init zsh)"
eval "$(rip completions zsh)"
export DIRENV_LOG_FORMAT=""
export GPG_TTY=$(tty)
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpg-connect-agent /bye > /dev/null
eval "$(direnv hook zsh)"
# colorscript -e 36
source ~/scripts/obsidian-bridge.sh