Do not run SHELL in login mode
As this mode is used on console and SSH login
(this reverts 8fc92c55d5
)
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
20a8236c28
commit
325fdf76ec
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ programchoicesinit() {
|
||||||
$(command -v ranger >/dev/null && echo "$icon_dir Ranger ^ 0 ^ st -e ranger")
|
$(command -v ranger >/dev/null && echo "$icon_dir Ranger ^ 0 ^ st -e ranger")
|
||||||
$(command -v sacc >/dev/null && echo "$icon_itm Sacc ^ 0 ^ st -e sacc i-logout.cz/1/bongusta")
|
$(command -v sacc >/dev/null && echo "$icon_itm Sacc ^ 0 ^ st -e sacc i-logout.cz/1/bongusta")
|
||||||
$(command -v sic >/dev/null && echo "$icon_itm Sic ^ 0 ^ st -e sic")
|
$(command -v sic >/dev/null && echo "$icon_itm Sic ^ 0 ^ st -e sic")
|
||||||
$(command -v st >/dev/null && echo "$icon_trm St ^ 0 ^ st -e $SHELL -l")
|
$(command -v st >/dev/null && echo "$icon_trm St ^ 0 ^ st -e $SHELL")
|
||||||
$(command -v surf >/dev/null && echo "$icon_glb Surf ^ 0 ^ surf")
|
$(command -v surf >/dev/null && echo "$icon_glb Surf ^ 0 ^ surf")
|
||||||
$(command -v syncthing >/dev/null && echo "$icon_rld Syncthing ^ 0 ^ syncthing")
|
$(command -v syncthing >/dev/null && echo "$icon_rld Syncthing ^ 0 ^ syncthing")
|
||||||
$(command -v telegram-desktop >/dev/null && echo "$icon_tgm Telegram ^ 0 ^ telegram-desktop")
|
$(command -v telegram-desktop >/dev/null && echo "$icon_tgm Telegram ^ 0 ^ telegram-desktop")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue