From 2ae1bedf48ce6bae65653af4bc2004435eb439f3 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 16 Mar 2023 14:29:36 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Blog=20=E2=80=9C=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E5=90=91Linux=E6=96=B0=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E6=B8=85=E5=8D=95=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/个人向Linux新服务器初始化清单.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/content/posts/个人向Linux新服务器初始化清单.md b/content/posts/个人向Linux新服务器初始化清单.md index 01d97c8..a49631a 100644 --- a/content/posts/个人向Linux新服务器初始化清单.md +++ b/content/posts/个人向Linux新服务器初始化清单.md @@ -224,10 +224,6 @@ export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20 source ~/.zshrc ``` - - - - ```shell // 自定义需求较高的推荐 space ship 这个主题 @@ -248,7 +244,6 @@ ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/the ZSH_THEME="spaceship" // 还有一些自用的推荐配置件文末附录 - ``` ### 2.3 nano 代码文件规则 @@ -324,11 +319,11 @@ END * 云服务器入门指南 * Portainer Install Doc - - ```shell # 个人自用配置, 搭配 space ship 主题使用, 建议安装 nerd font 以正确显示图标 # ~/.spaceshiprc.zsh +# space ship 主题文档 +# https://spaceship-prompt.sh/getting-started/ SPACESHIP_USER_SHOW="always" SPACESHIP_USER_PREFIX="" @@ -417,5 +412,4 @@ cdl() { cdll() { cd "$@" && ls -lh; } - ``` \ No newline at end of file