From e9ed294afd4006d061d8e0780799a9e94e63c0fd Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 12 Dec 2015 18:22:01 +0100 Subject: [PATCH] hmmm, what about that syntax stuff? --- .gitmodules | 3 --- .zsh/zsh-syntax-highlighting | 1 - .zshrc | 10 +--------- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 160000 .zsh/zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules index ca794597..baefad64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "nerdtree"] path = .vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git -[submodule "zsh-syntax-highlighting"] - path = .zsh/zsh-syntax-highlighting - url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/.zsh/zsh-syntax-highlighting b/.zsh/zsh-syntax-highlighting deleted file mode 160000 index 3dc57419..00000000 --- a/.zsh/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4 diff --git a/.zshrc b/.zshrc index e63fad1d..8aebfb7c 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,4 @@ -# Extend my $PATH to $PATH/bin +# Extend my $PATH to $HOME/bin export PATH=$HOME/bin:/home/hanez/.gem/ruby/2.2.0/bin:$PATH # Export the $EDITOR and $TERMINAL @@ -72,13 +72,6 @@ HISTFILE=~/.zsh_history # Load oh-my-zsh stuff source $ZSH/oh-my-zsh.sh -# Stuff thats needs to be done after sourcing oh-my-zsh -ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor) -if [ -e ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] -then - source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -fi - # Now source some stuff that should not be public if [ -e ~/.zshprivate ] then @@ -129,4 +122,3 @@ case $TERM in precmd () {print -Pn "\e]0;%n@%m: %~\a"} ;; esac -