Add iterm2 integration for macos
This commit is contained in:
@@ -8,3 +8,11 @@ source $HOME/.profile
|
||||
if whence kubectl > /dev/null && [ "$PROFILE_ENABLE_KUBECTL" ]; then
|
||||
source <(kubectl completion zsh)
|
||||
fi
|
||||
|
||||
# MacOS specific
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
if [ -f .iterm2_shell_integration ]; then
|
||||
source .iterm2_shell_integration
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user