zsh: add $g and $w for git and work dirs

pull/6/head
bretello 2021-12-24 11:49:01 +01:00
parent 683ca475ae
commit ea25269d1f
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 0 deletions

View File

@ -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