diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index d714361..74da71c 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,3 +1,14 @@ if status is-interactive # Commands to run in interactive sessions can go here 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