This repository has been archived on 2022-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
misc/.zprofile

8 lines
173 B
Bash

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