From e9dc4c1090abb01317847c417b75d3960f3da34d Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 3 Feb 2023 14:39:07 -0600 Subject: only install platform-appropriate configs based on uname --- config/zsh/.zprofile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 config/zsh/.zprofile (limited to 'config/zsh/.zprofile') 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 -- cgit v1.2.3