Minor improvements for zsh and vim
This commit is contained in:
parent
e61a51ecde
commit
03a3a6de34
4 changed files with 33 additions and 0 deletions
3
zshrc
3
zshrc
|
|
@ -40,5 +40,8 @@ alias ls='ls --color=auto'
|
|||
# -----------------------------------------------------------------------------
|
||||
# My Actual Configuration Starts Here
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
export GPG_TTY=$TTY
|
||||
|
||||
[[ ! -f ~/.zshrc.local ]] || source ~/.zshrc.local
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue