- 18 Dec, 2019 2 commits
-
-
Anatoli Babenia authored
-
Mustaqim Malim authored
-
- 17 Dec, 2019 1 commit
-
-
Filipe Nascimento authored
-
- 07 Dec, 2019 1 commit
-
-
jtagcat authored
-
- 28 Nov, 2019 3 commits
-
-
matthewhembree authored
-
Reza Hamouleh authored
-
Meng Bo authored
* Newer Debian packages install completions file in /usr/share/doc/fzf/examples/completion.zsh * Default to buster/stretch path if completion file not found See file list in order from older to newer fzf package versions: - https://packages.debian.org/stretch-backports/amd64/fzf/filelist - https://packages.debian.org/buster/amd64/fzf/filelist - https://packages.debian.org/bullseye/amd64/fzf/filelist - https://packages.debian.org/sid/amd64/fzf/filelist Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 25 Nov, 2019 2 commits
-
-
Michal Bultrowicz authored
-
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
-
- 23 Nov, 2019 2 commits
-
-
Marc Cornellà authored
-
Peter Mosmans authored
When ZSH_TMUX_UNICODE=true then tmux is informed that UTF-8 is supported. Closes #5166
-
- 21 Nov, 2019 4 commits
-
-
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
-
- 20 Nov, 2019 3 commits
-
-
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
-
- 19 Nov, 2019 4 commits
-
-
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.
-
- 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 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
-
- 14 Nov, 2019 2 commits
-
-
Péter HÉJA authored
-
Yuan-Hao Chen authored
-
- 09 Nov, 2019 2 commits
-
-
Quentin Dreyer authored
-
Marc Cornellà authored
Fixes #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 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"
-
- 05 Nov, 2019 1 commit
-
-
Sudhin MN authored
-