1
lygmqkl 2019-11-21 09:26:58 +08:00 1
192:~ name$
这里的 192 是机器的名字, ~ 代表 当前用户的根目录,name 代表当前用户名 |
2
hanyceZ 2019-11-21 09:41:05 +08:00
```
vi ~/.bash_porfile #最后加上 export PS1='[%{$fg[magenta]%}%n%{$reset_color%}@%{$fg[yellow]%}%m%{$reset_color%} ${PWD/#$HOME/~}] ' source ~/.bash_profile ``` 注意 zsh 是要修改~/.zshrc 文件 |
3
MrBrand 2019-11-21 11:40:19 +08:00
改下 dns 就好了
|