mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-10 00:33:56 +01:00
4 lines
80 B
Fish
4 lines
80 B
Fish
function cat --wraps=bat --description 'alias cat bat'
|
|
bat $argv
|
|
|
|
end
|