Skip to content

Commit

Permalink
fix: BeDo CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinocossar committed Sep 6, 2022
1 parent 67d5172 commit d148bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oh-my-custom-zsh.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ alias vsls="code --list-extensions"
# Sail
alias sail='bash ./vendor/bin/sail'

# Bedo CLI
alias dock="./bedo.sh"
# BeDo CLI
alias bedo="./bedo.sh"

# Print plist file to stdout (XML format)
catplist() {
Expand Down

0 comments on commit d148bfd

Please sign in to comment.