summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-26 17:03:28 -0500
committerCraig Jennings <c@cjennings.net>2025-05-26 17:03:28 -0500
commitc5fb5ceda8085cd607fd469f1fce2db21b48b932 (patch)
treea87f3ded47132ffbd0ff12e321d506efab4e488e /dotfiles/system/.profile
parent30096dedb2287b326e3872c04ab9aac267b70b0b (diff)
updating ruby path in profile
Diffstat (limited to 'dotfiles/system/.profile')
-rw-r--r--dotfiles/system/.profile5
1 files 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=""