mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Fix bug in the setenv function (values wheren't exported!), thanks to Matrin Bähr for the report.
darcs-hash:20060928165405-ac50b-5ada00cfc08805677e1932c800ee79d68e35a68b.gz
This commit is contained in:
parent
d0f1870735
commit
22fe8e6a17
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
function setenv -d (N_ 'Set global variable. Alias for set -g, made for csh compatibility')
|
||||
set -g $argv
|
||||
set -gx $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue