aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/config.fish.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/config.fish.in b/etc/config.fish.in
index e32dc8bc..5e4ed67b 100644
--- a/etc/config.fish.in
+++ b/etc/config.fish.in
@@ -39,17 +39,6 @@ if status --is-login
end
#
-# There are variables that contain colons that are not arrays. This
-# reverts them back to regular strings.
-#
-
-for i in DISPLAY
- if set -q $i
- set -- $i (printf ":%s" $$i|cut -c 2-)
- end
-end
-
-#
# Load additional initialization files
#