- 19 Nov, 2019 4 commits
- 
- 
Jacob Tomaw authoredRunning `source ~/.zshrc` can have side effects, it's better to reload the whole zsh session with `exec zsh`. 
- 
Jacob Tomaw authoredUse 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> Marc Cornellà <marc.cornella@live.com>
- 
Taico Aerts authored
- 
Richard Pöttler authoredAlso more quiet extraction. -D for cpio was not used due to additional output. 
 
- 
- 18 Nov, 2019 1 commit
- 
- 
Syphdias authored
 
- 
- 17 Nov, 2019 2 commits
- 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
 
- 
- 15 Nov, 2019 2 commits
- 
- 
James Jensen authoredChange `itunes` to `music`, as iTunes was renamed to Music in _**macOS** Catalina 10.15_ Co-authored-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
- 
Paulo Diovani Gonçalves authored
 
- 
- 14 Nov, 2019 2 commits
- 
- 
Péter HÉJA authored
- 
Yuan-Hao Chen authored
 
- 
- 09 Nov, 2019 2 commits
- 
- 
Quentin Dreyer authored
- 
Marc Cornellà authoredFixes #8368 
 
- 
- 08 Nov, 2019 2 commits
- 
- 
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 
 
- 
- 06 Nov, 2019 6 commits
- 
- 
Marc Cornellà authored
- 
Eric Dobbs authoredPiping 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à authoredCloses #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"
 
- 
- 05 Nov, 2019 1 commit
- 
- 
Sudhin MN authored
 
- 
- 30 Oct, 2019 1 commit
- 
- 
Marc Cornellà authoredFixes #8337 
 
- 
- 27 Oct, 2019 1 commit
- 
- 
Vice Versa authoredNever use `[[` for numeric comparisons, for that, we’ll use `((`. 
 
- 
- 25 Oct, 2019 5 commits
- 
- 
Michael authoredDeleting `.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
 
- 
- 24 Oct, 2019 4 commits
- 
- 
Marc Cornellà authoredCo-authored-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Lukasz Chrzaszcz authored
 
- 
- 22 Oct, 2019 1 commit
- 
- 
Tim authored
 
- 
- 21 Oct, 2019 1 commit
- 
- 
Marc Cornellà authored- core.autocrlf=false -> #4069 - fsck.zeroPaddedFilemode -> #4963 Fixes #4069 Fixes #4963 
 
- 
- 20 Oct, 2019 2 commits
- 
- 
Kenny Heaton authored
- 
Netoun authored
 
- 
- 19 Oct, 2019 3 commits
- 
- 
- 
Marco Zühlke authored
- 
Marc Cornellà authored
 
- 
