Browse Source

Source ~/.zshrc.local if it exists

Thomas Dy 9 years ago
parent
commit
b6dbb7d14f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .zshrc

+ 3 - 0
.zshrc

@@ -13,3 +13,6 @@ if ! source "$HOME/.zgen/init.zsh"; then
 
     zgen save
 fi
+if [ -f "$HOME/.zshrc.local" ]; then
+    source "$HOME/.zshrc.local"
+fi