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