From c5fb5ceda8085cd607fd469f1fce2db21b48b932 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 May 2025 17:03:28 -0500 Subject: updating ruby path in profile --- dotfiles/system/.profile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 1eb617b..a676395 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -22,10 +22,9 @@ export LANGUAGE=en_US export GPG_TTY="$(tty)" # Path -export PATH="$PATH:$HOME/.local/bin:/usr/sbin" -[ -d "$HOME/.local/share/gem/ruby/3.0.0/bin" ]; PATH="$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin" +[ -d "$HOME/.local/share/gem/ruby/3.4.0/bin" ]; PATH="$PATH:$HOME/.local/share/gem/ruby/3.4.0/bin" [ -d "$HOME/.cargo/bin" ]; PATH="$PATH:$HOME/.cargo/bin" -export PATH=$PATH:~/.config/rofi/scripts +export PATH="$PATH:$HOME/.local/bin:/usr/sbin:$HOME/.config/rofi/scripts" # Editor export ALTERNATE_EDITOR="" -- cgit v1.2.3