diff options
Diffstat (limited to 'dotfiles/system/.profile')
| -rw-r--r-- | dotfiles/system/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 28348c0..a0a1274 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -24,7 +24,7 @@ export GPG_TTY="$(tty)" # Path [ -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:$HOME/.local/bin:/usr/sbin:$HOME/.config/rofi/scripts" +export PATH="$PATH:$HOME/.local/bin:/usr/sbin" # Editor export ALTERNATE_EDITOR="" |
