added the .local/bin folder in the list of the path to search binaries from

This commit is contained in:
aminnairi
2024-11-30 19:27:17 +01:00
parent 0812cd87ea
commit e9654627cd
@@ -11,6 +11,9 @@ if status is-interactive
# Add Node.js binaries in the global path # Add Node.js binaries in the global path
fish_add_path ~/.local/lib/node_modules/.bin fish_add_path ~/.local/lib/node_modules/.bin
# Add local binary in the global path
fish_add_path ~/.local/bin
# configuration for Oh My Fish BobTheFish theme # configuration for Oh My Fish BobTheFish theme
set -g theme_display_git yes set -g theme_display_git yes
set -g theme_display_git_dirty yes set -g theme_display_git_dirty yes