From 5664f13aea6395f5b15799a739d2fd4af6353271 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 15 Jan 2023 00:47:15 +0100 Subject: [PATCH] plasmarestart alias no longer binded with && --- home/.zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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