mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
added prompt segment for todo.txt task number
This commit is contained in:
parent
62dee9824b
commit
5add0daad0
2 changed files with 15 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ The segments that are currently available are:
|
|||
* [symphony2_tests](#symphony2_tests) - Show a ratio of test classes vs code classes for Symfony2.
|
||||
* **symphony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir.
|
||||
* [time](#time) - System time.
|
||||
* [todo.txt](http://todotxt.com/) - Shows the number of tasks in your todo.txt tasks file.
|
||||
* [vi_mode](#vi_mode)- Vi editing mode (NORMAL|INSERT).
|
||||
* **virtualenv** - Your Python [VirtualEnv](https://virtualenv.pypa.io/en/latest/).
|
||||
* [vcs](#vcs) - Information about this `git` or `hg` repository (if you are in one).
|
||||
|
|
@ -127,7 +128,7 @@ To change the way how the current working directory is truncated, just set:
|
|||
# default behaviour is to truncate whole directories
|
||||
|
||||
In each case you have to specify the length you want to shorten the directory
|
||||
to. So in some cases `POWERLEVEL9K_SHORTEN_DIR_LENGTH` means characters, in
|
||||
to. So in some cases `POWERLEVEL9K_SHORTEN_DIR_LENGTH` means characters, in
|
||||
others whole directories.
|
||||
|
||||
##### ip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue