plasmarestart alias no longer binded with &&

This commit is contained in:
Christoph J. Scherr 2023-01-15 00:47:15 +01:00
parent 06be0f771a
commit 5664f13aea
1 changed files with 1 additions and 1 deletions

View File

@ -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