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
alias ls='ls -G' | |
alias gs='git status' | |
alias gl='git log' | |
export LSCOLORS=gxfxcxdxbxegedabagacad | |
export PS1="[|\u@\h /\W]\\$ " |
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
filetype plugin indent off | |
if 0 | endif | |
"*** | |
"* NeoBundle | |
let s:plugin_dir = expand('~/.vim/bundle') | |
let s:neobundle_dir = '/neobundle.vim' | |
if has('vim_starting') |
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 color file | |
" Maintainer: morumo | |
" Last Change: 2014/03/09 | |
set bg=dark | |
hi clear | |
if exists("syntax_on") | |
syntax reset | |
endif |