🔧 chore(fish): plugin updates
This commit is contained in:
parent
673373045b
commit
fe88d487f9
3 changed files with 485 additions and 513 deletions
|
@ -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
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue