Skip to content

Commit

Permalink
fix: copy/paste 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Jul 24, 2024
1 parent b7f1e54 commit 1cc6209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bin/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ function Help() {
}

function bin:setup() {
sudo ln -fs "${ROOT_DIR}/.bin/mna" "/usr/local/bin/mna-bal"
sudo ln -fs "${ROOT_DIR}/.bin/mna-bal" /usr/local/bin/mna-bal

sudo mkdir -p /usr/local/share/zsh/site-functions
sudo ln -fs "${ROOT_DIR}/.bin/zsh-completion" "/usr/local/share/zsh/site-functions/_mna-bal"
sudo ln -fs "${ROOT_DIR}/.bin/zsh-completion" /usr/local/share/zsh/site-functions/_mna-bal
sudo rm -f ~/.zcompdump*
}

Expand Down

0 comments on commit 1cc6209

Please sign in to comment.