mikejsavage.co.uk • About • Archive • RSS • Thanks for blocking ads! Blocking ads owns: AdGuard for Safari / uBlock Origin for everything else
?
globbing is useless and makes pasting URLs annoying, this is how you
kill it:
git clone https://github.com/fish-shell/fish-shell
cd fish-shell
sed -i "s/set_from_string(opts.features)/set_from_string(L\"qmark-noglob\")/" src/fish.cpp
then make and install that. If you're on arch you can grab fish-git from
AUR, and add the sed line to build()
above autoreconf.