blob: 479c8aa586df86e11becfac68973ebf16aafd89e (
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" ]; then
export $(gnome-keyring-daemon --start)
fi
|