diff options
Diffstat (limited to 'internal/notes.txt')
-rw-r--r-- | internal/notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index a873eb83..de86abc6 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -17,3 +17,12 @@ replacing the chopped off part with `…`. e.g., `…/x/anchor/y/anchor`. the shortest dir representation is thus `…/last` or `…/last` depending on whether the last segment is an anchor. the replacement parameter's value is `…/` (with a slash) to allow for `x/anchor/y/anchor`. +- add to faq: how do i display an environment variable in prompt? link it from "extensible" +- add to faq: how do i display an icon in prompt? link it from "extensible" +- add root_indicator to config templates +- test chruby and add it to config templates +- add ssh to config templates +- add swift version to config templates; see if there is a good pattern for PROJECT_ONLY +- add swiftenv +- add faq: how to make directory shorter? mention POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER, + POWERLEVEL9K_DIR_MAX_LENGTH and truncate_to_last. |