add 'frappy' and 'boxweb' bash functions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user