fish-shell/share/functions/setenv.fish
axel e59cb1da5d Add setenv shellscript function for csh compatibility
darcs-hash:20060622001123-ac50b-22e783ec5f77120a6960f28d735893d58e1a7db4.gz
2006-06-22 10:11:23 +10:00

5 lines
111 B
Fish

function setenv -d (N_ 'Set global variable. Alias for set -g, made for csh compatibility')
set -g $argv
end