1
0
mirror of https://github.com/akelge/zsh synced 2025-12-15 22:45:14 +00:00

More changes

This commit is contained in:
2024-10-30 11:29:43 +01:00
parent 5e4504749f
commit 26f0bce110
10 changed files with 112 additions and 1331 deletions

View File

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