Skip to content

Commit 817d888

Browse files
committed
feat(fish): add ~/.local/bin to PATH
1 parent 1bb3dc4 commit 817d888

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

home/.config/fish/config.fish

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ if test -d /opt/homebrew
7474
fish_add_path -gP /opt/homebrew/lib/ruby/gems/3.4.0/bin
7575
end
7676

77+
# Local binaries
78+
fish_add_path -gP ~/.local/bin
79+
7780
#
7881
# Programming Languages
7982
#

0 commit comments

Comments
 (0)