1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00
re-enable termcolors
add status function
support iterm2 on all platforms
This commit is contained in:
2021-10-28 16:14:03 +02:00
parent 6e85b0ced9
commit ed9333b79a
6 changed files with 34 additions and 4 deletions

View File

@ -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"