From c98e6f4ff27d09932a77368b963c365e1fd03c36 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 11 May 2017 11:11:08 +0200 Subject: [PATCH] Change x to exec start x so it cannot be killed and exploited during lockscreen --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 4540493..7183d47 100644 --- a/zshrc +++ b/zshrc @@ -93,7 +93,7 @@ if [[ $HOST =~ atlantis* ]]; then alias telegram='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub"' alias telegram-plain='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli --disable-colors --disable-readline -k tg-server.pub"' - alias x='startx' + alias x='exec startx' else alias telegram='/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub' fi