mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-05 16:12:54 +02: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:
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
|
Reference in New Issue
Block a user