1
0
Fork 0
dotfiles/.config/zsh/.zshrc
2024-06-10 01:59:29 +02:00

12 lines
222 B
Bash

#!/bin/zsh
for f in \
"$ZDOTDIR"/configs/* \
/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