Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e239e1c

Browse files
author
Michael Westbom
committed
Add syntax highlighting.
1 parent 620c805 commit e239e1c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

zshrc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,19 @@ setopt appendhistory autocd
4141
unsetopt beep notify
4242
# End of lines configured by zsh-newuser-install
4343

44-
# Define CVS variables.
4544
export EDITOR=/usr/bin/vim
4645

4746
typeset -U path
4847
path=($path)
49-
#if [[ -z ${path[(r)/home/mwestbom/bin]} ]] ; then
50-
# path=(/home/mwestbom/bin $path)
51-
#fi
5248

5349
bindkey '^R' history-incremental-search-backward
5450

51+
source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
52+
5553
PS1="%n@%m:%~> "
5654

5755
if [[ -e $HOME/.zsh_local ]] ; then
5856
. $HOME/.zsh_local
5957
fi
6058

61-
### Added by the Heroku Toolbelt
59+
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting

0 commit comments

Comments
 (0)