mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add setenv shellscript function for csh compatibility
darcs-hash:20060622001123-ac50b-22e783ec5f77120a6960f28d735893d58e1a7db4.gz
This commit is contained in:
parent
e42198b7c8
commit
e59cb1da5d
1 changed files with 4 additions and 0 deletions
4
share/functions/setenv.fish
Normal file
4
share/functions/setenv.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
function setenv -d (N_ 'Set global variable. Alias for set -g, made for csh compatibility')
|
||||
set -g $argv
|
||||
end
|
Loading…
Reference in a new issue