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