.zshrc
This commit is contained in:
parent
09d531bf9a
commit
7a152e707b
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.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
|
||||
|
|
Loading…
Reference in a new issue