diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-11-23 15:39:15 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-11-23 15:39:15 +0000 |
| commit | 53811683ccf96a7444dac55b4466e5e79b7159d2 (patch) | |
| tree | ae8dda4818996b13f938e4af4b6a54de9b563a0e /dotfiles-darwin/zsh/rc | |
| parent | e589b5788c0acb452f1e1391f49b5877f5e69d27 (diff) | |
darwin/zsh: Put Apple Terminal configuration back
Diffstat (limited to 'dotfiles-darwin/zsh/rc')
| -rw-r--r-- | dotfiles-darwin/zsh/rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index bb9e027..cb9ba33 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -13,10 +13,6 @@ else alias lsh='ls -Shlr | cut -f5- -w' fi -# Prevent Apple Terminal from cluttering ${HOME}. -if [[ ${TERM_PROGRAM} == Apple_Terminal ]]; then - SHELL_SESSIONS_DISABLE=1 -fi if [[ ${TERM_PROGRAM} != iTerm.app ]]; then autoload -Uz vcs_info |
