diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-12-06 02:30:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-06 02:30:47 +0300 |
commit | ffade7bb6db4d0e13ce0aaf07f016f8cdba71070 (patch) | |
tree | 46f82508dfe4728bf012d9978bb7719af8aa8654 /CHANGELOG.md | |
parent | afa256f5b32babbd72ae70e888919eb801963873 (diff) | |
parent | 202ab1500727e4f37545eaff849d4f9a52b823c4 (diff) |
Merge pull request #346 from dritter/configurable_path_separators
Configurable path separators
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3f7444..91a897ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## next + +### `dir` changes + +Added an option to configure the path separator. If you want something +else than an ordinary slash, you could set +`POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want. + ## v0.4.0 ### Development changes |