Commit graph

173 commits

Author SHA1 Message Date
Jan De Dobbeleer 8aca8a2d84 docs(project): add .Error reference 2022-12-27 15:53:31 +01:00
allcontributors[bot] f06543f841 docs: update website/docs/contributors.md [skip ci] 2022-12-25 20:32:52 +01:00
Michael Carman e40cee25f5 docs(svn): add "?" / .Untracked 2022-12-25 20:32:19 +01:00
allcontributors[bot] f9f4200768 docs: update website/docs/contributors.md [skip ci] 2022-12-23 14:46:03 +01:00
allcontributors[bot] 8bf5201726 docs: update website/docs/contributors.md [skip ci] 2022-12-22 06:33:42 +01:00
Jan De Dobbeleer 4baf6dc5c9 docs(az): add module link 2022-12-21 19:34:30 +01:00
allcontributors[bot] aa05fade4e docs: update website/docs/contributors.md [skip ci] 2022-12-20 20:07:31 +01:00
allcontributors[bot] 41cb8230b8 docs: update website/docs/contributors.md [skip ci] 2022-12-20 18:15:10 +01:00
jooooel f589688f2d docs(git): information about untracked changes 2022-12-20 18:14:34 +01:00
Jan De Dobbeleer 2255f9fd44 feat(template): custom compare functions
resolves #3218
2022-12-18 15:02:57 +01:00
Jan De Dobbeleer 80b92505bc fix(template): remove the need for escaping a dot literal 2022-12-18 15:02:57 +01:00
Jan De Dobbeleer c5b7c7fbfc docs(templates): add context for float64 numbers in segment cache
relates to #3218
2022-12-18 15:02:57 +01:00
allcontributors[bot] 0b60ce613a docs: update website/docs/contributors.md [skip ci] 2022-12-18 14:56:31 +01:00
David Anthoff f965dc49aa
feat(project): add support for Julia 2022-12-18 14:55:57 +01:00
Jan De Dobbeleer e3d6965c99 docs(linux): add architecture context
resolves #3195
2022-12-13 19:14:27 +01:00
allcontributors[bot] caeb128c10 docs: update website/docs/contributors.md [skip ci] 2022-12-06 19:39:17 +01:00
Albert Portnoy 3dd642b608 docs: fix command segment props table 2022-12-06 19:38:39 +01:00
allcontributors[bot] 2db8ff01a2 docs: update website/docs/contributors.md [skip ci] 2022-12-06 07:12:56 +01:00
allcontributors[bot] 67438ede86 docs: update website/docs/contributors.md [skip ci] 2022-12-05 08:31:57 +01:00
allcontributors[bot] b8c2df5384 docs: update website/docs/contributors.md [skip ci] 2022-12-04 10:31:07 +01:00
Ethan 7ac66162a0 docs: fix warning grammar in gitversion.mdx 2022-12-04 10:30:34 +01:00
allcontributors[bot] 055470da4a docs: update website/docs/contributors.md [skip ci] 2022-12-03 11:22:56 +01:00
mirsella 93f6576da0 feat: allow segments to hide based on terminal width 2022-12-03 11:20:06 +01:00
allcontributors[bot] b4a7b60665 docs: update website/docs/contributors.md [skip ci] 2022-11-30 12:51:41 +01:00
Lemorz56 acd4d01d4d feat: add gitversion segment 2022-11-30 12:51:08 +01:00
Jan De Dobbeleer b9dd5c18a8 feat(path): add RootDir property
relates to #3103
2022-11-28 20:38:43 +01:00
allcontributors[bot] 8e93da0837 docs: update website/docs/contributors.md [skip ci] 2022-11-27 14:08:05 +01:00
allcontributors[bot] 3c6908b659 docs: update website/docs/contributors.md [skip ci] 2022-11-27 12:04:29 +01:00
Ted Reed 1c7db480f9 feat(shell): osc51 support
working directory OSC for emacs-libvterm
2022-11-27 10:14:55 +01:00
Jan De Dobbeleer c8fb6322eb feat(os): support for alma and rocky linux
resolves #3101
2022-11-25 13:37:21 +01:00
Gerben Welter 636a5e29fc
feat(os): add Redhat icon 2022-11-22 20:38:30 +01:00
Jan De Dobbeleer 82f3400814 chore: remove prefix and postfix 2022-11-21 19:29:46 +01:00
Y.D.X 67d9a2589e
docs(faq): update about PowerShell UTF-8 2022-11-21 15:52:36 +01:00
Jan De Dobbeleer a5aad7b058 feat(templates): allow querying the segment cache
resolves #3103
2022-11-20 14:04:42 +01:00
Gerben Welter 40a065da5a
docs: convert the Golang RTL icon to a LTR icon 2022-11-19 20:04:09 +01:00
Jan De Dobbeleer 63bb1b4729 feat(cli): toggle segments on/off
resolves #3086
2022-11-17 20:58:00 +01:00
Cesar V. Sampaio 4dd5d32e0e
docs: adjust typo 2022-11-13 13:25:44 +01:00
Jan De Dobbeleer 18f6db017a chore: rename environment to platform 2022-11-11 20:23:52 +01:00
Jan De Dobbeleer 3f83944dc3 docs: add missing version parameter 2022-11-09 08:08:47 +01:00
Romain Chardiny ae4f8133ca feat(segment): add xmake 2022-11-05 20:10:01 +01:00
Jan De Dobbeleer c156d17577 feat(path): replace child locations
relates to #2962
2022-11-04 21:03:36 +01:00
Oleksandr Babieiev 7ae14646d7 feat(project): enhance project segment with .NET 2022-10-27 13:55:27 +02:00
L. Yeung 6824a0a350
docs(nu): update minimum supported version to 0.70.0 2022-10-19 20:16:40 +02:00
sheldonhull 3e23bd30dd docs: improve zsh example with correct initialization
For zsh, eval isn't the correct way to reload.
Changed to `exec zsh`, which could also be `exec zsh -l` for login shell.

This is helpful when reloading to avoid scope and other issues. See for example a brief write-up [reload-zsh-configuration](https://batsov.com/articles/2022/09/15/reload-zsh-configuration/)
2022-10-18 19:52:01 +02:00
Jan De Dobbeleer 130f890b1f docs(faq): clarify command position
relates to #2959
2022-10-18 13:15:38 +02:00
Jan De Dobbeleer 3efa4df088 feat(palette): conditional palettes 2022-10-14 20:25:00 +02:00
Jan De Dobbeleer e0b28bd2c4 feat(git): disable bare repo's by default
relates to #2913
2022-10-13 08:40:29 +02:00
Jan De Dobbeleer 6980cb55e7 feat: move default theme internally 2022-10-13 08:40:29 +02:00
Michał Zielański 21922aa678
docs: correct link to segment.go 2022-10-12 13:06:04 +02:00
Michał Zielański 1fbd784890
docs(iterm): requires interactive property be set to true 2022-10-12 13:05:42 +02:00