aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/.zprofile
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2022-03-16 18:59:04 -0500
committerMatt Singleton <matt@xcolour.net>2022-03-16 19:00:41 -0500
commit21954c16a137151d44a3dc61d5e9699c071e55cc (patch)
tree99843d483fb652b259fd0da7bd6b01a2d14d19a7 /config/zsh/.zprofile
parent206cbd8448c8ad2547e17305d859267dad12f28a (diff)
mostly changing the theme for sway stuff
Diffstat (limited to 'config/zsh/.zprofile')
-rw-r--r--config/zsh/.zprofile2
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