mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: add $g and $w for git and work dirs
This commit is contained in:
parent
683ca475ae
commit
ea25269d1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user