Fix bug in the setenv function (values wheren't exported!), thanks to Matrin Bähr for the report.

darcs-hash:20060928165405-ac50b-5ada00cfc08805677e1932c800ee79d68e35a68b.gz
This commit is contained in:
axel 2006-09-29 02:54:05 +10:00
parent d0f1870735
commit 22fe8e6a17

View file

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