Commit | Line | Data |
---|---|---|
188c64b5 AB |
1 | # -*- mode: sh; sh-shell: sh -*- |
2 | ||
188c64b5 AB |
3 | if [ -f "$HOME/.local/bin/startup-progs" ]; then |
4 | . "$HOME/.local/bin/startup-progs" | |
5 | fi | |
6 | ||
b157d7f5 AB |
7 | # launch with dbus in part so that pinentry-gnome3 -- seemingly the |
8 | # pinentry du jour -- doesn't fall back to curses and screw us. | |
9 | [ -x "$(command -v emacs)" ] && dbus-run-session ssh-agent emacs -ib 0 |