fish-shell/share
Victor Diaz 8c09fc7a3a Prepend command to cat
*Problem:*
edit_command_buffer uses `cat` to return the modified content.
If a person has an alias for `cat` to a different command such `bat`** the editing will not be useful anymore since bat decorates the text with frames, line counts, etc

*Solution*
Appending command to cat, fish will ignore the alias and execute the real command according to this https://fishshell.com/docs/current/cmds/command.html

** https://github.com/sharkdp/bat
2021-09-12 22:11:01 +08:00
..
completions completion: exif (#8246) 2021-08-29 11:35:08 +02:00
functions Prepend command to cat 2021-09-12 22:11:01 +08:00
groff
tools Webconfig: Add my own colorscheme 2021-09-03 17:38:34 +02:00
__fish_build_paths.fish.in
config.fish Deduplicate $fish_user_paths automatically 2021-07-14 16:37:30 +02:00
lynx.lss