Обновление ohmyzsh
This commit is contained in:
5
zsh/custom/plugins/yandex-cloud/yandex-cloud.plugin.zsh
Normal file
5
zsh/custom/plugins/yandex-cloud/yandex-cloud.plugin.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
# The next line updates PATH for Yandex Cloud CLI.
|
||||
if [ -f '$HOME/yandex-cloud/path.bash.inc' ]; then source '$HOME/yandex-cloud/path.bash.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for yc.
|
||||
if [ -f '$HOME/yandex-cloud/completion.zsh.inc' ]; then source '$HOME/yandex-cloud/completion.zsh.inc'; fi
|
||||
Reference in New Issue
Block a user