1414
D or d come on
(i.imgur.com)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
yeah Fish tab completion works, but one thing I've noticed though is that tab completion for wrong case only works if there's no option with the correct case
e.g. if I have
DownloadsandDownloads2thendwith tab completion will becomeDownloads, but if I haveDownloadsanddownloads2it will tab complete todownloads2andDwill complete toDownloadsI've been meaning to look through the Fish documentation to see if I can change that and fuzzy search for history but never got around to it