mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-17 11:20:09 +00:00
Add a tip to ease agnoster first setup
This commit is contained in:
parent
57fcee0f1c
commit
0f4d6a5056
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@ ZSH_THEME="robbyrussell"
|
|||
To use a different theme, simply change the value to match the name of your desired theme. For example:
|
||||
|
||||
```shell
|
||||
ZSH_THEME="agnoster" # (this is one of the fancy ones)
|
||||
ZSH_THEME="agnoster" # (this is one of the fancy ones ;
|
||||
# you might need to install a specific font on your console's host for this to work ;
|
||||
# see https://github.com/powerline/fonts/tree/master/DejaVuSansMono)
|
||||
```
|
||||
|
||||
Open up a new terminal window and your prompt should look something like...
|
||||
|
|
Loading…
Reference in a new issue