Skip to content

Commit 1a76bbf

Browse files
committed
terminus completion
1 parent e07653d commit 1a76bbf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

local/etc/uceap.d/devcontainer_on_create.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ function devcontainer_on_create() {
8181
gh completion --shell zsh | sudo sh -c "cat > /usr/local/share/zsh/site-functions/_gh"
8282
# Force loading of the completion script because I can't get it to autoload
8383
echo "autoload -Uz _uceap && compdef _uceap uceap" | tee -a ~/.zshrc ~/.zshrc.local
84+
# Pantheon too
85+
echo 'eval "$(/usr/local/bin/terminus completion zsh)"' | tee -a ~/.zshrc ~/.zshrc.local
8486

8587
# Run local devcontainer lifecycle scripts
8688
if [ -x .devcontainer/onCreate.sh ]; then

0 commit comments

Comments
 (0)