Set up some personal-preference stuff
This commit is contained in:
parent
e85777ffa7
commit
48a5d271db
@ -9,4 +9,7 @@ export EWCONFIG_ROOT="$HOME/.config/ewconfig"
|
||||
# Load per-host configuration
|
||||
if [ -f $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh ]; then
|
||||
. $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh
|
||||
fi
|
||||
fi
|
||||
|
||||
# I always want my ~/bin to be in my PATH
|
||||
export PATH="$HOME/bin:$PATH"
|
@ -14,6 +14,8 @@
|
||||
- create:
|
||||
- ~/Downloads
|
||||
- ~/bin
|
||||
- ~/projects
|
||||
- ~/src
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
Loading…
x
Reference in New Issue
Block a user