- 03 Jun, 2019 22 commits
- 
- 
Zach Whitten authoredCo-authored-by:  Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com>
Co-authored-by: Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com>
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authoredCo-authored-by:  Liquidsoul <liquidsoul@liquidsoul.fr>
Co-authored-by: Liquidsoul <liquidsoul@liquidsoul.fr>
Co-authored-by: Alexander Polynomdivision <digitalmail555@googlemail.com>
Co-authored-by: Alexander Polynomdivision <digitalmail555@googlemail.com>
Co-authored-by: loket <loket@cruftlab.io>
Co-authored-by: loket <loket@cruftlab.io>
Co-authored-by: Connor Demille <subtlepseudonym@gmail.com> Connor Demille <subtlepseudonym@gmail.com>
- 
Marc Cornellà authoredCo-authored-by: Joel Kuzmarski <leoj3n@gmail.com> Joel Kuzmarski <leoj3n@gmail.com>
- 
Marc Cornellà authoredCo-authored-by:  Marshall Ford <inbox@marshallford.me>
Co-authored-by: Marshall Ford <inbox@marshallford.me>
Co-authored-by: Joel Kuzmarski <leoj3n@gmail.com> Joel Kuzmarski <leoj3n@gmail.com>
- 
Andrew Janke authored
- 
Marc Cornellà authoredSupposed to be POSIX-compatible. Proved to work in dash, yash and whatever alpine uses. See https://unix.stackexchange.com/a/371873 
- 
Marc Cornellà authored
- 
Andrew Janke authoredThis facilitates testing of changes to the core installation code: you'll be able to do a roundtrip test of install and uninstall using the working code on your branch. Controlled by passing $REPO and $BRANCH environment variables to install.sh. 
- 
Marc Cornellà authoredThis changes the behavior to default to the binary found first in $PATH, then checking it's actually in the shells file (/etc/shells). If that fails go back to the previous behavior, but actually check that the path obtained exists in the filesystem. Co-authored-by: Joel Kuzmarski <leoj3n@gmail.com> Joel Kuzmarski <leoj3n@gmail.com>
- 
Fran authoredCo-authored-by: Fredrik Fornwall <fredrik@fornwall.net> Fredrik Fornwall <fredrik@fornwall.net>
- 
Marc Cornellà authoredGuard clauses are if constructs that return early if there is an error that prevents continuing. This way there isn't a big nesting of if expressions. 
- 
Raf Czlonka authoredOtherwise we risk a situation where a full path to `zsh` is commented, i.e.: #/usr/local/bin/zsh
- 
Luca S authoredThis replaces the currently running process with the new one using `exec` instead of creating a new process. This way, when the user `exit`s out of the new shell it will not pop them back into the shell from which ohmyzsh was installed from. 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authoredThis will allow us to use tab stripping heredocs with `<<-'. See http://www.tldp.org/LDP/abs/html/here-docs.html#EX71A Add editorconfig file to enforce this style. See http://editorconfig.org for more information. 
- 
Marc Cornellà authored
 
- 
- 01 Jun, 2019 1 commit
- 
- 
Michael Morgan authoredFor the `v` alias to work in its current state, the environment variable EDITOR must already be defined by the time `source $ZSH/oh-my-zsh.sh` happens. However, in the included zshrc template, EDITOR is set from within the "User configuration" section, which begins immediately after the above line. This means that, unless the user knows to move their `export EDITOR` statements, EDITOR will be undefined when fasd.plugin.zsh loads, and therefore the alias will have the value 'f -e ""', preventing it from functioning. With this change, `"$EDITOR"` will be evaluated each time the alias is invoked, instead of just once when the alias is created. This allows for EDITOR to be set from "User configuration" in the zshrc, and has the additional flexibility of allowing a user to specify a different EDITOR for a single session or invocation of the alias. 
 
- 
- 28 May, 2019 1 commit
- 
- 
Marc Cornellà authoredFixes #7886 
 
- 
- 27 May, 2019 1 commit
- 
- 
Pete Johns authored- Get the iTunes volume without an argument - Shift up / down iTunes volume 
 
- 
- 26 May, 2019 1 commit
- 
- 
programmer04 authored
 
- 
- 25 May, 2019 4 commits
- 
- 
Rachel M. Carmena authored
- 
Will Mendes authored
- 
Marc Cornellà authoredFixes #7872 
 
- 
- 24 May, 2019 1 commit
- 
- 
Aliaksei Maiseyeu authored
 
- 
- 21 May, 2019 4 commits
- 
- 
Miral authored* Add alias to list all contexts * Update readme to include new alias 
- 
Marc Cornellà authored
- 
Marc Cornellà authoredCloses #6329 
- 
Marc Cornellà authored
 
- 
- 20 May, 2019 1 commit
- 
- 
Melebius authoredThe svn-fast-info plugin printf commands was not well formatted, now it can handle empty variables. Also removed redundant spaces. Co-authored-by:  RazManor <Raz.Manor@valens.com>
Co-authored-by: RazManor <Raz.Manor@valens.com>
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
 
- 
- 19 May, 2019 2 commits
- 
- 
Arshad Kazmi authored
- 
Marc Cornellà authoredFixes #7797 
 
- 
- 17 May, 2019 1 commit
- 
- 
Mert Simsek authoredThe rg alias conflicted with ripgrep. 
 
- 
- 16 May, 2019 1 commit
- 
- 
Marc Cornellà authoredThis commit adds the following issue categories: - Bug report - Feature request - Support 
 
- 
