mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Extra
re-enable termcolors add status function support iterm2 on all platforms
This commit is contained in:
@ -18,3 +18,6 @@ if whence kubectl > /dev/null; then
|
||||
alias k=kubectl
|
||||
alias kp='kubectl ipick'
|
||||
fi
|
||||
|
||||
# Setup iTerm shell integration
|
||||
test -e $HOME/.iterm2_shell_integration.zsh && source $HOME/.iterm2_shell_integration.zsh && export ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX=YES || echo "iTerm sh integration not installed"
|
||||
|
Reference in New Issue
Block a user