🚀 perf(fish): changed abbr to function
This commit is contained in:
parent
e1789e3954
commit
091f25a184
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
4
.config/fish/functions/pse.fish
Normal file
4
.config/fish/functions/pse.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function pse --wraps=pacseek --description 'alias pse=pacseek'
|
||||
pacseek $argv
|
||||
|
||||
end
|
Loading…
Add table
Reference in a new issue