bin/privim@d034d9f4a36b (annotated)
bin/privim
Mon, 05 Jun 2017 20:26:33 -0700
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 05 Jun 2017 20:26:33 -0700
- changeset 595
- d034d9f4a36b
- parent 413
-
4a2c2c1541d9
- child 1051
-
5c69bfa6dc3c
- permissions
- -rwxr-xr-x
add no-tty
412
|
1
|
#!/bin/sh
|
413
|
2
|
exec vim -c 'set noswapfile noundofile nobackup viminfo=' $*
|