大家好
今天照着Icarus4大的文章:[心得] 简单打造漂亮又好用的command line环境
短网址:https://reurl.cc/oLGdgv
原文连结:
https://medium.com/statementdog-engineering/prettify-your-zsh-command-line-prompt-3ca2acc967f
跟着做到“powerlevel9k 安装方式”做完第一步指令后要编辑 ~/.zshrc。
Terminal显示:
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
...
# Example aliases
# alias zshconfig=”mate ~/.zshrc”
# alias ohmyzsh=”mate ~/.oh-my-zsh”
请问是路径设定错误吗?
谢谢各位。