Removed any sourcing in global zshfiles except main zshrc

This commit is contained in:
ayakael 2018-04-03 13:07:44 -04:00
parent 824b63b602
commit c43cf40cb5
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026
2 changed files with 0 additions and 4 deletions

View file

@ -4,5 +4,3 @@ alias ls='ls --color=always -al'
alias dirs='dirs -v'
alias mkdir='mkdir -p'
alias rsync='rsync --info=progress2'
source ~/.zshalias

2
zshenv
View file

@ -2,5 +2,3 @@
export VISUAL=nano
export EDITOR=nano
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
source ~/.zshenv