Remove tmuxinator / ruby includes from .zshrc
This commit is contained in:
parent
e47b20bf52
commit
e8210ab5d8
1 changed files with 0 additions and 10 deletions
10
zsh/.zshrc
10
zsh/.zshrc
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue