dotfiles/fish/functions/cat.fish
2025-02-04 15:21:33 +00:00

5 lines
80 B
Fish

function cat --wraps=bat --description 'alias cat=bat'
bat $argv
end