🚀 perf(fish): changed abbr to function

This commit is contained in:
Sergio Laín 2023-10-31 00:00:10 +01:00
parent e1789e3954
commit 091f25a184
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1,4 @@
function pse --wraps=pacseek --description 'alias pse=pacseek'
pacseek $argv
end