Explorar o código

Add a mechanism to disable all

Emmanuel Bouthenot %!s(int64=9) %!d(string=hai) anos
pai
achega
ad64753e62
Modificáronse 1 ficheiros con 7 adicións e 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
 #