aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | don't array-expand unnecessarilyromkatv2020-01-111-1/+1
* | run widget hooks only from PS1romkatv2020-01-111-2/+1
* | integrate the new command buffer parser intp p10kromkatv2020-01-111-20/+290
* | typoromkatv2020-01-111-1/+1
* | cleanupromkatv2020-01-111-1/+1
* | cleanupromkatv2020-01-111-85/+87
* | handle early precommand terminationromkatv2020-01-111-4/+9
* | support precommands and fix a few bugsromkatv2020-01-111-103/+70
* | add precommand specsromkatv2020-01-111-2/+17
* | limit the number of looked-at tokens to 32romkatv2020-01-111-115/+119
* | speedupromkatv2020-01-111-5/+71
* | filter and dedup commandsromkatv2020-01-111-1/+1
* | commentsromkatv2020-01-111-0/+9
* | handle `<<<`romkatv2020-01-111-0/+2
* | handle `for x (y) z`romkatv2020-01-111-7/+10
* | fix a few bugs in parsingromkatv2020-01-111-0/+20
* | speedupromkatv2020-01-111-14/+18
* | remove function decls from the list of commandsromkatv2020-01-111-5/+30
* | speed up parsingromkatv2020-01-111-62/+62
* | add parse.zshromkatv2020-01-101-0/+161
* | pass fd to _p9k_restore_promptromkatv2020-01-091-1/+1
* | make sure the next hook called after p10k-on-post-prompt is always either p10...romkatv2020-01-091-0/+1
* | fix bugs in widget hooks and improve performanceromkatv2020-01-092-44/+70
* | work around bugs in zsh-syntax-highlightingromkatv2020-01-091-2/+3
* | wrap all widgets; call p10k-on-post-widget hook if definedromkatv2020-01-082-110/+108
* | call p10k-on-init hook if definedromkatv2020-01-081-2/+11
* | describe hooks and parameters accessible from themromkatv2020-01-081-0/+13
* | Merge branch 'master' into reactiveromkatv2020-01-071-42/+49
|\|
| * set DISABLE_UPDATE_PROMPT=true when activating instant promptromkatv2020-01-071-1/+2
| * fix omz update detectionromkatv2020-01-071-3/+4
| * don't print concole output warning if oh-my-zsh updates during instant promptromkatv2020-01-071-40/+45
* | add notesromkatv2020-01-041-0/+20
|/
* add "todo" prompt segment to default configsromkatv2020-01-033-0/+76
* show the number of filtered toto tasks if not the same as total and add optio...romkatv2020-01-031-2/+12
* use a more portable icon for todo in portable font moderomkatv2020-01-031-2/+2
* bug fix: set $0 to =todo.sh when sourcing the user config; fixes #403romkatv2020-01-031-1/+1
* add nnn prompt segment; see #342romkatv2020-01-025-0/+36
* add plenv prompt segment; see #342romkatv2020-01-025-1/+92
* add jenv prompt segment; see #342romkatv2020-01-024-1/+87
* add luaenv prompt segment; see #342romkatv2020-01-025-1/+92
* BREAKING CHANGE: add classes to google_app_cred and change its default contentromkatv2020-01-024-85/+135
* bug fix: don't trigger transint prompt behavior on Ctrl-C when it wouldn't te...romkatv2020-01-021-10/+50
* bug fix: escape backquote; fixes #404romkatv2020-01-011-4/+4
* pull upstream changes from gitstatusromkatv2019-12-271-2/+17
* rename gcloud_app to google_app_cred and change its apiromkatv2019-12-194-57/+99
* Merge branch 'rsotnychenko-update-gcloud'romkatv2019-12-194-4/+80
|\
| * Merge branch 'update-gcloud' of https://github.com/rsotnychenko/powerlevel10k...romkatv2019-12-194-4/+80
|/|
| * Fix typosRostyslav Sotnychenko2019-12-163-3/+3
| * Add prompt for Google Cloud application credentialsRostyslav Sotnychenko2019-12-164-2/+78
* | bug fix: don't print an empty line after the rulerromkatv2019-12-191-1/+1