Remove fallback of using globals when universal variables are broken in config file- fish does the equivalen internally now

darcs-hash:20061130154838-ac50b-04861991dfc12fc4a7d1bb675dbffe4b78df920e.gz
This commit is contained in:
axel 2006-12-01 01:48:38 +10:00
parent b8f2f46945
commit 2f7a472230

View file

@ -112,9 +112,6 @@ function set_default -d "Set an universal variable, unless it has already been s
if not set -q $argv[1]
set -U -- $argv
end
if not set -q $argv[1]
set -g -- $argv
end
end
# Regular syntax highlighting colors