diff --git a/configs/zsh/.zshrc b/configs/zsh/.zshrc index 98f992f..1202358 100644 --- a/configs/zsh/.zshrc +++ b/configs/zsh/.zshrc @@ -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 \ No newline at end of file +fi + +# I always want my ~/bin to be in my PATH +export PATH="$HOME/bin:$PATH" \ No newline at end of file diff --git a/install.conf.yaml b/install.conf.yaml index 1cd1f6c..3c50760 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -14,6 +14,8 @@ - create: - ~/Downloads - ~/bin + - ~/projects + - ~/src - shell: - [git submodule update --init --recursive, Installing submodules] \ No newline at end of file