summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-11 22:36:18 +0100
committerGravatar Tom Willemsen2012-01-11 22:36:18 +0100
commit7a152e707ba74aa167e9d0f8458ae12faf8f4fec (patch)
tree4947f4fcdd04a5c03e0dc8d10937a032c4f080bd /.zshrc
parent09d531bf9a9d78951df3f6282c382c9224e1e531 (diff)
downloaddotfiles-7a152e707ba74aa167e9d0f8458ae12faf8f4fec.tar.gz
dotfiles-7a152e707ba74aa167e9d0f8458ae12faf8f4fec.zip
.zshrc
Diffstat (limited to '.zshrc')
-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