bin/privim@efce0f59ef14 (annotated)
bin/privim
Mon, 06 Feb 2017 09:55:30 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 06 Feb 2017 09:55:30 -0500
- changeset 500
- efce0f59ef14
- parent 413
-
4a2c2c1541d9
- child 1051
-
5c69bfa6dc3c
- permissions
- -rwxr-xr-x
Fix terminal shortcut when iterm not running yet
412
|
1
|
#!/bin/sh
|
413
|
2
|
exec vim -c 'set noswapfile noundofile nobackup viminfo=' $*
|