diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-06-07 02:48:02 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-06-07 02:48:02 +0300 |
commit | 891f5567fd198220cd2b7b4e471a465ac736579e (patch) | |
tree | 5d7220de952e80eaefe3c878d3090c54b99d587c /README.md | |
parent | fea1d7ec5e21be22f7bd58480a323f4509ff656e (diff) |
Limit to whole folders, not just characters.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,8 +115,8 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`: 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 + # Limit to the last two folders + POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 #### The 'time' segment |