Fish add some basic paths

This commit is contained in:
Tim 2025-05-15 10:40:21 +02:00
parent f1aed8c527
commit d4125908ad

View File

@ -1,3 +1,14 @@
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
end end
fish_add_path $HOME/.local/bin
fish_add_path $HOME/bin
fish_add_path /snap/bin
if command -v composer &> /dev/null
fish_add_path $HOME/.composer/vendor/bin
fish_add_path $(composer global config bin-dir --absolute --quiet)
end
fish_add_path $HOME/.symfony/bin