Explorar el Código

Source ~/.zshrc.local if it exists

Thomas Dy hace 9 años
padre
commit
b6dbb7d14f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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