summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2024-08-23 09:36:25 +0100
committerMichaël Ball <michael.ball@krotosaudio.com>2024-08-23 09:36:25 +0100
commitcb1f505ad1c523301aeda7166e44d3e5adb03a76 (patch)
treed7dbf60cea1b895d63c93a9722b32fd286729029 /zsh/.zshrc
parentac7583b0fbaa84c04164b3746b099407d9ff255e (diff)
zsh updateS
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)