summaryrefslogtreecommitdiff
path: root/internal/notes.txt
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-02-24 14:26:00 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-02-24 14:26:00 +0300
commit7e262fb9128905250a1a90d788b33610a0529f5f (patch)
tree47a73174ba39cfecedfd22e371e2de70330d2507 /internal/notes.txt
parent1885d15da284f43e3efe0525ef5c83cc84449460 (diff)
notes
Diffstat (limited to 'internal/notes.txt')
-rw-r--r--internal/notes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/notes.txt b/internal/notes.txt
index a7cc599f..4c636a8a 100644
--- a/internal/notes.txt
+++ b/internal/notes.txt
@@ -24,8 +24,8 @@
- 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.
+- add faq: how to customize directory shortening? mention POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER,
+ POWERLEVEL9K_DIR_MAX_LENGTH and co., and truncate_to_last.
- fix a bug in zsh: https://github.com/romkatv/powerlevel10k/issues/502. to reproduce:
emulate zsh -o prompt_percent -c 'print -P "%F{#ff0000}red%F{green}%B bold green"'
- bug: open a new tab and hit ctrl-p. an empty line will appear before prompt.