aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nordvpn: pick up nordvpnd.sock from the new location (changed with the latest...v1.14.4Roman Perepelitsa2020-12-181-9/+17
* fix a comment above POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION in lean styleRoman Perepelitsa2020-12-181-2/+2
* wizard: allow uppercase letters in choicesRoman Perepelitsa2020-12-161-0/+1
* remove accidental logging (#1161)Josh Skidmore2020-12-141-1/+0
* dir: add _NON_EXISTENT similarly to _NON_WRITABLE (requires POWERLEVEL9K_DIR_...Roman Perepelitsa2020-12-145-38/+79
* wifi: recognize SSID with spaces (#1152)Roman Perepelitsa2020-12-121-1/+1
* fix iterm2 integration when not using zsh4humans v5 (#192 and #1138)Roman Perepelitsa2020-12-021-3/+3
* use tmux bypass in iterm2 integration only if _z4h_iterm_cmd is definedRoman Perepelitsa2020-11-281-3/+4
* remove spurious slashes from tmux bypass sequencesRoman Perepelitsa2020-11-261-4/+4
* enable iterm2 shell integration when running in tmux in zsh4humansRoman Perepelitsa2020-11-261-5/+15
* Makefile: optimize recursive invocation (#1127)ratijas2020-11-261-1/+1
* don't allow overriding the path to zshv1.14.3Roman Perepelitsa2020-11-261-2/+2
* Merge commit '29759b7b0a83e08ce52dd240c9463f2c8090c416'Roman Perepelitsa2020-11-261-1/+1
|\
| * Squashed 'gitstatus/' changes from e2276e72..630915ccRoman Perepelitsa2020-11-261-1/+1
* | Merge commit 'a7f417245dc21b666f5647c4a0d55a1f51fe6cac'v1.14.2Roman Perepelitsa2020-11-261-29/+14
|\|
| * Squashed 'gitstatus/' changes from 4211e33b..e2276e72Roman Perepelitsa2020-11-261-29/+14
* | Merge commit '622069e60f9573c714f482dd6c76858229f4732a'v1.14.1Roman Perepelitsa2020-11-261-1/+1
|\|
| * Squashed 'gitstatus/' changes from 1dcba393..4211e33bRoman Perepelitsa2020-11-261-1/+1
* | wizard: after installing the font on iTerm2, ask for system reboot if iTerm2 ...v1.14.0Roman Perepelitsa2020-11-261-8/+19
* | docs: add missing colonsRoman Perepelitsa2020-11-252-4/+4
* | docs: s/Windows Terminal/Microsoft Terminal/Roman Perepelitsa2020-11-252-2/+2
* | Merge branch 'ravinderpal-patch-1'Roman Perepelitsa2020-11-252-0/+4
|\ \
| * | Added instructions for IntelliJRavinder Pal Singh2020-11-251-0/+2
|/ /
* | prompt_length cleanupRoman Perepelitsa2020-11-252-18/+15
* | Revert "docs: experiment with image dimensions"Roman Perepelitsa2020-11-251-4/+2
* | docs: experiment with image dimensionsRoman Perepelitsa2020-11-251-2/+4
* | Merge commit 'fb89173a4257e0cfe3bfc772bc0cdbccd61e3be0'Roman Perepelitsa2020-11-253-36/+160
|\|
| * Squashed 'gitstatus/' changes from 313fa4f1..1dcba393Roman Perepelitsa2020-11-253-36/+160
* | Merge commit '98b96e06cc98ef2578adbf83ac4bb35a74485e8f'Roman Perepelitsa2020-11-241-1/+1
|\|
| * Squashed 'gitstatus/' changes from ae213c54..313fa4f1Roman Perepelitsa2020-11-241-1/+1
* | add MakefileRoman Perepelitsa2020-11-241-0/+7
* | Merge commit '39cf063480f6a378dadc802c174e96112c38c0c0'Roman Perepelitsa2020-11-243-5/+11
|\|
| * Squashed 'gitstatus/' changes from 90cbb46b..ae213c54Roman Perepelitsa2020-11-243-5/+11
* | Correct some typos in zsh conf (#1119)Felix Yan2020-11-224-4/+4
* | Merge commit '28301be914dec6da5d1bbd21cd8511cd71b419ee'Roman Perepelitsa2020-11-172-5/+5
|\|
| * Squashed 'gitstatus/' changes from cb363c77..90cbb46bRoman Perepelitsa2020-11-172-5/+5
* | Merge commit '790f4719ab3db8d62f8dec6fbb89a91d87e81df0'Roman Perepelitsa2020-11-172-7/+15
|\|
| * Squashed 'gitstatus/' changes from f9acc15a..cb363c77Roman Perepelitsa2020-11-172-7/+15
* | Merge commit 'b7167a64c60401b184346147d8297f3803f56e06'Roman Perepelitsa2020-11-171-0/+1
|\|
| * Squashed 'gitstatus/' changes from 4f9746fb..f9acc15aRoman Perepelitsa2020-11-171-0/+1
* | retain instant prompt and state dumps when TERM or TERM_PROGRAM change (#1098)Roman Perepelitsa2020-11-161-60/+62
* | fix a bug introduced in 8488f7c (#1107)Roman Perepelitsa2020-11-151-0/+1
* | properly restore prompt after SIGINT when transient prompt is disabledRoman Perepelitsa2020-11-151-7/+8
* | set P9K_PROMPT=transient for the duration of zle-line-finish (#1105)Roman Perepelitsa2020-11-151-1/+6
* | replace `>>!` with `>>`; the former does not work in non-zsh shells; users wh...Roman Perepelitsa2020-11-111-5/+5
* | correct install-without-internet instructions w.r.t. ZSH_THEMERoman Perepelitsa2020-11-111-3/+7
* | remove artificial term scrolling before instant promptRoman Perepelitsa2020-11-101-6/+7
* | print instant prompt only if TERM is the sameRoman Perepelitsa2020-11-101-4/+4
* | reset text attributes at the end of precmdRoman Perepelitsa2020-11-081-0/+2
* | docsRoman Perepelitsa2020-11-061-3/+3