- 08 Oct, 2020 1 commit
-
-
Michele Bologna authored
In Ubuntu and Debian, in scp, and in rsync the prompt is by default specified as in user@hostname:/path/to/directory while the previous title in ohmyzsh was user@hostname: /path/to/directory
-
- 29 Sep, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9295
-
- 28 Sep, 2020 1 commit
-
-
Marc Cornellà authored
-
- 27 Sep, 2020 1 commit
-
-
Marc Cornellà authored
-
- 26 Sep, 2020 1 commit
-
-
Marc Cornellà authored
-
- 04 Sep, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8743
-
- 18 Aug, 2020 1 commit
-
-
Marc Cornellà authored
-
- 17 Aug, 2020 1 commit
-
-
Marc Cornellà authored
-
- 06 Aug, 2020 1 commit
-
-
Marc Cornellà authored
It conflicts with normal Backspace behavior. Fixes #9155
-
- 05 Aug, 2020 1 commit
-
-
Marc Cornellà authored
-
- 04 Aug, 2020 4 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
-
- 02 Aug, 2020 1 commit
-
-
Marc Cornellà authored
Closes #8342
-
- 23 Jul, 2020 1 commit
-
-
Marc Cornellà authored
Co-authored-by: Peter J. Schroeder <peterjschroeder@gmail.com>
-
- 06 Jul, 2020 2 commits
-
-
Robert Estelle authored
-
-
- 03 Jul, 2020 1 commit
-
-
Marc Cornellà authored
-
- 01 Jul, 2020 1 commit
-
-
Monson Shao authored
-
- 30 Jun, 2020 1 commit
-
-
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.
-
- 19 Jun, 2020 1 commit
-
-
joshuashaffer authored
-
- 03 Jun, 2020 1 commit
-
-
Marco Trevisan authored
oh-my-zsh Changes the HISTSIZE and SAVEHIST values to fixed sizes, however if a bigger value is set in ~/.zshrc, it will override it, potentially causing the user history to be deleted. So, only set these values if no other is set and if it is lower than the default ones.
-
- 21 May, 2020 1 commit
-
-
Benoit GALATI authored
-
- 20 May, 2020 2 commits
-
-
Marc Cornellà authored
This reverts commit cbd6fbe7. Fixes #8949
-
Jacob Menke authored
-
- 16 May, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8722
-
- 11 May, 2020 1 commit
-
-
Marc Cornellà authored
-
- 01 May, 2020 1 commit
-
-
Marc Cornellà authored
-
- 05 Apr, 2020 1 commit
-
-
Marc Cornellà authored
-
- 05 Mar, 2020 1 commit
-
-
Marc Cornellà authored
-
- 03 Mar, 2020 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
`jobs %string` doesn't work correctly when run inside `$()`. `$jobstates` and `$jobtexts` is available in the current shell process, so even though we need to replicate a bit more logic, every type of `fg` invocation works correctly.
-
Marek Dědič authored
-
- 02 Mar, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8693
-
- 01 Mar, 2020 5 commits
-
-
Marc Cornellà authored
- Move grep-alias path to variable. - Use <<< "" instead of piped echo to check grep flags. - Remove check for --color only since it's the same release as --exclude.
-
Marc Cornellà authored
This version tries whether grep supports all the flags together and progressively checks older flags if the grep test fails. This means only one grep call if all flags are supported, and one additional call for every flag that's not supported, up to a maximum of 3 calls.
-
mattmc3 authored
- Use $ZSH_CACHE_DIR to store the grep alias with all the right features - Expire the cache after 24 hours - See issue #8444
-
Shi Yan authored
-
Peter Vandenberk authored
-