Added resource command to resource zshrc

This commit is contained in:
Faerbit 2014-01-11 17:18:48 +01:00
parent de2ed90659
commit 1b33dd7cc4

1
zshrc
View File

@ -20,6 +20,7 @@ setopt HIST_IGNORE_SPACE
#Do not store ls and cd
alias cd=' cd'
alias ls=' ls --color=auto'
alias resource='source ~/.zshrc'
if [ -f .zsh_environment ]
then
source ~/.zsh_environment