commit 05bca42868b911c63b7b1e268a5358480bbec47e
parent d219eb42bb623ab5fecc08c09bc91d73669994e1
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sat, 7 Dec 2019 20:13:47 -0500
shell: enable iterm2 shell integration if present
Former-commit-id: b310cd0fe2eb5f57d692d0f4469aae36cee81061
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/shell/zshrc b/shell/zshrc
@@ -56,3 +56,6 @@ lfcd () {
}
bindkey -s '^o' 'lfcd\n'
+
+test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
+