From 091f25a184be5e62021192e36b1486720866f502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 31 Oct 2023 00:00:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(fish):=20changed=20abbr=20t?= =?UTF-8?q?o=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/abbreviations.fish | 1 - .config/fish/functions/pse.fish | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .config/fish/functions/pse.fish diff --git a/.config/fish/abbreviations.fish b/.config/fish/abbreviations.fish index 4f0adb4c..c347802e 100644 --- a/.config/fish/abbreviations.fish +++ b/.config/fish/abbreviations.fish @@ -3,5 +3,4 @@ abbr -a r --function projectdo_run abbr -a t --function projectdo_test abbr -a p --function projectdo_tool abbr -a y yadm -abbr -a pse pacseek abbr -a g git diff --git a/.config/fish/functions/pse.fish b/.config/fish/functions/pse.fish new file mode 100644 index 00000000..19cb0334 --- /dev/null +++ b/.config/fish/functions/pse.fish @@ -0,0 +1,4 @@ +function pse --wraps=pacseek --description 'alias pse=pacseek' + pacseek $argv + +end