Skip to content

Instantly share code, notes, and snippets.

@chicks-net
Created August 16, 2014 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chicks-net/d2cd580333e82c0c91a8 to your computer and use it in GitHub Desktop.
Save chicks-net/d2cd580333e82c0c91a8 to your computer and use it in GitHub Desktop.
function vim {
if [[ $# -eq 0 ]]; then
/usr/bin/vim -u $HOME/.vimrc_noargs
else
/usr/bin/vim "$@"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment