diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-26 17:03:28 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-26 17:03:28 -0500 |
| commit | c5fb5ceda8085cd607fd469f1fce2db21b48b932 (patch) | |
| tree | a87f3ded47132ffbd0ff12e321d506efab4e488e | |
| parent | 30096dedb2287b326e3872c04ab9aac267b70b0b (diff) | |
updating ruby path in profile
| -rw-r--r-- | dotfiles/system/.profile | 5 |
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="" |
