summaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc.local
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zsh/.zshrc.local7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/.zshrc.local b/zsh/.zshrc.local
new file mode 100644
index 0000000..7600202
--- /dev/null
+++ b/zsh/.zshrc.local
@@ -0,0 +1,7 @@
+# Base16 Shell
+BASE16_SCHEME="thewildhunt"
+BASE16_SHELL="$HOME/.theme/base16-$BASE16_SCHEME.dark.sh"
+[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
+
+PATH="$HOME/.local/bin:$PATH"
+