mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
✨ Adds Home Assistant CLI auto completion
This commit is contained in:
parent
400b4a73ad
commit
dd7f711f46
1 changed files with 4 additions and 1 deletions
|
@ -94,8 +94,11 @@ source $ZSH/oh-my-zsh.sh
|
|||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias reset-settings="cp /root/.code-server/settings.json /data/vscode/User/settings.json && echo 'Setting restored!'"
|
||||
|
||||
# Home Assistant CLI
|
||||
# Home Assistant Core CLI
|
||||
eval "$(_HASS_CLI_COMPLETE=source_zsh hass-cli)"
|
||||
|
||||
# Home Assistant CLI
|
||||
source <(ha completion --zsh)
|
||||
|
||||
# Show motd on start
|
||||
cat /etc/motd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue