Remove time from starship

This commit is contained in:
Tobias Reisinger 2023-06-02 20:25:05 +02:00
parent 5f45b74bd9
commit 704e16c6fe
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 13 additions and 14 deletions

View file

@ -8,6 +8,6 @@ then
gpgconf --launch gpg-agent >/dev/null
fi
#if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then
# exec $AUTOSTART_DISPLAY
#fi
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 2 ]; then
exec $AUTOSTART_DISPLAY
fi