- Nov 25, 2019
-
-
Giuseppe authored
If there's no `~/.shell.pre-oh-my-zsh`, don't assume the default choice is Bash. In fact Zsh is the default shell for macOS since Catalina (10.15) [1], yet users of other OSes have likely to have Bash as their default. This commit fix issue #8252 [1] https://support.apple.com/en-us/HT208050
-
- Nov 23, 2019
-
-
Marc Cornellà authored
-
Peter Mosmans authored
When ZSH_TMUX_UNICODE=true then tmux is informed that UTF-8 is supported. Closes #5166
-
- Nov 21, 2019
-
-
Marc Cornellà authored
Fixes #8418
-
Marc Cornellà authored
Fixes #8416
-
Marc Cornellà authored
* Remove current directory from sys.path in python invocations
-
Marc Cornellà authored
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository
-
- Nov 20, 2019
-
-
Jason Pickens authored
This prevents the jenv plugin from messing up the PATH and putting `user/local/bin` back at the front of the PATH, undoing any careful setup done before enabling this plugin.
-
Jacob Tomaw authored
-
Håvard Moen authored
-
- Nov 19, 2019
-
-
Jacob Tomaw authored
Running `source ~/.zshrc` can have side effects, it's better to reload the whole zsh session with `exec zsh`.
-
Jacob Tomaw authored
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Taico Aerts authored
-
Richard Pöttler authored
Also more quiet extraction. -D for cpio was not used due to additional output.
-
- Nov 18, 2019
-
-
Syphdias authored
-
Marc Cornellà authored
-
- Nov 17, 2019
-
-
Marc Cornellà authored
-
- Nov 15, 2019
-
-
James Jensen authored
Change `itunes` to `music`, as iTunes was renamed to Music in _**macOS** Catalina 10.15_ Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Paulo Diovani Gonçalves authored
-
- Nov 14, 2019
-
-
Péter HÉJA authored
-
Yuan-Hao Chen authored
-
- Nov 09, 2019
-
-
Quentin Dreyer authored
-
Marc Cornellà authored
Fixes #8368
-
- Nov 08, 2019
-
-
StelFux authored
-
Isaac Clayton authored
* Update http to https in Solarized * Upgrade http to https for 'Burger In Your Shell' * Upgrade http to https for tmux.github.io
-
- Nov 06, 2019
-
-
Marc Cornellà authored
-
Eric Dobbs authored
Piping stdin to emacs alias on MacOS was breaking (--tmpdir is not supported in BSD flavored mktemp). Tested in MacOS 10.14 and debian:buster to confirm it still works in linux.
-
Marc Cornellà authored
-
Marc Cornellà authored
Closes #2214
-
Marc Cornellà authored
-
Wang Guan authored
$GIT_STATUS_IGNORE_SUBMODULES can be used to specify handling of submodules. It can be: not set : ignore dirty submodules (this was default zsh behavior) "git" : do not use "--ignore-submodules" and let git choose, this obeys setting in .gitmodules other : comes into "--ignore-submodules=$GIT_STATUS_IGNORE_SUBMODULES"
-
- Nov 05, 2019
-
-
Sudhin MN authored
-
- Oct 30, 2019
-
-
Marc Cornellà authored
Fixes #8337
-
- Oct 27, 2019
-
-
Vice Versa authored
Never use `[[` for numeric comparisons, for that, we’ll use `((`.
-
- Oct 25, 2019
-
-
Michael authored
Deleting `.mypy_cache` did not work, because the directories were not empty. They contain JSON files instead of compiled byte-code. This extends the cleanup by also getting rid of `.pytest_cache` directories.
-
Marc Cornellà authored
* Add profiles documentation * Fix order and reword some things
-
Łukasz Chrząszcz authored
-
Marc Cornellà authored
-
Anton Balaniuc authored
-
- Oct 24, 2019
-
-
Marc Cornellà authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-