- 05 Aug, 2020 2 commits
-
-
Marc Cornellà authored
-
- 04 Aug, 2020 6 commits
-
-
Dario Vladović authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
Fixes #9050
-
Marc Cornellà authored
Fixes #7609 Closes #8191 Co-authored-by: Michal Grňo <m93a.cz@gmail.com>
-
Marc Cornellà authored
Fixes #8468
-
Marc Cornellà authored
This solves the problem where the used pyenv is actually the one in a Windows folder, instead of in WSL. Fixes #9034
-
Marc Cornellà authored
Fixes #8022
-
- 02 Aug, 2020 1 commit
-
-
Marc Cornellà authored
Closes #8342
-
- 01 Aug, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9136
-
- 31 Jul, 2020 1 commit
-
-
John Welsh authored
-
- 30 Jul, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8925 Co-authored-by: Josh Goodall <inopinatus@inopinatus.org>
-
- 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 2 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>
-