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