diff options
Diffstat (limited to '')
| -rw-r--r-- | fish/functions/cat.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/cat.fish b/fish/functions/cat.fish new file mode 100644 index 0000000..73b5541 --- /dev/null +++ b/fish/functions/cat.fish @@ -0,0 +1,3 @@ +function cat --wraps=bat --description 'alias cat bat' + bat $argv +end |
