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
Bash

eval $(ssh-agent)
if [ "$(tty)" = "/dev/tty1" ]; then
exec dbus-run-session sway
fi
GPG_TTY=$(tty)