From 0a84db3872a4ac363e07cd82a52f9392cee100a2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 27 Oct 2012 12:38:14 -0500 Subject: Add tmuxinator script --- vim/bundle/ctrlp.vim | 2 +- zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/bundle/ctrlp.vim b/vim/bundle/ctrlp.vim index 6ddbfe2..be5842a 160000 --- a/vim/bundle/ctrlp.vim +++ b/vim/bundle/ctrlp.vim @@ -1 +1 @@ -Subproject commit 6ddbfe2cc00a7eeb2a4450552b78276488a2e2c9 +Subproject commit be5842a376f16c16c5dc4cc1879d7168a074f7de diff --git a/zshrc b/zshrc index 85e83ef..b818570 100644 --- a/zshrc +++ b/zshrc @@ -55,6 +55,7 @@ alias rspec="rspec --color" #Screeninator and RVM scripts [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm +[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator # # End of the custom things from my bash profile. -- cgit From 2237ebab8a00abaee785c9fb7b80c3b6758c26e5 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 28 Mar 2013 14:53:32 -0600 Subject: Local vim/zsh changes --- vimrc | 3 +++ zshrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index d88bac3..8b575bc 100755 --- a/vimrc +++ b/vimrc @@ -160,3 +160,6 @@ set foldlevel=1 " powerline stuff let g:Powerline_symbols = 'fancy' + +" node cleaning +let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git' diff --git a/zshrc b/zshrc index b818570..b649043 100644 --- a/zshrc +++ b/zshrc @@ -63,4 +63,4 @@ alias rspec="rspec --color" # # Customize to your needs... -export PATH=/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/benbeltran/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin +export PATH=/usr/local/share/npm/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/benbeltran/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin -- cgit