From afcff26d1fdddaf76c06bf17e987744e70c473d4 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 1 Mar 2021 15:04:30 +0900 Subject: [PATCH] Remove deprecated bax.fish --- functions/bax.fish | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 functions/bax.fish diff --git a/functions/bax.fish b/functions/bax.fish deleted file mode 100644 index fc7eb1d..0000000 --- a/functions/bax.fish +++ /dev/null @@ -1,4 +0,0 @@ -function bax - echo (set_color red --bold)"Warning: `bax` is now `replay`. Please use `replay` to supress this warning."(set_color normal) - replay $argv -end