zsh: iterm2 shell integration

This commit is contained in:
2023-03-05 18:53:48 +02:00
parent b563ba5cd0
commit cde571de69
2 changed files with 182 additions and 0 deletions

4
zshrc
View File

@@ -148,4 +148,8 @@ fi
# [[ -f "$GCLOUD_LOC/completion.zsh.inc" ]] && builtin source "$GCLOUD_LOC/completion.zsh.inc"
#fi
# Load iterm2 shell integration
# https://iterm2.com/documentation-shell-integration.html
[[ -f "$XDG_BIN_HOME/iterm2_shell_integration.zsh" ]] && source "$XDG_BIN_HOME/iterm2_shell_integration.zsh"
eval "$(starship init zsh)"