From 91b0713ddfe4f8603652fa52241d8e69dc84a4b2 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 20 Apr 2023 13:43:52 +0200 Subject: [PATCH] plasmarestart --- home/.zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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