do not set display

This commit is contained in:
Mika Suomalainen 2013-02-10 20:34:50 +02:00
parent d7de5e976a
commit 125863565c
3 changed files with 0 additions and 9 deletions

3
bashrc
View File

@ -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.

View File

@ -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

3
zshrc
View File

@ -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.