From de4fdf5aed7c45488b626038bc486633c2f72ab5 Mon Sep 17 00:00:00 2001 From: thatscringebro Date: Thu, 16 Oct 2025 19:28:47 -0400 Subject: [PATCH] added bat --- .config/fish/functions/cat.fish | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .config/fish/functions/cat.fish diff --git a/.config/fish/functions/cat.fish b/.config/fish/functions/cat.fish new file mode 100644 index 0000000..73b5541 --- /dev/null +++ b/.config/fish/functions/cat.fish @@ -0,0 +1,3 @@ +function cat --wraps=bat --description 'alias cat bat' + bat $argv +end diff --git a/README.md b/README.md index 569373f..c6d8810 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Make sure you've got these packages before installing - gitui - btop - helix-editor +- bat ## Installation