···26262727 nix-your-shell fish | source
28282929+ if test -d /opt/homebrew/bin;
3030+ fish_add_path /opt/homebrew/bin
3131+ end;
3232+2933 # Docker compose alias that switches to if the standalone binary is present.
3034 if which docker-compose &> /dev/null;
3135 alias dc docker-compose;