From 159938f00ec58635a494426cdcd7c770ae333d51 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 29 Nov 2016 23:05:10 +0100 Subject: [PATCH] Add changelog entry for dir path separator --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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