fish-shell/share/functions/setenv.fish
axel 22fe8e6a17 Fix bug in the setenv function (values wheren't exported!), thanks to Matrin Bähr for the report.
darcs-hash:20060928165405-ac50b-5ada00cfc08805677e1932c800ee79d68e35a68b.gz
2006-09-29 02:54:05 +10:00

4 lines
112 B
Fish

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