mirror of
https://github.com/akelge/zsh
synced 2025-12-15 22:45:14 +00:00
More changes
This commit is contained in:
@ -6,8 +6,8 @@ if type pyenv > /dev/null; then
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
fi
|
||||
|
||||
# # thefuck
|
||||
# type thefuck > /dev/null && eval $(thefuck --alias)
|
||||
# thefuck
|
||||
type thefuck > /dev/null && eval $(thefuck --alias)
|
||||
|
||||
# z
|
||||
# [ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh
|
||||
@ -25,4 +25,4 @@ fi
|
||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||
|
||||
# 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"
|
||||
test -e $HOME/.iterm2_shell_integration.zsh && source $HOME/.iterm2_shell_integration.zsh && export ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX=YES || echo "iTerm integration not installed"
|
||||
|
||||
Reference in New Issue
Block a user