From a1e7e0bc3e2cf040d24580ecfe3f73899b358aa1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 Aug 2023 06:52:48 +0200 Subject: fish: port functions and more aliases --- user/settings/fish/functions/help.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 user/settings/fish/functions/help.fish (limited to 'user/settings/fish/functions/help.fish') diff --git a/user/settings/fish/functions/help.fish b/user/settings/fish/functions/help.fish new file mode 100644 index 00000000..e649f43e --- /dev/null +++ b/user/settings/fish/functions/help.fish @@ -0,0 +1,3 @@ +function help + $argv --help 2>&1 | bat --plan --language=help +end -- cgit 1.4.1