From 87eadf33756a6edec3f0e17647feb401b3a6a418 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Fri, 22 Apr 2022 15:45:19 -0400 Subject: [PATCH] Set TTY colours --- .zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.zprofile b/.zprofile index 17c26e8..9ef5c42 100644 --- a/.zprofile +++ b/.zprofile @@ -2,5 +2,6 @@ eval $(ssh-agent) if [ "$(tty)" = "/dev/tty1" ]; then exec dbus-run-session sway fi +setcolors $HOME/src/linux-vt-setcolors/conf GPG_TTY=$(tty) killall gnome-keyring-daemon