mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
fish: add alias for cat
This commit is contained in:
parent
92d7361472
commit
135df3462b
1 changed files with 4 additions and 0 deletions
4
fish/functions/cat.fish
Normal file
4
fish/functions/cat.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
function cat --wraps='bat -pn' --wraps='bat -pn --pager=never' --description 'alias cat bat -pn --pager=never'
|
||||||
|
bat -pn --pager=never $argv
|
||||||
|
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue