摘要:
[shell] zsh -- 教程 一、zsh 官方网址 1、zsh 官方网址【1】: https://www.zsh.org 2、zsh 官方网址【2】: https://zsh.sourceforge.io/ 二、zsh 教程网址 1、【github.com 】 : https://github 阅读全文
摘要:
[shell] zsh -- PROMPT 一、PS1 核心配置(zsh) # Set prompts #[[ "$PROMPT" = "%m%# " ]] && PROMPT='[%n@%m]%~%# ' # default prompt #[[ "$PROMPT" = "%m%# " ]] && 阅读全文