mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
do not set display
This commit is contained in:
parent
d7de5e976a
commit
125863565c
3
bashrc
3
bashrc
@ -206,9 +206,6 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
|
|||||||
fi
|
fi
|
||||||
# The above requires at least Mountain Lion.
|
# The above requires at least Mountain Lion.
|
||||||
|
|
||||||
# I have only one display
|
|
||||||
export DISPLAY=:0
|
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
@ -25,9 +25,6 @@ echo "USE_VALIDATION_AGENT=true" > ~/.monkeysphere/monkeysphere.conf
|
|||||||
# Enable core files.
|
# Enable core files.
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
|
|
||||||
# I have only one display
|
|
||||||
export DISPLAY=:0
|
|
||||||
|
|
||||||
# Start gtk-redshift automatically.
|
# Start gtk-redshift automatically.
|
||||||
# Use http://stereopsis.com/flux/map.html to get the coordinates. Replace ", " with ":".
|
# 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
|
# Set the coordinates to file ~/.redshiftlocation in format redshiftlocation=60.4666227:26.9459998
|
||||||
|
3
zshrc
3
zshrc
@ -149,9 +149,6 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
|
|||||||
fi
|
fi
|
||||||
# The above requires at least Mountain Lion.
|
# The above requires at least Mountain Lion.
|
||||||
|
|
||||||
# I have only one display
|
|
||||||
export DISPLAY=:0
|
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
Loading…
Reference in New Issue
Block a user