Explorar el Código

Add a mechanism to disable all

Emmanuel Bouthenot hace 9 años
padre
commit
ad64753e62
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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
 #