add 'frappy' and 'boxweb' bash functions

This commit is contained in:
2025-05-28 11:59:27 +02:00
parent 7136fcfd9f
commit ebb3e16050

View File

@ -9,4 +9,12 @@ pathadd ~/bin
pathadd ~/.local/bin
pathadd ~/frappy/bin
frappy() {
systemctl --user $1 frappy
}
boxweb() {
sudo systemctl $1 boxweb
}
. ~/.config/linse_profile