diff options
Diffstat (limited to 'config/zsh/.zprofile')
-rw-r--r-- | config/zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile index 479c8aa..a9a13c9 100644 --- a/config/zsh/.zprofile +++ b/config/zsh/.zprofile @@ -2,6 +2,6 @@ if [ "$(uname)" = "Darwin" ]; then # disable Apple Terminal's annoying session restore feature SHELL_SESSIONS_DISABLE=1 fi -if [ "$DESKTOP_SESSION" = "sway" ]; then +if [ "$DESKTOP_SESSION" = "sway-session" ]; then export $(gnome-keyring-daemon --start) fi |