diff options
Diffstat (limited to 'config/zsh/.zprofile')
-rw-r--r-- | config/zsh/.zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile index 68b0ec4..479c8aa 100644 --- a/config/zsh/.zprofile +++ b/config/zsh/.zprofile @@ -2,3 +2,6 @@ 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 |