Doesn't work with fish shell (and probably other shells)
tmccombs opened this issue · 1 comments
tmccombs commented
the &> /dev/null
isn't valid syntax in fish, so if shell
is fish, then xdg-open (or see) fails to open. 2>1 > /dev/null
is more portable.
JamshedVesuna commented
#53 should resolve this