From 2f7a472230e1ebe8452ee301313be95bf2f64ebb Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 1 Dec 2006 01:48:38 +1000 Subject: [PATCH] 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 --- share/config_interactive.fish.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/config_interactive.fish.in b/share/config_interactive.fish.in index 74da5b8ed..4d40381cb 100644 --- a/share/config_interactive.fish.in +++ b/share/config_interactive.fish.in @@ -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