We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8153db commit e1cf2d1Copy full SHA for e1cf2d1
1 file changed
local/etc/uceap.d/devcontainer_on_create.sh
@@ -60,7 +60,9 @@ function devcontainer_on_create() {
60
61
# Setup shell completion
62
uceap completion bash | sudo sh -c "cat > /etc/bash_completion.d/uceap"
63
+ gh completion --shell bash | sudo sh -c "cat > /etc/bash_completion.d/gh"
64
uceap completion zsh | sudo sh -c "cat > /usr/local/share/zsh/site-functions/_uceap"
65
+ gh completion --shell zsh | sudo sh -c "cat > /usr/local/share/zsh/site-functions/_gh"
66
# Force loading of the completion script because I can't get it to autoload
67
echo "autoload -Uz _uceap && compdef _uceap uceap" >> ~/.zshrc
68
0 commit comments