1
0
Fork 0
dotfiles/.config/zsh/.zshrc

14 lines
262 B
Bash

#!/bin/zsh
for f in \
"$ZDOTDIR"/configs/* \
"$ZDOTDIR"/plugins/*/*.plugin.zsh \
/usr/share/zsh/plugins/*/*.plugin.zsh \
/usr/share/fzf/*.zsh
do
source $f
done
export GPG_TTY="$(tty)"
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1