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