aboutsummaryrefslogtreecommitdiff
path: root/config/all/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'config/all/zsh/.zprofile')
-rw-r--r--config/all/zsh/.zprofile4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/all/zsh/.zprofile b/config/all/zsh/.zprofile
deleted file mode 100644
index 68b0ec4..0000000
--- a/config/all/zsh/.zprofile
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$(uname)" = "Darwin" ]; then
- # disable Apple Terminal's annoying session restore feature
- SHELL_SESSIONS_DISABLE=1
-fi