Skip to content

Commit

Permalink
fish: config.fish: Ensure Arch Perl paths are always present
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 27, 2024
1 parent 9812081 commit b178286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ else
end

fish_add_path -aP /usr/local/sbin /usr/sbin /sbin
# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
fish_add_path -aP /usr/bin/{site,vendor,core}_perl
end

if command -q fd
Expand Down

0 comments on commit b178286

Please sign in to comment.