6 lines
313 B
Bash
6 lines
313 B
Bash
# 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
|