- 23 Jul, 2020 1 commit
-
-
Marc Cornellà authored
Co-authored-by: Peter J. Schroeder <peterjschroeder@gmail.com>
-
- 18 Jul, 2020 3 commits
-
-
Amir Tahvildaran authored
Closes #9122 The current check is assuming that the aws_completer is installed globally, it then runs the command without that path I have aws_completer in ~/.local/bin/aws_completer This changes the check to see if the command exists instead of concerning itself with where it in installed. This test matches the behavior of just running the command.
-
Samuel Terra authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Thi Doãn authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 15 Jul, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9114
-
- 14 Jul, 2020 4 commits
-
-
Frederick Zhang authored
-
Piotr Zając authored
-
Joaquín Moreira authored
-
Alexander Schaber authored
-
- 13 Jul, 2020 1 commit
-
-
M. Yas. Davoodeh authored
* Suppress the problematic trap output in check_upg The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`, shows a message stating that "update.lock" has been removed each time `zsh` is called. I simply suppressed it with directing the output to `/dev/null`. * Use `command` instead of >/dev/null to suppress
-
- 12 Jul, 2020 1 commit
-
-
Marc Cornellà authored
-
- 11 Jul, 2020 4 commits
-
-
Džiugas Eiva authored
Co-authored-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
Also remove unnecesary dramatic remark
-
Marc Cornellà authored
Fixes #9103 Co-authored-by: Yufan You <ouuansteve@gmail.com>
-
Jakob Hellermann authored
-
- 09 Jul, 2020 4 commits
-
-
Emilien Escalle authored
-
Veit Lehmann authored
* feat(mix-fast): include desctiptions (#8561) * feat(mix-fast): improve _mix_generate (no tail, better matching)
-
Marc Cornellà authored
See https://github.com/ohmyzsh/ohmyzsh/pull/9049#issuecomment-654537347 Co-authored-by: Yufan You <ouuansteve@gmail.com>
-
Lutz Horn authored
Fixes #9060 by matching a `@` in the AWS profile name.
-
- 06 Jul, 2020 4 commits
-
-
Robert Estelle authored
-
-
MDHD authored
-
Jethro Lee authored
-
- 05 Jul, 2020 1 commit
-
-
Larson Carter authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Co-authored-by: Bartek Pacia <barpac02@gmail.com>
-
- 03 Jul, 2020 2 commits
-
-
Marc Cornellà authored
-
Adam Vandover authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 01 Jul, 2020 4 commits
-
-
Monson Shao authored
-
Kyle Laker authored
`git rev-parse --is-inside-work-tree` does not have a different exit code when not within a work tree; the difference is in the output, either "true" when in a work tree, or "false" when not. The if was modified similarly to the check for the hide-status config, which also parses command output rather than exit code. Co-authored-by: Kyle Laker <klaker@easydynamics.com>
-
Alex Zdanowicz authored
Changing 'your' to 'you'
-
Konstantin Gribov authored
Fixes #8730
-
- 30 Jun, 2020 2 commits
-
-
Patrick Moore authored
DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set Handle these variables not being set with conditional access. If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
-
Hélio authored
-
- 28 Jun, 2020 3 commits
-
-
Larson Carter authored
-
Marc Cornellà authored
-
alexagnelli authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 26 Jun, 2020 1 commit
-
-
Fatih Ergüven authored
* mvn: add mvnfmt alias * mvn: update README.md
-
- 23 Jun, 2020 1 commit
-
-
Magnus Boman authored
Co-authored-by: Magnus Boman <Kattus@users.noreply.github.com>
-
- 19 Jun, 2020 2 commits
-
-
joshuashaffer authored
-
Marc Cornellà authored
-
- 18 Jun, 2020 1 commit
-
-
Ye Shu authored
skip the update check at initialization if DISABLE_AUTO_UPDATE is set to true
-