Skip to content

Instantly share code, notes, and snippets.

View EHER's full-sized avatar
💻

Eher EHER

💻
View GitHub Profile
@EHER
EHER / .vimrc
Created January 29, 2012 13:15 — forked from renanivo/.vimrc
" Vundle Baseline {{{
set shell=bash
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
PS1='\[\033[38m\]\u@\h\[\033[01;34m\] \w \[\033[31m\]`git branch 2>/dev/null | grep \* | head -1 | sed "s/\* //g" | awk "{ print \"(\"\\\$1 \")\" }"`\n\[\033[29m\]$\[\033[00m\] '