The wrapper for the fish shell was not working for me because I aliased cat to be bat. It added decorated output to the temp file and resulted in an error when trying to cd to the new path. Adding "command" before cat ensures we call the original cat command.
Hi,
The wrapper for the fish shell was not working for me because I aliased cat to be bat. It added decorated output to the temp file and resulted in an error when trying to cd to the new path. Adding "command" before cat ensures we call the original cat command.
Thanks for the amazing piece of software!