From c094d76d66932548b9d71f041fdf257a747c377e Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 18 Sep 2018 14:39:54 +0200 Subject: [PATCH] [DEV] correct display selection --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index adb09fa..b5b4b87 100644 --- a/.bashrc +++ b/.bashrc @@ -108,6 +108,7 @@ export XAUTHORITY=/home/$USER/.Xauthority # force lang of output in english ==> better for developpement LANG=en_US.UTF-8 +export DISPLAY=:0 # prevent the removing by error alias rm='echo -e "========================================================\n== You must use trash instead of rm ==> prevent error ==\n========================================================\n"; echo > /dev/null'