[ADDED] ruby stuff

This commit is contained in:
Daveanand Mannie
2025-04-05 17:03:56 -04:00
parent d4404c5362
commit e360f5b025
2 changed files with 8 additions and 0 deletions

6
lsd/icons.yaml Normal file
View File

@@ -0,0 +1,6 @@
name:
repos:
# funsies
rbenv:

View File

@@ -98,3 +98,5 @@ export PATH="$PATH:/usr/bin"
export LESS="-R" export LESS="-R"
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=015,bold" export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=015,bold"
# ruby environement manager
eval "$(~/.local/repos/rbenv/bin/rbenv init - --no-rehash zsh)"