Skip to content

Instantly share code, notes, and snippets.

View iaintatchbbc's full-sized avatar

Iain Tatch iaintatchbbc

  • BBC Product Group - Universal Content Team
  • Mediacity - Dock House 4
View GitHub Profile
" remove any pre-existing auto-commands so we don't define them twice
" if this .vimrc gets sourced twice
:autocmd!
if $SHELL =~ 'bin/fish'
set shell=/bin/bash
endif
" Load ~/.vim/bundle packages
call pathogen#infect()