Skip to content

Commit

Permalink
vim: add config banyan/Nonopaste.vim#3
Browse files Browse the repository at this point in the history
  • Loading branch information
banyan committed Feb 4, 2013
1 parent 6167a6f commit ed3e0ae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ackrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
--type-set=scss=.scss
--type-set=yaml=.yaml
--type-set=yaml=.yml
--type-set=ruby=.thor
--ignore-dir=.bundle
--ignore-dir=vendor
--ignore-dir=coverage
Expand Down
1 change: 1 addition & 0 deletions .noexec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: [guard]
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ set -g status-left ''
set -g status-right '[%Y/%m/%d (%a) %H:%M]#[default]' # eg: [2011/03/06(Sun)20:21]
set -g status-right-bg colour190
set -g status-right-fg black
set -g status-justify "left"

# compatible key bind with screen
bind C-[ copy-mode
Expand Down
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,9 @@
" memolist {{{
let g:memolist_path = $HOME . "/Dropbox/my/memo"
" }}}
" Nonopaste {{{
let g:nonopaste_open_browser_after_post = 1
" }}}
" }}}

" Local {{{
Expand Down
3 changes: 3 additions & 0 deletions .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ _zshenv_add_path PATH "/usr/local/src/apache-maven-2.2.1/bin"
_zshenv_add_path PATH "/usr/local/ImageMagick-6.5.8-5/lib"
_zshenv_add_path PATH "$HOME/.rbenv/bin"
_zshenv_add_path PATH "$HOME/.rbenv/shims"
_zshenv_add_path PATH "$HOME/perl5/lib/perl5"
_zshenv_add_path PATH "$HOME/.phpenv/bin"
_zshenv_add_path PATH "$HOME/.phpenv/shims"

export CPATH=
_zshenv_add_path CPATH "/usr/local/include"
Expand Down

0 comments on commit ed3e0ae

Please sign in to comment.