dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Fish shell annoyances

Open gabebw opened this issue 2 years ago • 0 comments

I'm listing them here as they come up just in case I want to switch back. Or perhaps these are already fixed, and I just don't know Fish well enough yet.

  1. Globs are not case-insensitive (e.g. ls a* finds only files starting with a, not A)
  2. There's no "range" globbing, like ls [A-Z]* a. https://github.com/fish-shell/fish-shell/issues/1187
  3. There is no globbing even without a range, like ls [ABC]*

The only globbing that works is with curly braces: foo{1,2,3}.

Relevant issue: https://github.com/fish-shell/fish-shell/issues/3681

gabebw avatar Apr 24 '22 23:04 gabebw