diff options
| -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="" |
