-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
I've updated fish to version 3.0.0 on Archlinux. Now git add does not work as excpected (at least for me) anymore:
daniel@macbook ~/D/s/s/v/s/sulu $ git add
:/src/Sulu/Bundle/AdminBundle/Resources/js/components/Card (Untracked file)
src/Sulu/Bundle/AdminBundle/Resources/js/components/Card/ (Untracked file)I'd like to not have the versions with the colon as options, because it clutters the autocompletion, and feels quite messy to me (especially when I am using a smaller terminal, and the lines have to break).
Apart from that you can see in the screenshot that the files in this folder are not suggested anymore when the entire folder was newly created, which is also very annyoing.
Is there anyway to configure this behavior, or do I have to live with it?