From 48a5d271db5f3c3f2ec6981371b9cf173a35d9b0 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 22 Feb 2022 18:12:40 -0500 Subject: [PATCH] Set up some personal-preference stuff --- configs/zsh/.zshrc | 5 ++++- install.conf.yaml | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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