diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-22 16:17:45 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-22 16:17:45 +0300 |
commit | cab44896782c64579d0068ba79415afb2161f056 (patch) | |
tree | 3cf335e8bb096ee8c1c7124493e7486467384119 /internal/notes.txt | |
parent | 6f6c9b457e8f87a0605cee811cfe55b8c9856c8e (diff) |
notes
Diffstat (limited to 'internal/notes.txt')
-rw-r--r-- | internal/notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index 9cc3a54d..27b31b8c 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -30,3 +30,5 @@ 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. - zsh-syntax-highlighting added two precommands: chronic and ifne. +- use this in wizard: https://wiki.bash-hackers.org/snipplets/screen_saverestore +- use the same sysread pattern in worker.zsh as in gitstatus |