aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-06 15:51:48 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-06 15:52:16 -0800
commit68b93c624f51da262dc90d5566c666e59c186840 (patch)
treef6ce97beee067f6ce30550dd9cda9ded8642d1eb /etc
parent36fe1e4a463560672cbf8cbfbe45b26fcf2a2377 (diff)
Move special handling of DISPLAY environment variable from etc/config.fish to fish itself to reduce number of fork calls made at launch
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
#