diff options
author | Matt Singleton <matt@xcolour.net> | 2024-02-16 10:01:41 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-02-16 10:01:41 -0600 |
commit | 3d085aa870a164b69ba7ee1e897d47810972539d (patch) | |
tree | 218f2c2e5612b1180b3f5672b837e8f08c3c1189 /config/all/zsh/.zprofile | |
parent | f68b645ff061c7e1dc7e23b3fa67a4c55245963b (diff) |
new zsh config file for graphical session stuff
Diffstat (limited to 'config/all/zsh/.zprofile')
-rw-r--r-- | config/all/zsh/.zprofile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/all/zsh/.zprofile b/config/all/zsh/.zprofile index a9a13c9..68b0ec4 100644 --- a/config/all/zsh/.zprofile +++ b/config/all/zsh/.zprofile @@ -2,6 +2,3 @@ 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 |