We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb3dc4 commit 817d888Copy full SHA for 817d888
1 file changed
home/.config/fish/config.fish
@@ -74,6 +74,9 @@ if test -d /opt/homebrew
74
fish_add_path -gP /opt/homebrew/lib/ruby/gems/3.4.0/bin
75
end
76
77
+# Local binaries
78
+fish_add_path -gP ~/.local/bin
79
+
80
#
81
# Programming Languages
82
0 commit comments