🔧 chore(fish): plugin updates

This commit is contained in:
Sergio Laín 2023-10-28 00:25:25 +02:00
parent 673373045b
commit fe88d487f9
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 485 additions and 513 deletions

View file

@ -4,3 +4,4 @@ abbr -a t --function projectdo_test
abbr -a p --function projectdo_tool abbr -a p --function projectdo_tool
abbr -a y yadm abbr -a y yadm
abbr -a pse pacseek abbr -a pse pacseek
abbr -a g git

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@ if not status is-interactive && test "$CI" != true
exit exit
end end
# Because of scoping rules, to capture the shell variables ezactly as they are, we must read # Because of scoping rules, to capture the shell variables exactly as they are, we must read
# them before even executing _fzf_search_variables. We use psub to store the # them before even executing _fzf_search_variables. We use psub to store the
# variables' info in temporary files and pass in the filenames as arguments. # variables' info in temporary files and pass in the filenames as arguments.
# This variable is global so that it can be referenced by fzf_configure_bindings and in tests # This variable is global so that it can be referenced by fzf_configure_bindings and in tests