浏览代码

Source ~/.zshrc.local if it exists

Thomas Dy 9 年之前
父节点
当前提交
b6dbb7d14f
共有 1 个文件被更改,包括 3 次插入0 次删除
  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