vim/SOURCES/vim.csh

7 lines
106 B
Tcsh

if ( -x /usr/bin/id ) then
if ( "`/usr/bin/id -u`" > 200 ) then
alias vi vim
endif
endif