summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 683d8fa..4876d1a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,4 +1,4 @@
-# -*- Mode: shell-script -*-
+# -*- Mode: shell-script; eval: (git-auto-commit-mode 1) -*-
# Setup variables
PATH="${HOME}/bin:${PATH}:/usr/local/bin"
INFOPATH="${HOME}/documents/info:${INFOPATH}"
@@ -96,3 +96,5 @@ if [ -z $EMACS ]; then
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
fi
+
+welcome