mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
22fe8e6a17
darcs-hash:20060928165405-ac50b-5ada00cfc08805677e1932c800ee79d68e35a68b.gz
4 lines
112 B
Fish
4 lines
112 B
Fish
|
|
function setenv -d (N_ 'Set global variable. Alias for set -g, made for csh compatibility')
|
|
set -gx $argv
|
|
end
|