mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
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:
parent
b8f2f46945
commit
2f7a472230
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue