浏览代码

Add a mechanism to disable all

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