From 824d49ece37515f0cf7a3729644feae80c99a14b Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Tue, 21 Nov 2023 18:36:55 +0100 Subject: [PATCH] refactor: remove rbenv It's just causing issues. --- packages/debian.txt | 1 - packages/fedora.txt | 1 - packages/macos.txt | 1 - shell/zshrc | 1 - term/bash_profile | 1 - 5 files changed, 5 deletions(-) diff --git a/packages/debian.txt b/packages/debian.txt index ad7caf3..4020e43 100644 --- a/packages/debian.txt +++ b/packages/debian.txt @@ -7,7 +7,6 @@ htop libssl-dev links make -rbenv silversearcher-ag sudo tig diff --git a/packages/fedora.txt b/packages/fedora.txt index ee86be7..2f6f197 100644 --- a/packages/fedora.txt +++ b/packages/fedora.txt @@ -10,5 +10,4 @@ tmux tree vim youtube-dl -rbenv fish diff --git a/packages/macos.txt b/packages/macos.txt index a09a21b..83e652c 100644 --- a/packages/macos.txt +++ b/packages/macos.txt @@ -8,7 +8,6 @@ tree macvim youtube-dl yarn -rbenv swiftlint fish emacs diff --git a/shell/zshrc b/shell/zshrc index c9444b9..e3d28a1 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -59,4 +59,3 @@ setopt inc_append_history # save history entries as soon as they are entered setopt share_history # share history between different instances of the shell unset LESS; -eval "$(rbenv init -)" diff --git a/term/bash_profile b/term/bash_profile index 09b97c4..ad198be 100644 --- a/term/bash_profile +++ b/term/bash_profile @@ -1,5 +1,4 @@ source ~/.bashrc -eval "$(rbenv init -)" export PATH="/usr/local/opt/sqlite/bin:$PATH" export PATH="/usr/local/opt/sphinx-doc/bin:$PATH"