Skip to content

Commit

Permalink
feat: add shell completions for molecule
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
  • Loading branch information
syaghoubi00 committed Dec 30, 2024
1 parent fc28150 commit 1ab069c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions final/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ activate-global-python-argcomplete
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# Add completions to zsh
echo eval \"\$\(_MOLECULE_COMPLETE=zsh_source molecule\)\" > ~/.oh-my-zsh/custom/molecule-completions.zsh

# shellcheck disable=SC1091
source "$DIR/setup-image.sh"

Expand Down

0 comments on commit 1ab069c

Please sign in to comment.