From 2caef3f7ba58c6b71f4d1a254435a44b9d7e770c Mon Sep 17 00:00:00 2001 From: fire1ce Date: Sun, 25 Aug 2024 12:01:58 +0300 Subject: [PATCH] 20240825.1201 --- docs/assets/zsh/zshrc_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/zsh/zshrc_config b/docs/assets/zsh/zshrc_config index 5516c44d2..c10ff9434 100644 --- a/docs/assets/zsh/zshrc_config +++ b/docs/assets/zsh/zshrc_config @@ -70,7 +70,7 @@ ZSH_THEME="3os" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git colored-man-pages docker docker-compose iterm2 node npm brew colorize macos pip pyenv virtualenv adb aws command-not-found zsh-autosuggestions zsh-syntax-highlighting) +plugins=(git colored-man-pages docker docker-compose iterm2 node npm brew colorize macos pip pyenv virtualenv aws command-not-found zsh-autosuggestions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh