From 15ba147591264b58c866ec9a0db1022e7da610bf Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 7 Jul 2021 09:10:40 -0500 Subject: disable Apple Terminal's annoying session restore feature --- config/zsh/.zprofile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/zsh/.zprofile (limited to 'config') diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile new file mode 100644 index 0000000..68b0ec4 --- /dev/null +++ b/config/zsh/.zprofile @@ -0,0 +1,4 @@ +if [ "$(uname)" = "Darwin" ]; then + # disable Apple Terminal's annoying session restore feature + SHELL_SESSIONS_DISABLE=1 +fi -- cgit v1.2.3