Skip to content

Commit

Permalink
refactor: remove rbenv
Browse files Browse the repository at this point in the history
It's just causing issues.
  • Loading branch information
aalemayhu committed Nov 21, 2023
1 parent 64bdbe5 commit 824d49e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ htop
libssl-dev
links
make
rbenv
silversearcher-ag
sudo
tig
Expand Down
1 change: 0 additions & 1 deletion packages/fedora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ tmux
tree
vim
youtube-dl
rbenv
fish
1 change: 0 additions & 1 deletion packages/macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tree
macvim
youtube-dl
yarn
rbenv
swiftlint
fish
emacs
1 change: 0 additions & 1 deletion shell/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 -)"
1 change: 0 additions & 1 deletion term/bash_profile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 824d49e

Please sign in to comment.