feat(zsh): various fixes

This commit is contained in:
2024-01-25 20:00:13 +01:00
parent 3fd73e311a
commit aeaedd8411
5 changed files with 14 additions and 7 deletions

View File

@@ -39,9 +39,6 @@ eval "$(pyenv virtualenv-init -)"
# ggman
eval "$(ggman shellrc)"
# gpg
export GPG_TTY=$(tty)
# custom functions and aliases
source "$ZDOTDIR/aliases.zsh"
source "$ZDOTDIR/scripts.zsh"