我安装了yadr和prezto来设置zsh提示符的样式。
我使用steeef主题:https://github.com/sorin-ionescu/prezto/blob/master/modules/prompt/functions/prompt_尖塔_设置
如何更改提示符的格式:
从--> taciano at asimov in
to -> taciano@asimov
我试着修改,但我做不到。我找不到调整的地方。
发布于 2021-03-16 12:49:06
steef主题作为新主题的基础,例如,taciano:% cd $ZPREZTODIR/modules/提示符/函数% cp prompt_steeef_setup prompt_taciano_setup.zpreztorc文件中,查找zstyle‘:prezto: and :prompt’并将更改为taciano。$ZPREZTODIR/modules/prompt/functions/prompt_taciano_setup中,更改设置PROMPT变量。https://unix.stackexchange.com/questions/639272
复制相似问题