From eefea26278d7163a03c37f5f42296509e385312e Mon Sep 17 00:00:00 2001 From: void Date: Thu, 26 Feb 2026 20:38:02 +0300 Subject: [PATCH] Add mann function --- dot_config/private_fish/functions/mann.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dot_config/private_fish/functions/mann.fish diff --git a/dot_config/private_fish/functions/mann.fish b/dot_config/private_fish/functions/mann.fish new file mode 100644 index 0000000..63eade3 --- /dev/null +++ b/dot_config/private_fish/functions/mann.fish @@ -0,0 +1,3 @@ +function mann -d "Display man with bat (colored)" + man $argv | bat -l man --style=plain +end