Roman Perepelitsa
f02b8d365b
add POWERLEVEL9K_MODE=nerdfont-v3 ( #2217 )
...
This is Step 1 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666 .
2023-04-02 13:14:47 +02:00
Roman Perepelitsa
614a6ed1ca
display nix_shell if path contains /nix/store/* ( #2246 )
2023-04-01 10:51:37 +02:00
Roman Perepelitsa
cb9788b12a
docs: fix zed font instructions
2023-03-16 09:51:24 +01:00
Roman Perepelitsa
7f30a32ee6
Merge branch 'lazarjov-master'
2023-03-16 09:44:25 +01:00
Roman Perepelitsa
2aa16c5431
docs: prune the list of kubecontext commands
2023-03-03 17:01:19 +01:00
Roman Perepelitsa
a30145b0f8
add an optional parameter to _p9k_upglob to pass glob qualifiers and use it in most cases to restrict globbing to files/directories/links/etc ( #2175 )
2023-01-30 20:25:55 +01:00
Roman Perepelitsa
e7b2bb2372
set POWERLEVEL9K_VPN_IP_INTERFACE to the same value as the default: this adds ZeroTier support
2023-01-28 12:50:42 +01:00
Roman Perepelitsa
0adbc1415b
fix a silly bug introduced in the last commit ( #2170 )
2023-01-23 11:11:20 +01:00
Roman Perepelitsa
f03d917fb0
fix network interface detection on macos ( #2170 )
...
This was broken in #2088 .
2023-01-23 10:59:07 +01:00
Roman Perepelitsa
21e89cb61d
bust caches
2023-01-19 18:46:16 +01:00
Roman Perepelitsa
a066b55f85
don't trust P9K_SSH if it was set with a different TTY ( #2154 )
2023-01-13 12:06:20 +01:00
Roman Perepelitsa
1a4b01c232
work around a bug in ohmyzsh ( #2152 )
...
The bug was introduced here: https://github.com/ohmyzsh/ohmyzsh/commit/3dd83a22a160249a71631a51490fd3b89d1b3975
This causes Oh My Zsh to print \r to the terminal.
2023-01-11 21:52:19 +01:00
Roman Perepelitsa
33916e91a7
add a missing lf header to p10k-lean.zsh ( #2126 )
2022-12-16 15:52:19 +01:00
Roman Perepelitsa
c08975d0f6
Merge branch 'UtkarshVerma-master'
2022-12-16 15:50:58 +01:00
Roman Perepelitsa
a7bf4c83de
docs: add cpu_arch
2022-12-02 10:36:06 +01:00
Roman Perepelitsa
edafcb5a7d
fix bugs in cpu_arch
2022-12-02 10:34:51 +01:00
Roman Perepelitsa
9f0751c2e3
Merge branch 'clarkcox3-master'
2022-12-02 10:25:43 +01:00
Roman Perepelitsa
6609767abd
don't invoke mktemp if it doesn't exist
2022-11-28 12:14:48 +01:00
Roman Perepelitsa
8d47270e8c
don't invoke mktemp if it doesn't exist
2022-11-27 15:37:04 +01:00
Roman Perepelitsa
176f781121
assume that dotnet version may depend on the content of global.json ( #2103 )
2022-11-27 11:45:23 +01:00
Roman Perepelitsa
cf83ab21e4
fix a bug in zap install instructions and add uninstall instructions ( #2093 )
2022-11-17 10:22:27 +01:00
Roman Perepelitsa
54798e0c18
Merge branch 'shwcsmack-patch-1'
2022-11-17 10:13:08 +01:00
Roman Perepelitsa
bc5983543a
Merge branch 'ebardie-ebardie/prefer_ip_over_ifconfig'
2022-11-14 14:58:15 +01:00
Roman Perepelitsa
8c55eb4fa3
wizad: add a hint pointing to the frame when asking for frame color
2022-11-14 14:26:12 +01:00
Roman Perepelitsa
5a3109e40d
replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN ( #2072 )
...
POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN defines a pattern that
RUBY_ENGINE should match for it to be shown. Matching is done
with extended_glob.
For example, to show all values of RUBY_ENGINE except "ruby":
POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN='^ruby'
If POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN is unset and
POWERLEVEL9K_CHRUBY_SHOW_ENGINE is set to true,
the behavior is the same as if POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN
was set to *.
2022-11-02 15:55:35 +01:00
Roman Perepelitsa
f68197a3aa
Merge branch 'skipkayhil-rm-ruby-engine-if-ruby'
2022-11-02 11:04:17 +01:00
Roman Perepelitsa
8091c8a3a8
Merge branch 'mmathys-patch-1'
2022-10-09 11:59:23 +02:00
Roman Perepelitsa
e4a94a8ae0
Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1
2022-10-09 11:59:09 +02:00
Roman Perepelitsa
cd47894197
Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c'
2022-10-09 11:58:40 +02:00
Roman Perepelitsa
ed1b02efd5
Squashed 'gitstatus/' changes from 6dc0738c0..4b47ca047
...
4b47ca047 docs: s/mainland China/China/
b74da1403 docs: fix grammar
fc27662b4 Merge branch 'andresrinivasan-patch-1'
ad739b2b0 Clarify that gitstatus is included with Powerlevel10k
git-subtree-dir: gitstatus
git-subtree-split: 4b47ca047be1d482dbebec7279386a9365b946c6
2022-10-09 11:58:40 +02:00
Roman Perepelitsa
bd0c9f4ec7
rename arch to cpu_arch and rewrite it ( #1752 )
2022-10-09 11:54:02 +02:00
Roman Perepelitsa
f89b54faf2
Merge branch 'brent-moffit-master'
2022-10-08 16:13:48 +02:00
Roman Perepelitsa
02290d1eb9
Merge branch 'master' of github.com:brent-moffit/powerlevel10k into brent-moffit-master
2022-10-08 16:13:40 +02:00
Roman Perepelitsa
5ee784787f
fix a bug introduced in cf1b586515
2022-10-05 11:26:40 +02:00
Roman Perepelitsa
cf1b586515
fix bugs introduced in 843dcf0167
2022-10-05 10:23:04 +02:00
Roman Perepelitsa
843dcf0167
survive broken FPATH ( #10
2022-10-02 18:34:25 +02:00
Roman Perepelitsa
4bbb198a60
fix tables broken by the last commit
2022-09-04 19:22:31 +02:00
Roman Perepelitsa
b4a5379be8
Merge branch 'andresrinivasan-patch-1'
2022-09-04 19:21:23 +02:00
Roman Perepelitsa
5ca97df8fe
Merge branch 'patch-1' of github.com:andresrinivasan/powerlevel10k into andresrinivasan-patch-1
2022-09-04 19:20:57 +02:00
Roman Perepelitsa
3bfbb8294f
sync fonts.md with README.md
2022-08-31 09:47:53 +02:00
Roman Perepelitsa
cbca1bd8c1
docs: set font in Windows Terminal through the Settings UI
2022-08-31 09:46:32 +02:00
Roman Perepelitsa
534ace8773
Merge branch 'phwt-patch-1'
2022-08-31 09:42:55 +02:00
Roman Perepelitsa
0493886837
clarify that quotes are necessary when specifying font name in crostini ( #1934 )
2022-08-20 10:16:28 +02:00
Roman Perepelitsa
f9fd384d8d
make zi installation instructions consistent with the rest; fix table formatting
2022-07-31 11:46:16 +02:00
Roman Perepelitsa
4a60348e07
Merge branch '0xMRTT-patch-1'
2022-07-31 11:43:24 +02:00
Roman Perepelitsa
e72264e01c
don't trust cnorm as it's incorrect in some combinations of terminals and terminfo ( #1699 )
2022-07-21 13:54:51 +02:00
Roman Perepelitsa
fd5fa09504
fix toolbox segment ( #1916 )
2022-07-20 11:12:37 +02:00
Roman Perepelitsa
7704f6b877
Merge branch 'christian-schulze-use-HOST-for-distrobox-detection'
2022-07-20 11:10:56 +02:00
Roman Perepelitsa
64c5f10379
Merge branch 'use-HOST-for-distrobox-detection' of https://github.com/christian-schulze/powerlevel10k into christian-schulze-use-HOST-for-distrobox-detection
2022-07-20 11:10:42 +02:00
Roman Perepelitsa
2dd6a29e4d
replace a hyperlink in crostini instructions with regular text ( #1934 )
2022-07-14 16:42:44 +02:00
Roman Perepelitsa
be3724bc80
typo in comments
2022-07-11 10:08:06 +02:00
Roman Perepelitsa
487a388dbd
make crostini font instructions stylistically similar to the rest and copy them over to font.md ( #1934 )
2022-07-11 10:00:20 +02:00
Roman Perepelitsa
c1c827e21d
Merge branch 'alkis-crostini'
2022-07-11 09:51:59 +02:00
Roman Perepelitsa
cf67cad465
fix the UNICODE code point for powerline "branch" icon in comments ( #1911 )
2022-06-22 12:06:42 +02:00
Roman Perepelitsa
0bef490cda
replace fig ads with installation instructions
2022-06-15 20:37:51 +02:00
Roman Perepelitsa
3ed9c1bce1
Merge branch 'ibayramli2001-fig'
2022-06-15 20:34:06 +02:00
Roman Perepelitsa
6b128d48d6
update alpine linux installation instructions
2022-06-06 17:33:37 +02:00
Roman Perepelitsa
5c7ad753a2
add installation instructions for alpine; related: #1828
2022-05-28 18:59:10 +02:00
Roman Perepelitsa
a3f6859a8d
cleanup
2022-05-26 09:42:26 +02:00
Roman Perepelitsa
74ff02a819
work around a bug in zsh 5.4.1 ( #1872 )
...
Here's the bug:
zsh -fc 'print "${#${x}}"'
This code should print "0" but it prints "1" in zsh 5.4.1.
2022-05-20 16:58:51 +02:00
Roman Perepelitsa
657e184e0d
disable vscode integration; it doesn't work anyway but it makes shell slower
...
Context: https://github.com/microsoft/vscode/pull/145610#issuecomment-1076519194
2022-04-04 15:14:55 +02:00
Roman Perepelitsa
65599411ec
ignore garbage printed by vscode
2022-03-20 14:58:15 +01:00
Roman Perepelitsa
e13283ec7d
bug fix: strip escape sequences in instant prompt output less aggressively
2022-03-20 14:57:27 +01:00
Roman Perepelitsa
f07d7baea3
minor cleanup around perlbrew
2022-02-28 10:30:39 +01:00
Roman Perepelitsa
73698935b8
Merge branch 'lmburns-perlbrew'
2022-02-28 10:24:10 +01:00
Roman Perepelitsa
c0a028351f
Squashed 'gitstatus/' changes from f889c13d1..6dc0738c0
...
6dc0738c0 release v1.5.4
6b3e7cf2f update mbuild script for the new release infra
12b2457ae release v1.5.4
git-subtree-dir: gitstatus
git-subtree-split: 6dc0738c0e5199b0ae47d9693874e7d43c7f8f29
2022-02-14 19:26:12 +01:00
Roman Perepelitsa
123136c0e7
Merge commit 'c0a028351ff9a611c4061938ebd5ec4cafb900eb'
2022-02-14 19:26:12 +01:00
Roman Perepelitsa
5fe28f0a01
bug fix: correctly parse kubectl config when current-context has metacharacters ( #1767 )
2022-02-14 10:10:38 +01:00
Roman Perepelitsa
4b21cd06ff
Squashed 'gitstatus/' changes from b226d8e06..f889c13d1
...
f889c13d1 build: clean up dragonfly support (#297 )
2b6366fbd Merge branch 'msvetlik-dragonflybsd-support'
409c791eb Added detection of DragonflyBSD and tested compilation on v6.2.1
git-subtree-dir: gitstatus
git-subtree-split: f889c13d18fbf6f3109d6889be34d50af04d99b9
2022-02-07 08:38:49 +01:00
Roman Perepelitsa
a83e53005f
Merge commit '4b21cd06ffeb5706b017c78b13c2eaf40d7deac1'
2022-02-07 08:38:49 +01:00
Roman Perepelitsa
8a676a9157
fix shell integration with kitty
2022-02-01 20:39:00 +01:00
Roman Perepelitsa
bee6e09262
Squashed 'gitstatus/' changes from 6eb490ab..b226d8e0
...
b226d8e0 bug fix: don't crap out when TMPDIR is unset
git-subtree-dir: gitstatus
git-subtree-split: b226d8e060db82ac68f1b00c49d1fc85abdbe56e
2022-01-26 16:04:09 +01:00
Roman Perepelitsa
4f143b7b97
Merge commit 'bee6e09262a6145fc178ddc85c656da4bb83a9a9'
2022-01-26 16:04:09 +01:00
Roman Perepelitsa
d6f8c47761
survive broken $TMPDIR
2022-01-26 15:03:22 +01:00
Roman Perepelitsa
5014de0541
Squashed 'gitstatus/' changes from e02d9eed..6eb490ab
...
6eb490ab survive broken $TMPDIR
94bf4fc2 add ppc64 support to the build script
git-subtree-dir: gitstatus
git-subtree-split: 6eb490ab86118ad063224e4d50b6b05bea7dd12c
2022-01-26 14:45:50 +01:00
Roman Perepelitsa
cead0349c5
Merge commit '5014de0541201716dc4ee6f544321ac4e3d7431e'
2022-01-26 14:45:50 +01:00
Roman Perepelitsa
6c71862c5f
don't set OS, DEFAULT_COLOR and DEFAULT_COLOR_INVERTED
...
See #1735 .
2022-01-25 14:32:01 +01:00
Roman Perepelitsa
9e0ef918db
fix ZeroTier network interface regex
...
From https://forwardingplane.net/configuration-archive/renaming-interfaces-under-linux/ :
> ZeroTier has the inconsistency of using zt* on some platforms and ztublkahlah on others.
They mean zt[0-9]+ and zt[a-z0-9]+.
2022-01-20 12:28:27 +01:00
Roman Perepelitsa
02710eb568
Merge branch 'Mehyar-ALS-patch-1'
2022-01-20 12:26:11 +01:00
Roman Perepelitsa
3d994b033b
work around bugs in WSL where it reports more swap being used than the total available ( #1724 )
2022-01-17 15:35:20 +01:00
Roman Perepelitsa
0f8a77d47d
increase the minimum required zsh version from 5.1 to 5.3 ( #1722 )
2022-01-15 23:00:17 +01:00
Roman Perepelitsa
161f4c1f04
respect VIRTUAL_ENV_PROMPT if its value is different from the default ( #1718 )
2022-01-14 13:59:05 +01:00
Roman Perepelitsa
b8ddcd4c17
docs: clean up font instructions for xterm and copy them to README.md
2022-01-13 10:08:21 +01:00
Roman Perepelitsa
c4d3ab0ae0
Merge branch 'pstekl-master'
2022-01-13 10:03:22 +01:00
Roman Perepelitsa
fdbde52c20
docs: sort the table of segments
2022-01-11 12:56:27 +01:00
Roman Perepelitsa
6fae3a169b
add toolbox segment to the docs ( #1713 )
2022-01-11 12:55:43 +01:00
Roman Perepelitsa
e1c52e08d4
add an icon for amazon linux ( #1706 )
2022-01-06 12:37:20 +01:00
Roman Perepelitsa
66c0181f76
doc: s/Kitty/kitty/
2022-01-05 08:37:11 +01:00
Roman Perepelitsa
67ac98d515
doc: kitty v0.24.0 has been released (the first version with shell integration)
2022-01-05 08:36:29 +01:00
Roman Perepelitsa
c8160f2954
Squashed 'gitstatus/' changes from f1cf61b24..e02d9eedd
...
e02d9eedd fix cwd detection when it has weird characters
78c171590 Loongarch support (#290 )
be6396b1a fix pkg_add command on openbsd (#282 )
f1c89585a avoid ksh if possible (it's broken; see #282 )
22407d6fd bug fix: correctly resolve pwd when it contains control chars
git-subtree-dir: gitstatus
git-subtree-split: e02d9eedd9d8f3689e6a6cdccec70b55cf87dca6
2022-01-04 12:14:19 +01:00
Roman Perepelitsa
2079d8ecbe
Merge commit 'c8160f29543a2f57ae7149103deefa029fd4e861'
2022-01-04 12:14:19 +01:00
Roman Perepelitsa
3d3b24c419
work around bugs in WSL where it /proc/pid/cwd reports an alias drive
2022-01-04 12:05:05 +01:00
Roman Perepelitsa
7354688123
fix cwd handling when the current dir is '/foo\bar' ( #1697 )
2022-01-02 15:14:26 +01:00
Roman Perepelitsa
dd3dcfaf51
make toolbox segment work with distrobox ( #1696 )
2022-01-02 07:51:53 +01:00
Roman Perepelitsa
ced7788012
docs: fix indentation
2022-01-01 07:54:06 +01:00
Roman Perepelitsa
ab321a2a03
docs: clean up puTTY font instructions
2022-01-01 07:52:01 +01:00
Roman Perepelitsa
d99df7d12d
Merge branch 'ajanian-master'
2022-01-01 07:45:26 +01:00
Roman Perepelitsa
ed70c90c2d
fix a bug with URL-escaping for directory links ( #1687 )
2021-12-27 08:15:25 +01:00
Roman Perepelitsa
c9bc2f5a32
fix POWERLEVEL9K_TERM_SHELL_INTEGRATION
2021-12-23 10:01:27 +01:00
Roman Perepelitsa
2e58e3888e
add POWERLEVEL9K_TERM_SHELL_INTEGRATION parameter that enables OSC 133 marks
2021-12-23 09:52:23 +01:00