This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "------------------------------------ | |
| " neobundle.vim | |
| "------------------------------------ | |
| set nocompatible " be iMproved | |
| filetype plugin indent off " required! | |
| if has('vim_starting') | |
| set runtimepath+=~/.vim/bundle/neobundle.vim/ | |
| " call neobundle#rc(expand('~/.vim/bundle/')) | |
| endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| keycode 102 = Super_L | |
| keycode 100 = Zenkaku_Hankaku |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [http] | |
| sslVerify = false | |
| [alias] | |
| rco = "!f () { git checkout -b $1 origin/$1 ;};f" | |
| fe = fetch --prune | |
| co = checkout | |
| ffs = flow feature start | |
| fff = flow feature finish -F | |
| frs = flow release start | |
| frf = flow release finish |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # vim:ts=4:sw=4 | |
| export PATH=/usr/local/apache2/bin:/usr/local/git/bin:/usr/local/ruby/bin:$PATH | |
| #export PATH=/usr/local/apache2/bin:/usr/local/ruby/bin:$PATH | |
| #export TERM=xterm-256color | |
| export HISTSIZE=10000 | |
| export JAVA_HOME=/usr/local/jdk1.7.0_17 | |
| export PATH=$PATH:$JAVA_HOME/bin | |
| export PATH=$PATH:/root/bin |