| Age | Commit message (Collapse) | Author |
|
|
|
Closes #12535
|
|
Co-authored-by: Jeonguk Choi <91456421+devj121@users.noreply.github.com>
|
|
Closes #12506
|
|
|
|
- Adds aliases
- Sets up autocompletion
- Adds promp functions to show workspace and `tofu` version
Co-authored-by: Marc Cornellà <marc@mcornella.com>
|
|
|
|
Double quotes within the subscript test are interpreted literally, making the
test never match. On subsequent runs, the `$ZSH_CACHE_DIR/completions` directory
is always prepended to `$fpath`, even if it is already there. This commit fixes
that.
Fixes #12551
Co-authored-by: Adem Simsek <adem@simsek.dev>
|
|
* 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 c52441b624c0b1fa075bc6110032bd4e75311909, 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>
|
|
|
|
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Closes #12536
|
|
|
|
|
|
|
|
|
|
|
|
/.github/workflows/dependencies (#12518)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
/.github/workflows/dependencies (#12519)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Tipped about this in https://github.com/ohmyzsh/ohmyzsh/commit/6754b7e67#commitcomment-143280115
|
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Fixes https://github.com/ohmyzsh/ohmyzsh/issues/12472#issuecomment-2175868971
|
|
See https://github.com/ohmyzsh/ohmyzsh/issues/12472#issuecomment-2171461005
|
|
|
|
Fixes #12509
|
|
Closes #12489
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
|
|
See discussion in https://github.com/ohmyzsh/ohmyzsh/discussions/12504
|
|
|
|
Logic error in `history -c` when prompting for confirmation caused history
to be deleted when typing anything but explicitly `n`, `N`, or sending `\n`.
New logic prevents deletion by pressing wrong key and only deletes
history when sending `y` or `Y`.
Co-authored-by: Sargates <nicholas.g.glenn@gmail.com>
|
|
Co-authored-by: Marc Cornellà <marc@mcornella.com>
|
|
This commit allows specifying a number of last segments to be fully shown,
either via `-l N` or with `zstyle`.
|
|
Closes #5644
Co-authored-by: Marc Cornellà <marc@mcornella.com>
|
|
lib/termsupport.zsh creates titles for screen which take precedence over
titles set by the screen plugin. Unsetting the title() function within
the screen plugin prevent this "race-condition".
|
|
(#12472)
|
|
We removed this mitigation in 0c80a063 because of an assumption
that the issue had been fixed, but it looks like zsh < 5.0.6 has
other issues (see #12360), so we need to disable it for real.
Fixes #12360
|
|
This reverts commit 83014bd9458b870c93fd18642484b305d7e5340b.
|
|
This reverts commit 166b9dcfdc32c5ce3a2060c0c221e2df0b49fa37.
|
|
|
|
|
|
|
|
|
|
* feat(terraform): add workspace aliases
* chore: rm aliases in separate pending pr
* docs: show tfiu alias in readme
---------
Co-authored-by: Robby Russell <robby@planetargon.com>
|
|
|
|
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
|
|
Closes #12482
|
|
|
|
|
|
|
|
|
|
|