summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2024-03-18 11:06:51 +0100
committertv <tv@krebsco.de>2024-03-18 11:08:43 +0100
commit51e7abe37677e3993bbdd8d362f7e214d9b15ed4 (patch)
treeda40d75179d05ec9e1e7060c28bf92693d42f710
parentc0494dbf4ee2db7f5474ac2a25949cd7456c0af1 (diff)
bash: cd ~/hrm on hrm desktop
-rw-r--r--configs/bash/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/bash/default.nix b/configs/bash/default.nix
index 46b90b1..0ec6bf0 100644
--- a/configs/bash/default.nix
+++ b/configs/bash/default.nix
@@ -36,6 +36,9 @@
}
)}
case $_CURRENT_DESKTOP_NAME in
+ hrm)
+ cd ~/hrm
+ ;;
stockholm)
cd ~/stockholm
;;