mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 15:16:15 +08:00
5 lines
118 B
Fish
5 lines
118 B
Fish
|
|
function setenv --description 'Set global variable. Alias for set -g, made for csh compatibility'
|
|
set -gx $argv
|
|
end
|