diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 63eeb63..4f104b9 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -23,7 +23,7 @@ alias grep="grep --color" alias egrep="grep -E" alias lgrep="find | grep" alias psgrep="ps axu | grep" -alias plasmarestart="killall plasmashell && kstart plasma-desktop" +alias plasmarestart="killall plasmashell; kstart plasma-desktop" ### ZSH HOME export ZSH=$HOME/.zsh