We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07653d commit 1a76bbfCopy full SHA for 1a76bbf
1 file changed
local/etc/uceap.d/devcontainer_on_create.sh
@@ -81,6 +81,8 @@ function devcontainer_on_create() {
81
gh completion --shell zsh | sudo sh -c "cat > /usr/local/share/zsh/site-functions/_gh"
82
# Force loading of the completion script because I can't get it to autoload
83
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
86
87
# Run local devcontainer lifecycle scripts
88
if [ -x .devcontainer/onCreate.sh ]; then
0 commit comments