mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 16:41:41 +08:00
5 lines
111 B
Fish
5 lines
111 B
Fish
|
|
||
|
function setenv -d (N_ 'Set global variable. Alias for set -g, made for csh compatibility')
|
||
|
set -g $argv
|
||
|
end
|