syntax highlight added

This commit is contained in:
Sameer Rahmani 2014-04-13 16:49:32 +04:30
parent 96d843c9ec
commit 062701950f
3 changed files with 9 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "zsh-syntax-highlighting"]
path = zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zaw"]
path = zaw
url = git://github.com/zsh-users/zaw.git

10
my.zsh
View File

@ -30,9 +30,9 @@ setopt HIST_IGNORE_DUPS \
NO_BEEP \
AUTO_CD \
CORRECT \
SHARE_HISTORY
SHARE_HISTORY \
APPEND_HISTORY \
HIST_IGNORE_ALL_DUPS
# My.Zsh directory path
myzsh=${MYZSH:-$HOME}
@ -59,5 +59,5 @@ project_path=${PROJECTS:-~/src}
cdpath=($project_path $cdpath)
source $current_path/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Load syntax highlighter
source $current_path/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

1
zaw Submodule

@ -0,0 +1 @@
Subproject commit 3066547d0db0f9bd8492409f7ce26592e831428a