Add setenv shellscript function for csh compatibility

darcs-hash:20060622001123-ac50b-22e783ec5f77120a6960f28d735893d58e1a7db4.gz
This commit is contained in:
axel 2006-06-22 10:11:23 +10:00
parent e42198b7c8
commit e59cb1da5d

View file

@ -0,0 +1,4 @@
function setenv -d (N_ 'Set global variable. Alias for set -g, made for csh compatibility')
set -g $argv
end