diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 58be17b..46d8a32 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; kstart5 plasmashell" alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' alias gg=lazygit