mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
fix stupid typo introduced by d9b30ab09
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function export --description 'Set env variable. Alias for `set -gx` for bash compatibility.'
|
||||
if not set -q argv[0]
|
||||
if not set -q argv[1]
|
||||
set -x
|
||||
return 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user