diff options
Diffstat (limited to 'config/zsh/.zprofile')
-rw-r--r-- | config/zsh/.zprofile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile deleted file mode 100644 index a9a13c9..0000000 --- a/config/zsh/.zprofile +++ /dev/null @@ -1,7 +0,0 @@ -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 |