mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-22 05:41:51 +01:00
add catp alias
This commit is contained in:
parent
97c216245b
commit
b312934879
1 changed files with 4 additions and 0 deletions
4
dot_config/fish/private_functions/catp.fish
Normal file
4
dot_config/fish/private_functions/catp.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function catp --wraps='bat --plain' --description 'alias catp bat --plain'
|
||||||
|
bat --plain $argv
|
||||||
|
|
||||||
|
end
|
Loading…
Reference in a new issue