1 2 3 4 5 6
#!/bin/sh CREAM='/usr/share/vim/cream/' export CREAM VIMINIT='source /usr/share/vim/cream/.vimrc' export VIMINIT exec gvim "$@"