mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-10 21:40:08 +01:00
feat: plugin files for zsh and fish (github #58)
Signed-off-by: Joe Block <jpb@unixorn.net> Co-authored-by: iff <iff@ik.me>
This commit is contained in:
parent
73fa43d761
commit
6ba4591db9
2 changed files with 10 additions and 0 deletions
5
init.fish
Normal file
5
init.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if command -sq zoxide
|
||||
pay-respects fish --alias | source
|
||||
else
|
||||
echo "pay-respects is not in $PATH"
|
||||
end
|
||||
5
pay-respects.plugin.zsh
Normal file
5
pay-respects.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if (( $+commands[pay-respects] )); then
|
||||
eval "$(pay-respects zsh --alias)"
|
||||
else
|
||||
echo "pay-respects is not in $PATH"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue