1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-03 00:50:50 +00:00
Commit Graph

3183 Commits

Author SHA1 Message Date
Alper Cugun
e39e731907
docs(bun): Add nodejs override to bun config documentation (#5834) 2024-03-21 12:41:20 +01:00
David Knaack
df65b2155f
feat(os): add new os symbols (#5849) 2024-03-21 12:39:28 +01:00
Texas Toland
d308e918ee
fix(nu): continuation prompt not being displayed correctly (#5851)
Resolve #5847 by initializing `$env.STARSHIP_SHELL` before calling `starship`

Most minimal change possible. Other simplification are possible but not know to be
backwards compatible. Also considered `with-env` or `STARSHIP_SHELL=nu starship` but
they'd be worse. Happy to reformat indentation if desired.
2024-03-21 12:38:38 +01:00
Matan Kushner
ae4618996b
Update sponsors 2024-03-21 15:45:06 +09:00
David Knaack
ab840439e3
fix(status): fix pipestatus width calculation (#5036)
closes #3162

Co-authored-by: flw <flw@cpan.org>
2024-03-20 22:58:33 +01:00
marcybell
938ea3c401
feat: $gemset variable for Ruby module (#5429)
* $gemset variable for Ruby module

* typo

* Added test for no GEM_HOME env set

* Formatting

* Uses `rvm current` for gemset, no more version num
2024-03-20 22:57:26 +01:00
Virgile Andreani
0e49f04a6b
feat(quarto): Add Quarto module (#5820)
Add Quarto module

* Adapted from the Typst module
2024-03-20 22:50:12 +01:00
renovate[bot]
d879317d51 build(deps): update rust crate toml_edit to 0.22.9 2024-03-20 21:47:52 +00:00
Mick Hohmann
b8a812b932
feat(username): add detect_env_vars as option (#5833)
* Added the option "detect_env_vars" to the `username` module

with the same functionality as in the `hostname` module.

* Fixed logic error and added test to catch it

* build(deps): update dependency vitepress to ^1.0.0-rc.45

* build(deps): update rust crate shadow-rs to 0.27.1

* Added the option "detect_env_vars" to the `username` module

with the same functionality as in the `hostname` module.

* Fixed logic error and added test to catch it

* Removed unused gix import

* Removed unused gix import, again

* Removed unused gix import. Next try

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 22:47:32 +01:00
David Knaack
aef1a3f275
feat(release): add winget arm64 push & repo sync (#5033) 2024-03-20 19:00:50 +09:00
David Knaack
0e334e3e6c
chore: fix upcoming rust 1.77 clippy issues and chrono deprecations (#5850) 2024-03-20 18:57:14 +09:00
David Knaack
49575e5a55
build(deps): update toml crates (#5842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 18:56:20 +09:00
renovate[bot]
7a30163f69
build(deps): update rust crate gix to 0.61.0 2024-03-18 11:29:31 +00:00
renovate[bot]
acab1d483c
build(deps): update rust crate versions to 6.2.0 2024-03-18 01:13:07 +00:00
renovate[bot]
335873fa90
build(deps): update rust crate os_info to 3.8.1 2024-03-17 10:24:56 +00:00
renovate[bot]
698572aa57
build(deps): update rust crate clap to 4.5.3 2024-03-15 14:19:13 +00:00
renovate[bot]
13bfee163e
build(deps): update gitoxide crates 2024-03-14 22:25:25 +00:00
renovate[bot]
364e98b3e7
build(deps): update rust crate rust-ini to 0.21.0 2024-03-13 15:29:38 +00:00
renovate[bot]
cbf6e8d55e
build(deps): update rust crate os_info to 3.8.0 2024-03-12 22:10:24 +00:00
renovate[bot]
32ef678e1b
build(deps): update rust crate shadow-rs to 0.27.1 2024-03-12 03:41:40 +00:00
renovate[bot]
0dde2b2ce1
build(deps): update dependency vitepress to ^1.0.0-rc.45 2024-03-11 01:20:39 +00:00
Jan Katins
3949697c0d
docs(python): Remove a bad config example in the python (#5830)
docs(python): Remove a bad config example in the python

Running a unknown binary in a subfolder (called `.venv/bin/python`) has at least two drawbacks with some security implication:

- In case of a unknown directory, simply cd'ing into a subdirectory could lead to starship executing a unknown binary (usually the binary MUST be in path so it's a decision taken by the user, e.g. by activating the venv)
 - starship would show the result of the venv python even if the venv is not active but calling `python3` on the cli would NOT run that `python3` in the venv but a different one (most likely the system python3).
2024-03-09 08:08:29 +01:00
renovate[bot]
c34e00cd3e
build(deps): update codecov/codecov-action action to v4 (#5742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 08:07:25 +01:00
renovate[bot]
3a4c96cb86
build(deps): update softprops/action-gh-release action to v2 (#5831)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 08:06:34 +01:00
renovate[bot]
84a745b6dd build(deps): update rust crate open to 5.1.2 2024-03-07 20:52:32 +00:00
Brandon Dong
e8442f5d95
docs: Fix git status $all_status documentation (#5826)
* add `typechanged` to git status $all_status documentation

* Revert dog changes for other languages
2024-03-07 21:52:07 +01:00
renovate[bot]
aeb8783a37
build(deps): update rust crate shadow-rs to 0.27.0 2024-03-06 22:03:39 +00:00
renovate[bot]
90f42ad66c
build(deps): update rust crate clap to 4.5.2 2024-03-06 19:07:17 +00:00
renovate[bot]
a1d2abe71e build(deps): update rust crate chrono to 0.4.35 2024-03-06 19:05:17 +00:00
renovate[bot]
59f5208325
build(deps): update embarkstudios/cargo-deny-action action to v1.6.1 2024-03-06 17:22:10 +00:00
renovate[bot]
cede42b5db
build(deps): update embarkstudios/cargo-deny-action action to v1.6.0 2024-03-05 15:07:30 +00:00
Luís Santos
f66bfd9435
feat(install): Add version option to install script (#5728)
feat(install): Add version option to install script
2024-03-03 18:00:50 +01:00
David Knaack
ae711c0f33
feat(bash): use PS0 for preexec hook (#5735) 2024-03-03 17:59:23 +01:00
David Knaack
7290c5e368
chore: apply clippy for rust 1.76 & bump msrv (#5763) 2024-03-03 17:57:39 +01:00
David Knaack
7485c90c9f
feat(docs): move to vitepress (#5785)
* feat(docs): move to vitepress

* change up hero styles to match existing site

* A bit more style tweaking

* Replace stylus with plain CSS

* improve unicode-range value for nerdfont

---------

Co-authored-by: Matan Kushner <hello@matchai.dev>
2024-03-03 17:55:30 +01:00
Matan Kushner
421b358c32
docs(i18n): new Crowdin updates (#5803)
* New translations readme.md (French)

* New translations readme.md (Spanish)

* New translations readme.md (Arabic)

* New translations readme.md (German)

* New translations readme.md (Italian)

* New translations readme.md (Japanese)

* New translations readme.md (Korean)

* New translations readme.md (Dutch)

* New translations readme.md (Norwegian)

* New translations readme.md (Polish)

* New translations readme.md (Portuguese)

* New translations readme.md (Russian)

* New translations readme.md (Turkish)

* New translations readme.md (Ukrainian)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Vietnamese)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Indonesian)

* New translations readme.md (Bengali)

* New translations readme.md (Sorani (Kurdish))

* New translations readme.md (Ukrainian)
2024-03-03 17:54:51 +01:00
renovate[bot]
a8e7968319
build(deps): update rust crate open to 5.1.0 2024-03-02 16:41:21 +00:00
renovate[bot]
a7038a73da build(deps): update crate-ci/typos action to v1.19.0 2024-03-02 16:39:51 +00:00
renovate[bot]
a9713e726e
build(deps): update pest crates to 2.7.8 2024-03-02 14:22:33 +00:00
renovate[bot]
f38bf826a4
build(deps): update rust crate indexmap to 2.2.5 2024-02-29 20:44:46 +00:00
renovate[bot]
ef8171a3d5
build(deps): update rust crate indexmap to 2.2.4 2024-02-29 04:12:32 +00:00
renovate[bot]
49b5e1cfb1
build(deps): update rust crate log to 0.4.21 2024-02-29 01:11:04 +00:00
renovate[bot]
9a06fc7708
build(deps): update rust crate open to 5.0.2 2024-02-28 06:52:16 +00:00
renovate[bot]
28eb8c8e11 build(deps): update rust crate rayon to 1.9.0 2024-02-28 03:39:33 +00:00
renovate[bot]
3727754c21
build(deps): update rust crate windows to 0.54.0 2024-02-27 22:26:48 +00:00
nataziel
f505ceb757
docs(preset): add Jetpack to presets/README.md (#5797) 2024-02-27 09:20:32 +01:00
renovate[bot]
c3e078cbf3
build(deps): update rust crate tempfile to 3.10.1 2024-02-26 23:17:05 +00:00
Fraser Li
6a96e84a15
fix(git_branch): fall back to "HEAD" when there is no current branch (#5768)
* fix(git_branch): fall back to "HEAD" when there is no current branch

* test(git_branch): add test for branch fallback on detached HEAD
2024-02-26 12:21:00 +01:00
renovate[bot]
aaaf3d82e8
build(deps): update dprint plugins 2024-02-26 01:25:16 +00:00
renovate[bot]
560c60b8f6
build(deps): update rust crate gix to 0.59.0 2024-02-25 18:20:16 +00:00