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

6 lines
100 B
Plaintext
Raw Normal View History

2022-03-05 22:45:35 +00:00
eval $(ssh-agent)
if [ "$(tty)" = "/dev/tty1" ]; then
exec dbus-run-session sway
fi
GPG_TTY=$(tty)