1

Set up some personal-preference stuff

This commit is contained in:
Evan Pratten 2022-02-22 18:12:40 -05:00
parent e85777ffa7
commit 48a5d271db
2 changed files with 6 additions and 1 deletions

View File

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

View File

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