mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31: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'
|
alias aledit='$EDITOR ~/.dotfiles_aliases.sh'
|
||||||
|
|
||||||
export p="${HOME}/projects"
|
export p="${HOME}/projects"
|
||||||
|
export g="${HOME}/git"
|
||||||
|
export w="${HOME}/work"
|
||||||
|
|
||||||
### SETUP PATHS ####
|
### SETUP PATHS ####
|
||||||
export PATH=$PATH:$HOME/bin
|
export PATH=$PATH:$HOME/bin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user