diff options
| author | 2012-01-11 22:36:18 +0100 | |
|---|---|---|
| committer | 2012-01-11 22:36:18 +0100 | |
| commit | 7a152e707ba74aa167e9d0f8458ae12faf8f4fec (patch) | |
| tree | 4947f4fcdd04a5c03e0dc8d10937a032c4f080bd | |
| parent | 09d531bf9a9d78951df3f6282c382c9224e1e531 (diff) | |
| download | dotfiles-7a152e707ba74aa167e9d0f8458ae12faf8f4fec.tar.gz dotfiles-7a152e707ba74aa167e9d0f8458ae12faf8f4fec.zip | |
.zshrc
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
