Minor improvements for zsh and vim

This commit is contained in:
Andrew Mulbrook 2023-08-29 12:01:00 -05:00
parent e61a51ecde
commit 03a3a6de34
No known key found for this signature in database
GPG key ID: ECCE9C873ECB5BF0
4 changed files with 33 additions and 0 deletions

3
zshrc
View file

@ -40,5 +40,8 @@ alias ls='ls --color=auto'
# -----------------------------------------------------------------------------
# My Actual Configuration Starts Here
# -----------------------------------------------------------------------------
export GPG_TTY=$TTY
[[ ! -f ~/.zshrc.local ]] || source ~/.zshrc.local