From 8be59ebadd4f6382d2b7c0a39fc791963bd9f472 Mon Sep 17 00:00:00 2001 From: aiktb Date: Mon, 1 Apr 2024 23:51:42 +0800 Subject: [PATCH] chore: fix typo --- docs/blog/2.powerful-zsh-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2.powerful-zsh-config.md b/docs/blog/2.powerful-zsh-config.md index 430b57d..456c355 100644 --- a/docs/blog/2.powerful-zsh-config.md +++ b/docs/blog/2.powerful-zsh-config.md @@ -118,7 +118,7 @@ git clone https://github.com/zsh-users/zsh-history-substring-search "${ZSH_CUSTO sudo apt install thefuck autojump -y sed -i 's/^plugins=.*/plugins=(git\n extract\n thefuck\n autojump\n jsontools\n colored-man-pages\n zsh-autosuggestions\n zsh-syntax-highlighting\n zsh-history-substring-search\n you-should-use\n nvm\n debian)/g' ~/.zshrc # Enable nvm plugin feature to automatically read `.nvmrc` to toggle node version. -sed -i '1s/^/zstyle ':omz:plugins:nvm' autoload yes\n/' ~/.zshrc +sed -i "1s/^/zstyle ':omz:plugins:nvm' autoload yes\n/" ~/.zshrc # Install powerlevel10k and configure it. git clone --depth=1 https://github.com/romkatv/powerlevel10k.git "${ZSH_CUSTOM}"/themes/powerlevel10k sed -i 's/^ZSH_THEME=.*/ZSH_THEME="powerlevel10k\/powerlevel10k"/g' ~/.zshrc