mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-09 14:32:40 +01:00
4 lines
108 B
Fish
4 lines
108 B
Fish
function catp --wraps='bat --plain' --description 'alias catp bat --plain'
|
|
bat --plain $argv
|
|
|
|
end
|