aboutsummaryrefslogtreecommitdiff
path: root/config/all/zsh/.zprofile
blob: 68b0ec47f7050e7dc8f22abffc8e6bc4e2b44894 (plain)
1
2
3
4
if [ "$(uname)" = "Darwin" ]; then
    # disable Apple Terminal's annoying session restore feature
    SHELL_SESSIONS_DISABLE=1
fi