Commit graph

825 commits

Author SHA1 Message Date
Fred Klassen
f8d469a88b
Merge branch 'master' into master 2025-12-29 07:02:23 -08:00
Vanildo Souto Mangueira
28ac0e95da
fix(juanghurtado): Changed text color to red when 'root' (#7104) 2025-09-01 11:31:29 -07:00
Parintorn Thammasitboon
a6beb0f595
feat(jonathan): add conda support (#13243) 2025-08-01 10:08:48 +02:00
Kalle Ahlström
cb72d7dcbf
fix(af-magic): fix venv prompt counting parenthesis (#13190) 2025-06-29 17:11:47 +02:00
Rob Lugton
3ff8c7ef67
feat(agnoster): add terraform to prompt (#7892) 2025-06-09 20:40:46 +02:00
AYO_YO
ac5295678f
feat(agnoster): add conda support (#13160)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-06-08 10:23:48 +02:00
G'lek Tarssza
0354add542
fix(blinks)!: use default instead of black color (#13123) 2025-05-22 11:27:34 +02:00
Pedro A. Aranda Gutiérrez
95a0ece8d3
fix(agnoster): respect bg / fg user envs (#12897)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-04-19 20:19:23 +02:00
Hong Xu
da2510c199
fix(nicoluaj): avoid overriding customization params (#12859) 2025-03-20 19:41:27 +01:00
tuzi3040
6e7ac0544e
fix(agnoster): print white text over black for light theme only (#12983) 2025-02-19 12:37:18 +01:00
Adrien Plazas
92da3108b5
fix(agnoster): print white text over black (#12525) 2025-02-14 10:18:01 +01:00
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>
2025-02-12 20:33:35 +01:00
Abhijeet Vashistha
028d653632
fix(sonicradish): reset color typo (#12912) 2025-01-15 17:03:32 +01:00
Kalle Ahlström
d82669199b
fix(af-magic): add logic for virtualenv separator (#12875) 2024-12-30 10:15:05 +01:00
Paul
ba1732833b
feat(jonathan): add virtualenv support (#12705)
Co-authored-by: paul <paul@MAINPC>
2024-10-08 21:45:12 +02:00
Marc Cornellà
9114853500
fix(aussiegeek): quote color sequences 2024-09-24 18:18:17 +02:00
rakeshgm
d91944d47e
feat(gnzh): add virtualenv prompt (#12666) 2024-09-18 20:42:18 +02:00
Marc Cornellà
ab3d42a34c
Revert "fix(awesomepanda): new line wrap" (#12651)
This reverts commit 80c114cb3a.
2024-09-03 23:35:22 +02:00
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>
2024-07-15 19:17:05 +02:00
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>
2024-07-12 18:18:20 +02:00
Sébastien MB
373a1fd585
fix(essembeh): use async prompt (#12512) 2024-06-17 21:38:21 +02:00
Carlo Sala
c77a01dbe2
Revert "feat(agnoster): add anaconda env information (#12434)"
This reverts commit 309129f651.
2024-05-22 09:15:11 +02:00
robinverduijn
bbfb985359
chore(agnoster): typo (#12437) 2024-05-22 07:39:12 +02:00
Daniel Ochoja
309129f651
feat(agnoster): add anaconda env information (#12434) 2024-05-21 20:36:07 +02:00
Fritz Reichwald
fb91ca27a2
feat(amuse): add whitespace before virtualenv (#12423) 2024-05-15 19:27:21 +02:00
John Matczak
ee69c14beb
feat(fishy): add color to username (#12369) 2024-04-23 10:54:00 +02:00
Marc Cornellà
7ef3f49f97
fix(agnoster): prevent accidental alias use 2024-04-16 20:04:25 +02:00
vladislav doster
1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
SgtDaJim
bdcb4d9d1f
feat(bira): add support for kube-ps1 prompt (#8437) 2024-02-12 09:43:52 +01:00
Eemil Lagerspetz
80c114cb3a
fix(awesomepanda): new line wrap
Closes #5982

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-25 10:23:38 +01:00
ChaosInventor
5ea2c68be8
fix(rkj-repos): check if ~/.hgrc exists (#12148) 2024-01-08 11:02:20 +01:00
Yuxuan Lu
e11d813037
fix(robbyrussell): line wrapping for some systems (#12058) 2023-11-24 09:45:32 +01:00
Robby Russell
f7130bb529
fix(gnzh): Don't show .local for local hostnames in theme
Fixes #10871
2023-10-13 15:38:13 -07:00
Steve Lessard Jr
2db53ff1da
fix(avit): RPROMPT Fix for #10307 (#11131)
Co-authored-by: Steve Lessard <slessardjr@users.noreply.github.com>
2023-10-13 15:26:16 -07:00
Felipe Gallois
38ef5192cb
feat(oldgalois): add theme (#11880)
Closes #11879
2023-09-11 11:05:50 +02:00
AJ Jordan
cd18bce53e
feat(mortalscumbag): show toolbox info (#11884) 2023-09-11 09:31:53 +02:00
Felipe Gallois
76e541a3fe
feat(gallois): big rewrite to gallois theme (#11867) 2023-09-06 11:18:36 +02:00
jabunovoty
4188b22aea
feat(agnoster): add git tag to prompt (#8417)
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com>
2023-07-25 10:31:24 +02:00
naturedamends
e564793939
feat(fino-time): add conda environment (#11785) 2023-07-25 10:25:07 +02:00
Zou Yang
b9354c5e9c
fix(michelebologna): use blue instead of white (#11810) 2023-07-23 19:44:30 +02:00
rogarb
ec369bb38e
fix(bureau): properly display git stash info (#11711) 2023-05-24 14:32:26 +02:00
Felipe Francisco
1bbe4d8d24
feat(half-life): add virtualenv prompt (#11708) 2023-05-23 08:46:46 +02:00
rogarb
444e715766
feat(bureau): ignore hidden git repos (#11707)
The git_prompt_info() function in lib/git.zsh ignores git repos which
contains a specific config key, allowing to effectively "hide" them from
the prompt. Unfortunately, the bureau theme doesn't use the library
function to build its prompt.

This commit modifies the specific prompt generation function in the
bureau theme in order to achieve the same behaviour.
2023-05-22 12:49:10 +02:00
roodkcab
aab3bfff9f
fix(robbyrussell) multiline command editing (#11681)
Co-authored-by: chenshuoshi <chenshuoshi@inagora.cn>

Closes #11680
2023-05-09 12:27:22 +02:00
Carlo Sala
85fdbfe216
fix(apple): go back to previous icon
Turns out that <U+F8FF> is a reserved unicode code that is Apple logo in
Apple systems.
Nerd fonts was overwritting that code to other stuff in v2 and that's
why I thought it needed to be replaced.

Closes #11665

This reverts commit 693e3dcc44.
2023-05-03 11:19:41 +02:00
Carlo Sala
693e3dcc44
fix(apple): replace deprecated nerdfonts icon 2023-05-02 10:03:24 +02:00
Fred Klassen
21c511d24e
Merge branch 'master' of github.com:fklassen/ohmyzsh
* 'master' of github.com:fklassen/ohmyzsh: (38 commits)
  fix(aws): restore accidentally deleted variable
  feat(upgrade): add verbosity settings
  fix(uninstall): abort uninstall if unable to change shell (#10357)
  feat(juju): add functions to get current controller and model (#11572)
  fix(aws): do not print region if it's not defined
  feat(aws): set region when AWS_REGION is not set
  feat(gnu-utils): add `gindent` (#11569)
  fix(lib): set equivalent LS_COLORS and LSCOLORS variables
  feat(rails): add `rta` alias (#11553)
  docs(vi-mode): document how to add vi-mode info on the prompt (#11548)
  Fixing link to PA website in README
  feat(vi-mode): add settings for vi-mode cursor styles (#10860)
  fix(init): set completion colors on theme load, not with `precmd`
  feat(aws): add AWS_REGION to aws_prompt_info (#10062)
  fix(aliases): group properly aliases (#11546)
  fix(argocd): typo in filename
  feat(argocd): add completion plugin
  refactor(theme-and-appearance): reorganize and clean up logic (#11529)
  fix(lib): use `$BROWSER` in `open_command` if set (#11532)
  docs(brew): remove duplication (#11535)
  ...

 Conflicts:
	oh-my-zsh.sh
2023-03-28 13:47:10 -07:00
WaferJay
b54ef89fab
fix(af-magic): fix logic for separator with virtualenv (#11518) 2023-02-23 22:32:40 +01:00
Fred Klassen
99045632a1
Merge remote-tracking branch 'upstream/master' into merge_upstream
* upstream/master:
  feat(git): add aliases for gone branches (#9250)
  feat(git): add `gpod` alias
  chore: add `.idea` directory to `.gitignore`
  fix(gcloud): add location of latest snap install (#11502)
  fix(theme-and-appearance): test color ls with $ZSH directory
  fix(correction)!: remove aliases for non standard commands
  fix(af-magic): fix python venv checking logic (#11495)
  docs(lib/directories): comment how to disable alias (#11489)
  docs(lando): php support (#11491)
  fix(fzf): installation dir for brew M1 (#11490)
  fix(gradle): move compdef line (#11488)
  feat(amuse): add virtualenv support (#8987)
  feat(gradle): update completion from upstream (#11485)
  fix(git): `gpristine` requires two `--force` flags
  docs(git): remove duplicated line
  feat(azure): add `azure` plugin (#8848)
  feat(zsh-interactive-cd): sync version with upstream (#11024)
  feat(git)!: add `force-if-includes` flag (#11481)

 Conflicts:
	.gitignore
2023-02-20 16:20:23 -08:00
Fred Klassen
f5517b47f6
powerline10K support 2023-02-20 13:18:42 -08:00