Commit Graph

4285 Commits (master)
 

Author SHA1 Message Date
Roman Perepelitsa 3d3b24c419 work around bugs in WSL where it /proc/pid/cwd reports an alias drive 3 years ago
Roman Perepelitsa 7354688123 fix cwd handling when the current dir is '/foo\bar' (#1697) 3 years ago
Roman Perepelitsa dd3dcfaf51 make `toolbox` segment work with distrobox (#1696) 3 years ago
Roman Perepelitsa ced7788012 docs: fix indentation 3 years ago
Roman Perepelitsa ab321a2a03 docs: clean up puTTY font instructions 3 years ago
Roman Perepelitsa d99df7d12d Merge branch 'ajanian-master' 3 years ago
Andrew Janian 0d6202c077 add puTTY to the install section including not about a bug in versions prior to 0.75 3 years ago
Roman Perepelitsa ed70c90c2d fix a bug with URL-escaping for directory links (#1687) 3 years ago
Roman Perepelitsa c9bc2f5a32 fix POWERLEVEL9K_TERM_SHELL_INTEGRATION 3 years ago
Roman Perepelitsa 2e58e3888e add POWERLEVEL9K_TERM_SHELL_INTEGRATION parameter that enables OSC 133 marks 3 years ago
Roman Perepelitsa cde05cfa7b add a link to romkatv/zsh-bench#instant-prompt (should really copy some of that content over to p10k; maybe later) 3 years ago
Roman Perepelitsa 00dd4ae009 docs: shrink "getting started" 3 years ago
Roman Perepelitsa 370535af45 explicitly set LC_ALL when starting docker 3 years ago
Roman Perepelitsa da5a4cdbec add high-level table of contents at the top and low-level table of contents in each section; remove the full table of contents from the bottom 3 years ago
Roman Perepelitsa 83f773caae doc: remove most content from "is it fast to load" section 3 years ago
Roman Perepelitsa 356ce68f69 doc: remove most content from "is it really fast" section 3 years ago
Roman Perepelitsa 6692245f3e hide all screen recordings under <details> in the hope that #anchors will work properly 3 years ago
Roman Perepelitsa 09ece9601f grammar in the instant prompt faq 3 years ago
Roman Perepelitsa 608bd2c88b expand instant prompt faq 3 years ago
Roman Perepelitsa 469baa6221 url-escape dir properly when POWERLEVEL9K_DIR_HYPERLINK is set 3 years ago
Roman Perepelitsa 57d0274b88 fix bugs in dir and several other segments when cwd contains control characters 3 years ago
Roman Perepelitsa 2e8a8f1d63 fix a bug that causes VISUAL_IDENTIFIER_COLOR to leak into content 3 years ago
Roman Perepelitsa a23c4314a1 doc: update "horrific mess when resizing terminal window" section
- Don't say it's a bug in Zsh. It's more complicated than that.
- Mention that the the issue can be avoided by using Kitty.
- Do not mention that the issue can also be avoided by using
  zsh4humans (even though it's true). If you, dear reader, see this,
  give zsh4humans a try.
3 years ago
Roman Perepelitsa 4543076483 when using tmux, write unwrapped OSC 133 in addition to wrapped; the new integrated tmux uses them when resizing 3 years ago
Roman Perepelitsa 3091ffbd86 bust caches 3 years ago
Roman Perepelitsa fde8bf62d4 fix prefix-based formatting of numbers that are slightly below the boundary (#1664) 3 years ago
Roman Perepelitsa abc5df446d attempt to fix asdf when some files have windows line endings (#1653) 3 years ago
Roman Perepelitsa e181bc0653 Squashed 'gitstatus/' changes from e26996460..f1cf61b24
f1cf61b24 work around a bug in IP-guard

git-subtree-dir: gitstatus
git-subtree-split: f1cf61b241a2a34514a8ff5f71dfb79a99d85c7c
3 years ago
Roman Perepelitsa 3380f7503e Merge commit 'e181bc0653ae15ba5730a65b253d499bf22a31bf' 3 years ago
Roman Perepelitsa a9f208c8fc don't auto-start configuration wizard if it's likely that zshrc is broken
This change is an attempt to automate this:
https://github.com/romkatv/powerlevel10k#configuration-wizard-runs-automatically-every-time-zsh-is-started
3 years ago
Zura Kurtanidze 6520323fdb Delete duplicate word "using using"
Hi, I removed duplicate word in the default configuration file
3 years ago
Roman Perepelitsa e2447322e0 Squashed 'gitstatus/' changes from eaf430112..e26996460
e26996460 survive broken shasum
b1825b29a make bash bindings work with nounset

git-subtree-dir: gitstatus
git-subtree-split: e269964607042ef0fdbda2d7af74ef9c8f618cf4
3 years ago
Roman Perepelitsa d281e595b3 Merge commit 'e2447322e0be4eddb84196f05952f91fa3c6f37e' 3 years ago
Roman Perepelitsa a55955c5cf enable bracketed paste when printing instant prompt 3 years ago
Roman Perepelitsa dce00cdb5d docs: typo 3 years ago
Roman Perepelitsa 85e31542dd wizard: underline paths instead of bolding in the success message 3 years ago
Roman Perepelitsa 99edd12e00 grammar 3 years ago
Roman Perepelitsa faddef4a22 add faq entries about enabling direnv and exporting GPG_TTY (#702) 3 years ago
Roman Perepelitsa b4615f5e00 add _p9k__raw_msg for direnv notifications in zsh4humans 3 years ago
Roman Perepelitsa ed0bd29416 Merge commit '1af638543631f2e7db64829c7412ed007047fa81' 3 years ago
Roman Perepelitsa 1af6385436 Squashed 'gitstatus/' changes from cd98a3c2..eaf43011
eaf43011 when downloading gitstatusd, try curl/wget with user configs before trying without (https://github.com/romkatv/powerlevel10k/issues/1606)

git-subtree-dir: gitstatus
git-subtree-split: eaf43011246e359881931647747e8756a73a143a
3 years ago
Roman Perepelitsa 6441a01dd3 survive non-writable $TTY 3 years ago
Roman Perepelitsa edd98053cc disable icanon on the tty after printing instant prompt; this way keys like Ctrl-R and Ctrl-D will get through to zle 3 years ago
Roman Perepelitsa 5acedce0b0 speed up pre-redraw hook 3 years ago
Roman Perepelitsa 3e515a75d2 remove obsolete nordvpn comments 3 years ago
Roman Perepelitsa ed45177e19 fix nordvpn; it was broken by the latest upstream update (#1590) 3 years ago
Charles Timko 0ce9df66d2
Add RHEL to the OS Icon lists (#1581)
* Add RHEL to the OS Icon lists
3 years ago
Roman Perepelitsa 7a72acf563 clean up font instructions for yakuake 3 years ago
Roman Perepelitsa fcfeebfb53 Merge branch 'ilsteiner-patch-1' 3 years ago
Isaac Lebwohl-Steiner 0122a63834
Add instructions to manually set font on Yakuake 3 years ago