From ea25269d1f8f29a9bcd2a99ca5b46e03467b2f62 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 24 Dec 2021 11:49:01 +0100 Subject: [PATCH] zsh: add $g and $w for git and work dirs --- brethil_dotfile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 0572f74..e20eadb 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -77,6 +77,8 @@ alias funedit='$EDITOR ~/.dotfiles_functions.sh' alias aledit='$EDITOR ~/.dotfiles_aliases.sh' export p="${HOME}/projects" +export g="${HOME}/git" +export w="${HOME}/work" ### SETUP PATHS #### export PATH=$PATH:$HOME/bin