Sfoglia il codice sorgente

Add a mechanism to disable all

Emmanuel Bouthenot 9 anni fa
parent
commit
ad64753e62
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      zsh/zshrc

+ 7 - 0
zsh/zshrc

@@ -2,6 +2,13 @@
 # Customized configuration for ZSH based on prezto #
 ####################################################
 
+#
+# Exit if asked
+#
+if [[ "${DISABLE_DOTFILES_SYS}" = 1 ]]; then
+    return
+fi
+
 #
 # TMPDIR
 #