From bca06ca8058228814c7e1a01785b5a33df69cc21 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 2 Feb 2025 13:06:52 -0800 Subject: [PATCH] Swapped plasma restart to be easier to find in autocomplete --- aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index 6afcff3..fea770a 100644 --- a/aliases.sh +++ b/aliases.sh @@ -47,7 +47,7 @@ if ! which -s python && which -s python3; then alias python=python3 fi -function _restart_plasma() { +function -restart_plasma() { ( set -ex plasmashell --replace &>/dev/null &