18 Dec 2018 • How to get rid of ? globbing in fish

? 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.