Standardized rebuild/reload conventions a bit.

This commit is contained in:
Luke 2025-08-02 16:28:20 -07:00
parent 753f6ae659
commit 89b9edeff7
2 changed files with 9 additions and 1 deletions

View file

@ -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 &