Jacopo De Simoi
fcdc2f5ec2
Add git_commits_behind
3 months ago
Jacopo De Simoi
f94e43dd40
Add todo about exit status
3 months ago
Jacopo De Simoi
2c8abb4456
Tint the # if root
3 months ago
Jacopo De Simoi
88c4f3a07f
add old single-line configuration
3 months ago
Jacopo De Simoi
67d5b5fb98
Use with solarized colorscheme
3 months ago
Jacopo De Simoi
e711beb8e8
Unsure of what this is
3 months ago
Jacopo De Simoi
8b0a2a5df9
use PoP-like marks for number of jobs
3 months ago
Jacopo De Simoi
0df72c8091
Add number of jobs on the right
...
Still unsure
3 months ago
Jacopo De Simoi
886ab6c5f1
Add commits ahead to prompt
3 months ago
Jacopo De Simoi
2451809fda
Add variation on gentoo theme
3 months ago
Jacopo De Simoi
bfb48ae658
do not mess with ssh-agent identites
...
they are taken care of by kde
3 months ago
Nikan Eidi
44394e7225
feat(docker): add aliases for container, network, and system prune ( #13612 )
...
* feat(docker): add aliases for container, network, and system prune
This PR adds missing aliases for Docker prune commands (container, network, and system) to the docker plugin, improving consistency with the existing image and volume prune aliases.
* docs(docker): add prune aliases to README
Added 'dcprune', 'dnprune', and 'dsprune' aliases for container, network, and system pruning.
* docs(docker): add prune aliases to README
3 months ago
Halil Özgür
4daba14316
refactor(bundler): Remove bundle_install and just use: bundle install ( #13617 )
3 months ago
Rohan Santhosh Kumar
bec3f2244a
docs(vscode): fix typo ( #13627 )
...
Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
3 months ago
dependabot[bot]
b42f22643a
chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 ( #13636 )
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](29824e69f5...f8d387b68d )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
ohmyzsh[bot]
7de13621b3
chore(gradle): update to dd3a8adb ( #13635 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
3 months ago
Alessandro Elio Cantini
8df5c1b18b
fix(last-working-dir): use explicit return 0 in early-exit guards ( #13623 )
3 months ago
dependabot[bot]
d1222044bc
chore(deps): bump charset-normalizer in /.github/workflows/dependencies ( #13621 )
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.4...3.4.5 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
44c0e856f8
chore(deps): bump github/codeql-action from 4.32.4 to 4.32.6 ( #13622 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.4 to 4.32.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](89a39a4e59...0d579ffd05 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
2bc4538c36
chore(deps): bump step-security/harden-runner from 2.15.0 to 2.15.1 ( #13620 )
...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner ) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](a90bcbc653...58077d3c7e )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
layla
1e3abc123f
chore: change freeBSD to FreeBSD ( #13614 )
3 months ago
ohmyzsh[bot]
abc2372919
chore(history-substring-search): update to version 14c8d2e0 ( #13521 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Co-authored-by: Marc Cornellà <marc@mcornella.com>
3 months ago
Markus Hofbauer
5292fea2ba
feat(pre-commit): add `prek` support ( #13529 )
...
Closes #13432
3 months ago
Nicknamess96
4f8632db32
docs(jj): compatibility with git async prompt ( #13602 )
...
Co-authored-by: Nicknames96 <nicknames96@users.noreply.github.com>
3 months ago
ohmyzsh[bot]
bf2948322b
chore(kube-ps1): update to 9b41c091 ( #13522 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
25d4d753bf
chore(deps): bump certifi in /.github/workflows/dependencies ( #13600 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
3fd2331ae8
chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 ( #13601 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
6bb9718dd2
chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 ( #13599 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
PascalKont
5c4f27b716
feat(molecule): introduce molecule aliases ( #13594 )
3 months ago
Adam Spiers
400591e71c
fix(colored-man-pages): quote array expansion ( #13591 )
3 months ago
Jason
536515d186
docs(yum): fix typo ( #13589 )
3 months ago
nervo
2117ee5cf7
feat(molecule): introduce molecule plugin ( #12760 )
3 months ago
dependabot[bot]
7f8d6b1fca
chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 ( #13590 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
Grigorii Sokolik
52d93f18d6
feat(virtualenvwrapper): add archlinux support ( #13584 )
4 months ago
Eve
44f2a128aa
fix(thefuck): quote ZSH_CACHE_DIR path ( #13569 )
...
path wasnt quoted, would break if it had spaces
4 months ago
Eve
45dd7d006a
fix(zsh-navigation-tools): quote some potential space-filled strings ( #13567 )
4 months ago
Thomas Witt
993afc8267
feat(dotenv): add named pipe (FIFO) support ( #13561 )
4 months ago
c0mpile
a8aca3fba5
fix(dnf): ensure correct alias for different version ( #13559 )
4 months ago
dependabot[bot]
cdd31a7ab3
chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 ( #13570 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.2 to 4.32.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](45cbd0c69e...9e907b5e64 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
Ranga Nirmal
88659ed193
fix(appearance): ensure arg separation in `test-ls-args` ( #13556 )
...
Co-authored-by: Marc Cornellà <marc@mcornella.com>
4 months ago
dependabot[bot]
41c5b9677a
chore(deps): bump github/codeql-action from 4.32.0 to 4.32.2 ( #13558 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.0 to 4.32.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b20883b0cd...45cbd0c69e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
116be8badd
chore(deps): bump step-security/harden-runner from 2.14.1 to 2.14.2 ( #13557 )
...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner ) from 2.14.1 to 2.14.2.
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](e3f713f2d8...5ef0c079ce )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
9df4ea095f
chore(deps): bump step-security/harden-runner from 2.14.0 to 2.14.1 ( #13547 )
...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner ) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](20cf305ff2...e3f713f2d8 )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
1a253c375a
chore(deps): bump github/codeql-action from 4.31.11 to 4.32.0 ( #13548 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.11 to 4.32.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](19b2f06db2...b20883b0cd )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
67cd8c4673
chore(deps): bump github/codeql-action from 4.31.10 to 4.31.11 ( #13539 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.10 to 4.31.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cdefb33c0f...19b2f06db2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
0074e724f8
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 ( #13541 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e8c483db8...de0fac2e45 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
db66764f46
chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 ( #13540 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](83679a892e...a309ff8b42 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
HOHOH134
e076690551
feat(gitignore): use cdn as endpoint ( #13497 )
5 months ago
Vinfall
233e81db4e
feat(command-not-found): support void linux ( #13531 )
5 months ago
Robby Russell
99b243b9a9
chore: add AI guidelines ( #13520 )
...
Co-authored-by: Claude <noreply@anthropic.com>
5 months ago