Update .config/fish/conf.d/30-bat.fish
This commit is contained in:
parent
599699686d
commit
337f6a92df
1 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,6 @@ function cath --wraps bat
|
|||
end
|
||||
|
||||
abbr -a B --position anywhere --set-cursor "% | {{ $batcmd }}"
|
||||
abbr -a --position anywhere -- -h "-h 2>&1 | cath"
|
||||
abbr -a --position anywhere -- --help "--help 2>&1 | cath"
|
||||
abbr -a help --position anywhere -- "help 2>&1 | cath"
|
||||
abbr -a --position anywhere -- -h "-h | cath"
|
||||
abbr -a --position anywhere -- --help "--help | cath"
|
||||
abbr -a help --position anywhere -- "help | cath"
|
||||
|
|
Loading…
Reference in a new issue