plasmarestart alias no longer binded with &&
This commit is contained in:
parent
06be0f771a
commit
5664f13aea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue