Added resource command to resource zshrc
This commit is contained in:
parent
de2ed90659
commit
1b33dd7cc4
1
zshrc
1
zshrc
@ -20,6 +20,7 @@ setopt HIST_IGNORE_SPACE
|
|||||||
#Do not store ls and cd
|
#Do not store ls and cd
|
||||||
alias cd=' cd'
|
alias cd=' cd'
|
||||||
alias ls=' ls --color=auto'
|
alias ls=' ls --color=auto'
|
||||||
|
alias resource='source ~/.zshrc'
|
||||||
if [ -f .zsh_environment ]
|
if [ -f .zsh_environment ]
|
||||||
then
|
then
|
||||||
source ~/.zsh_environment
|
source ~/.zsh_environment
|
||||||
|
Loading…
Reference in New Issue
Block a user