diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-10-07 03:44:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 03:44:00 +0300 |
commit | 6136152997444dd0b25a6ad2879b496b2fe474a6 (patch) | |
tree | feb2b5848f4ab9d5f56c026b657d2d8b033403fd /README.md | |
parent | e9e60324cde4279e5724d94905d61986ed9c4b3b (diff) | |
parent | b87c3b85ace58b4a247046a51c37a5b043fcefb5 (diff) |
Merge pull request #638 from TimothyEarley/dropbox-integration
Added Dropbox segment
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ The segments that are currently available are: * `aws_eb_env` - The current Elastic Beanstalk Environment. * `docker_machine` - The current Docker Machine. * `kubecontext` - The current context of your `kubectl` configuration. +* `dropbox` - Indicates Dropbox directory and syncing status using `dropbox-cli` **Other:** * [`custom_command`](#custom_command) - Create a custom segment to display the |