zsh: enable working directory titlebar updates on darwin
Alan Pearce alan@alanpearce.eu
Fri, 11 Dec 2020 18:08:44 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -15,6 +15,8 @@ interactiveShellInit = '' if [[ "$(locale LC_CTYPE)" == "UTF-8" ]]; then setopt COMBINING_CHARS fi + # Useful support for interacting with Terminal.app or other terminal programs + [[ -r "/etc/zshrc_$TERM_PROGRAM" ]] && . "/etc/zshrc_$TERM_PROGRAM" ''; };