diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-11-25 02:27:07 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-11-25 02:27:07 +0300 |
commit | 3fea92369f11797077f7a92468814ab1ee0238c3 (patch) | |
tree | a9ca3c6f43e4f2b08b76a7910f5a9a3b2e5a1774 /CHANGELOG.md | |
parent | 08a3b49d735b8a0192138085880a47ed89d94971 (diff) | |
parent | df51db14129bc8fb1fa90f9e8aa3ab653fbe247a (diff) |
Merge pull request #153 from Tritlo/custom_string
Adding a segment that can execute a custom command.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 933eceaa..8c21ea0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## v0.3.0 (next) +### New segment `custom_command` added + +A new segment that allows users to define a custom command was added. + ### `virtualenv` changes This segment now respects `VIRTUAL_ENV_DISABLE_PROMPT`. If this variable is set |