From ebb3e160500178268a25f150e3212620c280a9a0 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 28 May 2025 11:59:27 +0200 Subject: [PATCH] add 'frappy' and 'boxweb' bash functions --- to_home/.bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) 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