2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 06:54:03 +00:00
fish-shell/share/functions/setenv.fish
2007-01-16 11:29:18 +10:00

4 lines
118 B
Fish

function setenv --description 'Set global variable. Alias for set -g, made for csh compatibility'
set -gx $argv
end