diff --git a/init.fish b/init.fish new file mode 100644 index 0000000..f7b242e --- /dev/null +++ b/init.fish @@ -0,0 +1,5 @@ +if command -sq zoxide + pay-respects fish --alias | source +else + echo "pay-respects is not in $PATH" +end diff --git a/pay-respects.plugin.zsh b/pay-respects.plugin.zsh new file mode 100644 index 0000000..8e9f05c --- /dev/null +++ b/pay-respects.plugin.zsh @@ -0,0 +1,5 @@ +if (( $+commands[pay-respects] )); then + eval "$(pay-respects zsh --alias)" +else + echo "pay-respects is not in $PATH" +fi