Skip to content

Commit

Permalink
Spring clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffry Ghazally committed Jan 27, 2014
1 parent 9725de2 commit 56b0343
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Expand Up @@ -61,9 +61,6 @@
[submodule "vim/bundle/vdebug"]
path = vim/bundle/vdebug
url = git://github.com/joonty/vdebug.git
[submodule "vim/bundle/movar"]
path = vim/bundle/movar
url = git://github.com/robmiller/vim-movar.git
[submodule "vim/bundle/ctrl-p"]
path = vim/bundle/ctrl-p
url = git://github.com/kien/ctrlp.vim.git
Expand All @@ -73,3 +70,6 @@
[submodule "vim/bundle/vim-movar"]
path = vim/bundle/vim-movar
url = https://github.com/robmiller/vim-movar.git
[submodule "zsh-syntax-highlighting"]
path = zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
1 change: 0 additions & 1 deletion vim/bundles/movar
Submodule movar deleted from 9dced7
1 change: 1 addition & 0 deletions zsh-syntax-highlighting
Submodule zsh-syntax-highlighting added at 5320f1
4 changes: 4 additions & 0 deletions zshrc
Expand Up @@ -53,6 +53,10 @@ export LESS=' -RFX '

[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"

[[ -e $HOME/dotfiles/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh ]] && source $HOME/dotfiles/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red')

export PATH=/Developer/usr/bin:~/.pythonbrew/bin:/opt/local/bin:/opt/local/sbin:$HOME/bin:$HOME/dotfiles/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Developer/usr/bin:$HOME/pear/bin:/usr/local/sbin:$HOME/.rvm.bin
PATH="/Applications/MAMP/bin/php/php5.3.6/bin/share/pear:/Applications/MAMP/Library/bin:/Applications/MAMP/bin/php/php5.3.6/bin:$HOME/.rvm/gems/ruby-1.9.2-p320/bin:$HOME/.rvm/gems/ruby-1.9.3-p194/bin:$PATH"

Expand Down

0 comments on commit 56b0343

Please sign in to comment.