Set up some personal-preference stuff
This commit is contained in:
parent
e85777ffa7
commit
48a5d271db
@ -10,3 +10,6 @@ export EWCONFIG_ROOT="$HOME/.config/ewconfig"
|
|||||||
if [ -f $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh ]; then
|
if [ -f $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh ]; then
|
||||||
. $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh
|
. $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:
|
- create:
|
||||||
- ~/Downloads
|
- ~/Downloads
|
||||||
- ~/bin
|
- ~/bin
|
||||||
|
- ~/projects
|
||||||
|
- ~/src
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- [git submodule update --init --recursive, Installing submodules]
|
- [git submodule update --init --recursive, Installing submodules]
|
Loading…
x
Reference in New Issue
Block a user