From fea1d7ec5e21be22f7bd58480a323f4509ff656e Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Sun, 7 Jun 2015 01:11:06 +0200 Subject: [PATCH] Added documentation. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dc8798fe..e3a382fa 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,14 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`: export DEFAULT_USER= +#### The `dir` segment + +The `dir` segment shows the current working directory. You can limit the output +to a certain length: + + # Limit to 20 characters + POWERLEVEL9K_SHORTEN_PWD_LENGTH=20 + #### The 'time' segment By default the time is show in 'H:M:S' format. If you want to change it,