diff --git a/to_home/.bash_profile b/to_home/.bash_profile index 360f0ce..4188d94 100644 --- a/to_home/.bash_profile +++ b/to_home/.bash_profile @@ -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