diff --git a/zshrc b/zshrc index 7b8d650..8bf4623 100644 --- a/zshrc +++ b/zshrc @@ -46,4 +46,6 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' for f in $HOME/.zsh/* do source "$f" -done \ No newline at end of file +done + +alias zshrefresh="source ~/.zshrc"