summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/zsh/env
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-11-17 15:04:05 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2024-11-17 15:04:05 +0000
commite589b5788c0acb452f1e1391f49b5877f5e69d27 (patch)
tree6f8b3786b330f3d36fbe9552f7c7d014ca6de270 /dotfiles-darwin/zsh/env
parent0aa07d33cc0214b02c175e65a53d7456cad3be21 (diff)
darwin/zsh: Move terminal configuration to rc
Diffstat (limited to 'dotfiles-darwin/zsh/env')
-rw-r--r--dotfiles-darwin/zsh/env5
1 files changed, 0 insertions, 5 deletions
diff --git a/dotfiles-darwin/zsh/env b/dotfiles-darwin/zsh/env
index b5b2c25..9c4badb 100644
--- a/dotfiles-darwin/zsh/env
+++ b/dotfiles-darwin/zsh/env
@@ -5,8 +5,3 @@ export XDG_CACHE_HOME=~/Library/Caches
export XDG_CONFIG_HOME=~/Library/Preferences
export XDG_DATA_HOME=~/Library
export XDG_RUNTIME_DIR=${TMPDIR%/}
-
-# Prevent Apple Terminal from cluttering ${HOME}.
-if [[ ${TERM_PROGRAM} == Apple_Terminal ]]; then
- SHELL_SESSIONS_DISABLE=1
-fi