diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-12 18:59:57 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-12 18:59:57 +0300 |
commit | 15886934008f1ede737ecffdd5dc5d3de24f8397 (patch) | |
tree | 00540d9586359ee01c5fc5fb0056eaaf361c1b0b /internal/notes.txt | |
parent | e1ff1a7fdfe4bc60c20b1445f2f32505cca50765 (diff) |
notes
Diffstat (limited to 'internal/notes.txt')
-rw-r--r-- | internal/notes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index cbd3be28..a873eb83 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -10,7 +10,8 @@ gitstatus. - add _SHOW_SYSTEM to all *env segments. - support states in SHOW_ON_COMMAND: POWERLEVEL9K_SEGMENT_STATE_SHOW_ON_COMMAND='...' -- add POWERLEVEL9K_${SEGMENT}_${STATE}_SHOW_IN_DIR='pwd_pattern' +- add POWERLEVEL9K_${SEGMENT}_${STATE}_SHOW_IN_DIR='pwd_pattern'; implement the same way as + SHOW_ON_UPGLOB. - add `p10k upglob`; returns 0 on match and sets REPLY to the directory where match was found. - when directory cannot be shortened any further, start chopping off segments from the left and replacing the chopped off part with `…`. e.g., `…/x/anchor/y/anchor`. the shortest dir |