mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
7492b6cdb3
darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
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
|