From e8210ab5d82de97eaffcd66a0ee5f5694a0f0bc3 Mon Sep 17 00:00:00 2001 From: saibotk Date: Sun, 17 Apr 2022 19:54:14 +0200 Subject: [PATCH] Remove tmuxinator / ruby includes from .zshrc --- zsh/.zshrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 66a3961..f93fe48 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -47,15 +47,5 @@ then source $DOTFILES/zsh/localcommands fi -# Tmuxinator autocomplete -if [ -f ~/.bin/tmuxinator.zsh ]; then - source ~/.bin/tmuxinator.zsh -fi - # Set nvim as default editor export EDITOR='nvim' - -if _has ruby; -then - export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" -fi