Skip to content

Commit

Permalink
add completion to install
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 7, 2024
1 parent 823a618 commit 28ff217
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Formula/m/mepo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ class Mepo < Formula

def install
virtualenv_install_with_resources

# Install bash and zsh completion
bash_completion.install "etc/mepo-completion.bash"
zsh_completion.install "etc/mepo-completion.zsh"

# Install the mepo-cd.bash and mepo-cd.zsh scripts
bash_completion.install "etc/mepo-cd.bash"
zsh_completion.install "etc/mepo-cd.zsh"
end

test do
Expand Down

0 comments on commit 28ff217

Please sign in to comment.