dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 403ff64a1c654eebac09d5df06da179fa3a46855
parent 2db7dd430614e32a2f654d1208532fa595dc0ea9
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri, 28 Jun 2024 17:40:39 +0200

zsh: don't need to show ruby version

Diffstat:
Mshell/p10k-light.zsh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell/p10k-light.zsh b/shell/p10k-light.zsh @@ -64,8 +64,8 @@ # go_version # go version (https://golang.org) # rust_version # rustc version (https://www.rust-lang.org) # dotnet_version # .NET version (https://dotnet.microsoft.com) - rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) - rvm # ruby version from rvm (https://rvm.io) + # rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) + # rvm # ruby version from rvm (https://rvm.io) fvm # flutter version management (https://github.com/leoafarias/fvm) luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) jenv # java version from jenv (https://github.com/jenv/jenv)