From 2fefe434ea7ee571b1d2a806b2fa15e15b165569 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 14 Feb 2025 23:14:31 +0100 Subject: [PATCH] fish: update aliases --- dot-config/fish/functions/fastfetch.fish | 4 ---- dot-config/fish/functions/ff.fish | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 dot-config/fish/functions/fastfetch.fish create mode 100644 dot-config/fish/functions/ff.fish diff --git a/dot-config/fish/functions/fastfetch.fish b/dot-config/fish/functions/fastfetch.fish deleted file mode 100644 index 94ff1455..00000000 --- a/dot-config/fish/functions/fastfetch.fish +++ /dev/null @@ -1,4 +0,0 @@ -function fastfetch --description 'alias fastfetch=fastfetch -c "$HOME"/.config/fastfetch/default.jsonc' - command fastfetch -c "$HOME"/.config/fastfetch/default.jsonc $argv - -end diff --git a/dot-config/fish/functions/ff.fish b/dot-config/fish/functions/ff.fish new file mode 100644 index 00000000..63e5d325 --- /dev/null +++ b/dot-config/fish/functions/ff.fish @@ -0,0 +1,4 @@ +function ff --description 'alias ff=fastfetch -c "$HOME"/.config/fastfetch/default.jsonc' + command fastfetch -c "$HOME"/.config/fastfetch/default.jsonc $argv + +end -- 2.51.2