Skip to content

Commit

Permalink
πŸ‚
Browse files Browse the repository at this point in the history
  • Loading branch information
skalnik committed Feb 14, 2024
1 parent bbae9e0 commit d688fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fish/functions/cat.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
function cat --description 'Replace `cat` with `bat` if available'
if type -q bat
command bat $argv
else
command cat $argv
end
end

0 comments on commit d688fb6

Please sign in to comment.