From 125863565c2081d47d1677eeeb8808accc377859 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 10 Feb 2013 20:34:50 +0200 Subject: [PATCH] do not set display --- bashrc | 3 --- xsessionrc | 3 --- zshrc | 3 --- 3 files changed, 9 deletions(-) diff --git a/bashrc b/bashrc index 1d8f0172..3c04d0c2 100644 --- a/bashrc +++ b/bashrc @@ -206,9 +206,6 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then fi # The above requires at least Mountain Lion. -# I have only one display -export DISPLAY=:0 - ##### Aliases RJ706I ##### # To get sudo work with aliases. diff --git a/xsessionrc b/xsessionrc index f0ead9ac..7f678341 100644 --- a/xsessionrc +++ b/xsessionrc @@ -25,9 +25,6 @@ echo "USE_VALIDATION_AGENT=true" > ~/.monkeysphere/monkeysphere.conf # Enable core files. ulimit -c unlimited -# I have only one display -export DISPLAY=:0 - # Start gtk-redshift automatically. # Use http://stereopsis.com/flux/map.html to get the coordinates. Replace ", " with ":". # Set the coordinates to file ~/.redshiftlocation in format redshiftlocation=60.4666227:26.9459998 diff --git a/zshrc b/zshrc index 9636938a..b3b5580d 100644 --- a/zshrc +++ b/zshrc @@ -149,9 +149,6 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then fi # The above requires at least Mountain Lion. -# I have only one display -export DISPLAY=:0 - ##### Aliases RJ706I ##### # To get sudo work with aliases.