Cleanup .zshrc configuration

This commit is contained in:
Franck Nijhof 2022-04-20 17:05:09 +02:00
parent 7ed810c1e4
commit a37285f2a7
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -96,9 +96,6 @@ 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 Core CLI
eval "$(_HASS_CLI_COMPLETE=source_zsh hass-cli)"
# Home Assistant CLI
source <(ha completion --zsh)