Skip to content

Instantly share code, notes, and snippets.

@igorgue
Created January 28, 2009 05:08
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 igorgue/53827 to your computer and use it in GitHub Desktop.
Save igorgue/53827 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ ! -f tags ];
then
ctags `find -iname '*.py'`
fi
export DJANGO_SETTINGS_MODULE=settings
gvim -geometry 128x38 $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment