Roman Perepelitsa
5c7ad753a2
add installation instructions for alpine; related: #1828
2 years ago
Roman Perepelitsa
a3f6859a8d
cleanup
2 years ago
Lucas Larson
cf9a1fd02d
suppress `nounset` error if `DIRENV_DIR` isn’t defined ( fix #1876 )
...
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
2 years ago
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.
3 years ago
AdalZanabria
406e6aa9e4
Added missing segments to README without auto-formatting.
3 years ago
AdalZanabria
d03058819d
Revert "Added missing segments to README." because of auto-formatting.
...
This reverts commit e65e508743
.
3 years ago
AdalZanabria
ff531e5f2c
Added missing segments to README.
3 years ago
Curtis Vogt
0b02654269
Show kubecontext when using kubeseal or skaffold
3 years ago
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
3 years ago
Roman Perepelitsa
65599411ec
ignore garbage printed by vscode
3 years ago
Roman Perepelitsa
e13283ec7d
bug fix: strip escape sequences in instant prompt output less aggressively
3 years ago
Roman Perepelitsa
f07d7baea3
minor cleanup around perlbrew
3 years ago
Roman Perepelitsa
73698935b8
Merge branch 'lmburns-perlbrew'
3 years ago
Lucas Burns
40a5cdfa6c
chore: forgot to add global variables to main
3 years ago
Lucas Burns
b898d1de15
feature: added perlbrew
3 years ago
brent-moffit
59e90bd8b0
Add instant prompt for arch
3 years ago
brent-moffit
01467fae4f
Change arch prompt colors to better match default themes
3 years ago
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
3 years ago
Roman Perepelitsa
123136c0e7
Merge commit 'c0a028351ff9a611c4061938ebd5ec4cafb900eb'
3 years ago
Roman Perepelitsa
5fe28f0a01
bug fix: correctly parse kubectl config when current-context has metacharacters ( #1767 )
3 years ago
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
3 years ago
Roman Perepelitsa
a83e53005f
Merge commit '4b21cd06ffeb5706b017c78b13c2eaf40d7deac1'
3 years ago
brent-moffit
c5203a3da2
Add `arch` prompt for displaying CPU architecture
...
Adds the `arch` prompt to `p10k.zsh`, `ARCH_ICON` to `icons.zsh`, and commented entries in the default configs
3 years ago
Roman Perepelitsa
8a676a9157
fix shell integration with kitty
3 years ago
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
3 years ago
Roman Perepelitsa
4f143b7b97
Merge commit 'bee6e09262a6145fc178ddc85c656da4bb83a9a9'
3 years ago
Roman Perepelitsa
d6f8c47761
survive broken $TMPDIR
3 years ago
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
3 years ago
Roman Perepelitsa
cead0349c5
Merge commit '5014de0541201716dc4ee6f544321ac4e3d7431e'
3 years ago
Roman Perepelitsa
6c71862c5f
don't set OS, DEFAULT_COLOR and DEFAULT_COLOR_INVERTED
...
See #1735 .
3 years ago
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]+.
3 years ago
Roman Perepelitsa
02710eb568
Merge branch 'Mehyar-ALS-patch-1'
3 years ago
Mehyar
e511c36ec6
Add ZeroTier to the list of VPNs
...
ZeroTier users can also see their VPN IP when enabling the vpn_ip option.
3 years ago
Roman Perepelitsa
3d994b033b
work around bugs in WSL where it reports more swap being used than the total available ( #1724 )
3 years ago
Roman Perepelitsa
0f8a77d47d
increase the minimum required zsh version from 5.1 to 5.3 ( #1722 )
3 years ago
Roman Perepelitsa
161f4c1f04
respect VIRTUAL_ENV_PROMPT if its value is different from the default ( #1718 )
3 years ago
Roman Perepelitsa
b8ddcd4c17
docs: clean up font instructions for xterm and copy them to README.md
3 years ago
Roman Perepelitsa
c4d3ab0ae0
Merge branch 'pstekl-master'
3 years ago
pstekl
69909a7a1f
Add xterm to font configuration section
3 years ago
Roman Perepelitsa
fdbde52c20
docs: sort the table of segments
3 years ago
Roman Perepelitsa
6fae3a169b
add toolbox segment to the docs ( #1713 )
3 years ago
MenkeTechnologies
683a485232
remove duplicate the
3 years ago
Roman Perepelitsa
e1c52e08d4
add an icon for amazon linux ( #1706 )
3 years ago
Andrea Cervesato (TheKoma)
fba50d9671
Added gsutil as is the main "other command" in GCP
3 years ago
Roman Perepelitsa
66c0181f76
doc: s/Kitty/kitty/
3 years ago
Roman Perepelitsa
67ac98d515
doc: kitty v0.24.0 has been released (the first version with shell integration)
3 years ago
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
3 years ago
Roman Perepelitsa
2079d8ecbe
Merge commit 'c8160f29543a2f57ae7149103deefa029fd4e861'
3 years ago
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