- 03 Jun, 2019 6 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
This 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 authored
For 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à authored
Fixes #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à authored
Fixes #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à authored
Closes #6329
-
Marc Cornellà authored
-
- 20 May, 2019 1 commit
-
-
Melebius authored
The 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: Marc Cornellà <marc.cornella@live.com>
-
- 19 May, 2019 2 commits
-
-
Arshad Kazmi authored
-
Marc Cornellà authored
Fixes #7797
-
- 17 May, 2019 1 commit
-
-
Mert Simsek authored
The rg alias conflicted with ripgrep.
-
- 16 May, 2019 1 commit
-
-
Marc Cornellà authored
This commit adds the following issue categories: - Bug report - Feature request - Support
-
- 11 May, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #5499 Fixes #5569 Fixes #6338 Fixes #6654 Fixes #6255 Fixes #7632 Closes #7763 Co-authored-by: Daniel Galán y Martins <git@galan.de>
-
- 10 May, 2019 1 commit
-
-
Mohamed El Mouctar Haidara authored
-
- 09 May, 2019 1 commit
-
-
DT authored
-
- 08 May, 2019 9 commits
-
-
Marc Cornellà authored
This will allow the user to directly open the "my open issues" page. This will make it easier for the user to open their open issues in jira.
-
Marc Cornellà authored
-
chpeer authored
-
George Cheng authored
-
Rahul Somasunderam authored
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.
-
Thomas Kriechbaumer authored
-
Alan authored
- Add completion for pipenv - Auto activate and deactivate for pipenv shell - Add aliases for the most common pipenv commands
-
Marc Cornellà authored
Fixes #4272 Fixes #4182 Closes #4197 Closes #4588
-
Andrew Janke authored
Changes themes displaying RVM or other Ruby version info to use the central ruby_prompt_info function. This supports more Ruby versioning mechanisms, reduces copy-and-paste code, and avoids "zsh: no such file or directory: rvm-prompt" when run on machines that do not have RVM installed. Changes the prefix/suffix variable names to ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX, since they apply to all Ruby versioning mechanisms, not just RVM. Allows empty ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX.
-
- 07 May, 2019 4 commits
-
-
Marc Cornellà authored
-
Jannik authored
-
Marc Cornellà authored
Replace the alias with a function. Call `dirs` if arguments are given to `d`.
-
Kewang authored
-