diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-11-30 01:19:35 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-11-30 01:19:35 +0300 |
commit | 51e1aa1b16e6048939bb2b9946abce16323a890b (patch) | |
tree | a2c40a4083b2342cd2ca421836df2046add11ce2 | |
parent | 159938f00ec58635a494426cdcd7c770ae333d51 (diff) |
Add documenatation for dir path separator
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -288,6 +288,12 @@ The `truncate_with_package_name` strategy gives your directory path relative to the path shown would be `my-cool-project`. If you navigate to `$HOME/projects/my-project/src`, then the path shown would be `my-cool-project/src`. Please note that this currently looks for `.git` directory to determine the root of the project. +If you want to customize the directory separator, you could set: +```zsh +# You'll need patched awesome-terminal fonts for that example +POWERLEVEL9K_DIR_PATH_SEPARATOR="%f "$'\uE0B1'" %F" +``` + ##### ip This segment tries to examine all currently used network interfaces and prints |