summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas <GrmpCerber@users.noreply.github.com>2016-09-26 16:40:07 +0200
committerGitHub <noreply@github.com>2016-09-26 16:40:07 +0200
commit0f4d6a5056d458e04d11c046820e5d17f65c161e (patch)
tree36c035c2e44f749035b15b297f489943959c0916 /README.md
parent57fcee0f1c520a7c5e3aa5e2bde974154cdaf0c3 (diff)
downloadzsh-0f4d6a5056d458e04d11c046820e5d17f65c161e.tar.gz
zsh-0f4d6a5056d458e04d11c046820e5d17f65c161e.tar.bz2
zsh-0f4d6a5056d458e04d11c046820e5d17f65c161e.zip
Add a tip to ease agnoster first setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6da731890..268c1b39d 100644
--- a/README.md
+++ b/README.md
@@ -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...