Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620c805 commit e239e1cCopy full SHA for e239e1c
1 file changed
zshrc
@@ -41,21 +41,19 @@ setopt appendhistory autocd
41
unsetopt beep notify
42
# End of lines configured by zsh-newuser-install
43
44
-# Define CVS variables.
45
export EDITOR=/usr/bin/vim
46
47
typeset -U path
48
path=($path)
49
-#if [[ -z ${path[(r)/home/mwestbom/bin]} ]] ; then
50
-# path=(/home/mwestbom/bin $path)
51
-#fi
52
53
bindkey '^R' history-incremental-search-backward
54
+source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+
55
PS1="%n@%m:%~> "
56
57
if [[ -e $HOME/.zsh_local ]] ; then
58
. $HOME/.zsh_local
59
fi
60
61
-### Added by the Heroku Toolbelt
+PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
0 commit comments