Skip to content

Instantly share code, notes, and snippets.

@NQNStudios
Last active May 29, 2018 23:02
Show Gist options
  • Save NQNStudios/eecf2b971530737f678a88838ebb9ec9 to your computer and use it in GitHub Desktop.
Save NQNStudios/eecf2b971530737f678a88838ebb9ec9 to your computer and use it in GitHub Desktop.
Runs vim and gvim with my person configuration
#! /bin/bash
gvim -u ~/.vim/customrc "$@"
#! /bin/bash
vim -u ~/.vim/customrc "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment