fix
This commit is contained in:
parent
9765a9e04a
commit
828bb9cf84
1 changed files with 3 additions and 1 deletions
4
zshrc
4
zshrc
|
@ -46,4 +46,6 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
||||||
for f in $HOME/.zsh/*
|
for f in $HOME/.zsh/*
|
||||||
do
|
do
|
||||||
source "$f"
|
source "$f"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
alias zshrefresh="source ~/.zshrc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue