Skip to content

Instantly share code, notes, and snippets.

View James-Byrne's full-sized avatar
🏠
Working from home

James Byrne James-Byrne

🏠
Working from home
View GitHub Profile
git config --global alias.lola "log --graph --decorate --pretty=oneline --abbrev-commit --all"
@burnettk
burnettk / .vimrc
Created January 20, 2015 04:16
Get angular-vim-snippets working with vundle
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'garbas/vim-snipmate'