From 8cd3ecee172e1a0011f79e97b88f377a84b47a16 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 13 Nov 2023 09:33:53 -0500 Subject: [PATCH] Add a macro for going to dev area --- configs/shells/bash/macros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index dc932a4..5457c72 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -63,6 +63,7 @@ fi # If we are running in a studio environment if [ ! -z "$EWP_IN_GURU_ENVIRONMENT" ]; then alias guru_launcher3="python $GURU_PYTHON_ROOT/env/guru_launcher3.py" + alias cd-dev="cd /s/development/epratten" fi # Kill via pgrep