blob: a9a13c99325efb98b7bae73291bb399460e3be22 (
plain)
1
2
3
4
5
6
7
|
if [ "$(uname)" = "Darwin" ]; then
# disable Apple Terminal's annoying session restore feature
SHELL_SESSIONS_DISABLE=1
fi
if [ "$DESKTOP_SESSION" = "sway-session" ]; then
export $(gnome-keyring-daemon --start)
fi
|