summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 50bb646..b7bc52c 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -31,3 +31,7 @@ eval "$(pyenv init -)"
if command -v ngrok &>/dev/null; then
eval "$(ngrok completion)"
fi
+
+test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
+
+eval $(thefuck --alias)