Remove tmuxinator / ruby includes from .zshrc

This commit is contained in:
saibotk 2022-04-17 19:54:14 +02:00
parent e47b20bf52
commit e8210ab5d8
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -47,15 +47,5 @@ then
source $DOTFILES/zsh/localcommands source $DOTFILES/zsh/localcommands
fi fi
# Tmuxinator autocomplete
if [ -f ~/.bin/tmuxinator.zsh ]; then
source ~/.bin/tmuxinator.zsh
fi
# Set nvim as default editor # Set nvim as default editor
export EDITOR='nvim' export EDITOR='nvim'
if _has ruby;
then
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
fi