diff --git a/65-scripts.zsh b/65-scripts.zsh index ab75d89..130b13f 100644 --- a/65-scripts.zsh +++ b/65-scripts.zsh @@ -1,3 +1,8 @@ +# Обновление конфигурации zsh, менджера zcomet и плагинов +zu() { + git -C ~/.config/zsh pull && zcomet self-update && zcomet update +} + ch() { curl -s "https://cheat.sh/$1" | less }