Jacopo De Simoi
cb3743275a
Add a comment about dropbox
1 month ago
Jacopo De Simoi
4144e35a03
Force registering of async git_prompt_info
...
In my setup the $git_prompt_info variable is wrapped in a function;
hence it does not trigger the regex in the git library of oh-my-zsh.
This patches away the check and force registering the handler
I also remove the workaround that I previously inserted in the theme
1 month ago
Jacopo De Simoi
88b7447635
Fix theme with the async git prompt
1 month ago
Jacopo De Simoi
d1f828fc92
Fix branch not appearing in recent oh-my-zsh versions
1 month ago
Jacopo De Simoi
a7a922f097
Prevent stalling on remote mounts
...
Do not call git branch on remote mounts; it takes forever to reply.
1 month ago
Jacopo De Simoi
6935bb49e1
Fix issue with number of jobs not detected anymore
...
This was probably caused by some ~zsh~ update. I suspect that the
~jobs~ command is now run in a subshell with zero background jobs.
1 month ago
Jacopo De Simoi
ec3cb33b09
Fix whitespace
1 month ago
Jacopo De Simoi
da8acb83b9
Tint the vertical bar according to exit code
1 month ago
Jacopo De Simoi
a8b4efd8bc
Fix jobs counting
...
Sometimes jobs would be counted twice; work around this issue
1 month ago
Jacopo De Simoi
6227d347cd
Fix another typo (should fixup with previous commit)
1 month ago
Jacopo De Simoi
7c4b66fc19
Add git_commits_behind
1 month ago
Jacopo De Simoi
8d523ddba8
Add todo about exit status
1 month ago
Jacopo De Simoi
654f9bfb5e
Tint the # if root
1 month ago
Jacopo De Simoi
05d73dbebb
add old single-line configuration
1 month ago
Jacopo De Simoi
a2d825c2be
Use with solarized colorscheme
1 month ago
Jacopo De Simoi
235e880e06
use PoP-like marks for number of jobs
1 month ago
Jacopo De Simoi
54dfc9b8ca
Add number of jobs on the right
...
Still unsure
1 month ago
Jacopo De Simoi
135b934e8e
Add commits ahead to prompt
1 month ago
Jacopo De Simoi
cb407568ef
Add variation on gentoo theme
1 month ago
Nathanael Tehilla Gunawan
7e7cb5a23c
fix(dpoggi): ensure correct Ghostty rendering ( #13644 )
2 months ago
Vanildo Souto Mangueira
28ac0e95da
fix(juanghurtado): Changed text color to red when 'root' ( #7104 )
9 months ago
Parintorn Thammasitboon
a6beb0f595
feat(jonathan): add conda support ( #13243 )
10 months ago
Kalle Ahlström
cb72d7dcbf
fix(af-magic): fix venv prompt counting parenthesis ( #13190 )
11 months ago
Rob Lugton
3ff8c7ef67
feat(agnoster): add terraform to prompt ( #7892 )
1 year ago
AYO_YO
ac5295678f
feat(agnoster): add conda support ( #13160 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
1 year ago
G'lek Tarssza
0354add542
fix(blinks)!: use `default` instead of `black` color ( #13123 )
1 year ago
Pedro A. Aranda Gutiérrez
95a0ece8d3
fix(agnoster): respect bg / fg user envs ( #12897 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
1 year ago
Hong Xu
da2510c199
fix(nicoluaj): avoid overriding customization params ( #12859 )
1 year ago
tuzi3040
6e7ac0544e
fix(agnoster): print white text over black for light theme only ( #12983 )
1 year ago
Adrien Plazas
92da3108b5
fix(agnoster): print white text over black ( #12525 )
1 year ago
Stephen Gelman
0e99f402cd
feat(agnoster): add color config and add some git stuff ( #12505 )
...
Co-authored-by: Kilobyte22 <stiepen22@gmx.de>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
1 year ago
Abhijeet Vashistha
028d653632
fix(sonicradish): reset color typo ( #12912 )
1 year ago
Kalle Ahlström
d82669199b
fix(af-magic): add logic for virtualenv separator ( #12875 )
1 year ago
Paul
ba1732833b
feat(jonathan): add virtualenv support ( #12705 )
...
Co-authored-by: paul <paul@MAINPC>
2 years ago
Marc Cornellà
9114853500
fix(aussiegeek): quote color sequences
2 years ago
rakeshgm
d91944d47e
feat(gnzh): add virtualenv prompt ( #12666 )
2 years ago
Marc Cornellà
ab3d42a34c
Revert "fix(awesomepanda): new line wrap" ( #12651 )
...
This reverts commit 80c114cb3a .
2 years ago
Teddy Masters
be10a91277
feat(bira): add `conda` env information (requires `conda-env` plugin) ( #12546 )
...
Closes #10274
Closes #12546
Co-authored-by: elfisworking <zymustb@126.com>
Signed-off-by: elfisworking <zymustb@126.com>
2 years ago
Marc Khouri
fa583cfb87
refactor(pygmalion): simplify theme logic and prompt sequences ( #12550 )
...
* Simplify Pygmalion Theme
The Pygmalion theme previously had some logic for counting line length and taking action based on line length. The action was removed in c52441b624 , but the counting still needlessly happens.
This commit removes the code to count line length, and simplifies the Pygmalion theme by moving the "precmd" into the setup.
As a bonus unintended side effect, this makes the Pygmalion theme compatible with the current async prompting logic (i.e. after this change, Pygmalion is no longer affected by https://github.com/ohmyzsh/ohmyzsh/issues/12328 )
* refactor(pygmalion): redo and simplify prompt sequences
With this commit we put the minimal needed color resets, i.e. only
when we don't control the previous text we need to do a full reset.
Otherwise we can just use %F{} to change only the foreground color.
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2 years ago
Sébastien MB
373a1fd585
fix(essembeh): use async prompt ( #12512 )
2 years ago
Carlo Sala
c77a01dbe2
Revert "feat(agnoster): add `anaconda` env information ( #12434 )"
...
This reverts commit 309129f651 .
2 years ago
robinverduijn
bbfb985359
chore(agnoster): typo ( #12437 )
2 years ago
Daniel Ochoja
309129f651
feat(agnoster): add `anaconda` env information ( #12434 )
2 years ago
Fritz Reichwald
fb91ca27a2
feat(amuse): add whitespace before virtualenv ( #12423 )
2 years ago
John Matczak
ee69c14beb
feat(fishy): add color to username ( #12369 )
2 years ago
Marc Cornellà
7ef3f49f97
fix(agnoster): prevent accidental alias use
2 years ago
vladislav doster
1d09c6bb0a
style: remove trailing whitespace ( #12303 )
2 years ago
SgtDaJim
bdcb4d9d1f
feat(bira): add support for `kube-ps1` prompt ( #8437 )
2 years ago
Eemil Lagerspetz
80c114cb3a
fix(awesomepanda): new line wrap
...
Closes #5982
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
ChaosInventor
5ea2c68be8
fix(rkj-repos): check if `~/.hgrc` exists ( #12148 )
2 years ago