Initial commit.
This commit is contained in:
6
profile.d/vim.csh
Normal file
6
profile.d/vim.csh
Normal file
@@ -0,0 +1,6 @@
|
||||
if ( -x /usr/bin/id ) then
|
||||
if ( "`/usr/bin/id -u`" > 200 ) then
|
||||
alias vi vim
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user