From 68b93c624f51da262dc90d5566c666e59c186840 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 6 Mar 2012 15:51:48 -0800 Subject: Move special handling of DISPLAY environment variable from etc/config.fish to fish itself to reduce number of fork calls made at launch --- etc/config.fish.in | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'etc') 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 @@ -38,17 +38,6 @@ if status --is-login end 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 # -- cgit v1.2.3