From: Andre Ramnitz Date: Fri, 14 Feb 2025 22:14:31 +0000 (+0100) Subject: fish: update aliases X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=2fefe434ea7ee571b1d2a806b2fa15e15b165569;p=dotfiles.git fish: update aliases --- 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