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