Skip to content

Commit

Permalink
fish: add /usr/sbin to PATH
Browse files Browse the repository at this point in the history
This is e.g. relevant for the `ip` command on Fedora
  • Loading branch information
flipsi committed Mar 6, 2025
1 parent d9ae8f1 commit 9372f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fish/environment.fish
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function prepend_to_path
end
end

prepend_to_path /usr/sbin
prepend_to_path ~/.babashka/bbin/bin
prepend_to_path ~/.cargo/bin
prepend_to_path ~/.npm-global/bin
Expand Down

0 comments on commit 9372f68

Please sign in to comment.