mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-23 06:11:50 +01:00
5 lines
108 B
Fish
5 lines
108 B
Fish
|
function catp --wraps='bat --plain' --description 'alias catp bat --plain'
|
||
|
bat --plain $argv
|
||
|
|
||
|
end
|