소스 검색

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
 #