- 02 Mar, 2020 8 commits
-
-
RoToRx88 authored
Enable to get issue from branch prefixed with it and delimited by '_'
-
Matthew Manuel authored
-
Andrea Nanni authored
* Added support for local sdk versions Added support for local versions (prefixed by '+'), so they are filtered out in _listInstallableVersions() and they are displayed correctly by _listAllVersion() * Optimize sed calls Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
0b10 authored
Summary Make it get a list of installed interpreters, and add the relevant local (HOME) site-packages directory to PYTHONPATH. Reason To easily add all relevant paths, initially, and between upgrades. Add check for PYTHONUSERBASE Summary Check for a non-standard install directory, use it if one exists, otherwise use ~/.local. Reason Allow users to specify their own installation directory, without affecting functionality.
-
Hielke Walinga authored
By sourcing brew files directly we can achieve a very high speed up. This will not work if the user installed homebrew in a different location than by default.
-
Pavel N. Krivitsky authored
* Added minimum length and ellipsis symbol options for the shrink-path plugin. * Replaced tab indentation with space indentation for the shrink-path plugin. * Added handling of multicharacter ellipsis, and updated documentation and README for the shrink-path plugin.
-
Pavel Fokin authored
-
Dan D'Avella authored
-
- 28 Feb, 2020 12 commits
-
-
Alexander Schlarb authored
-
Gianluca Recchia authored
* Add trailing new line at the end of output * Double-quote variable expansion
-
Michal Kielan authored
-
Cody Fuller authored
-
Wenbing Li authored
It should be `--rerun-tasks`, the original one miss a 's' at the end. See https://docs.gradle.org/current/userguide/command_line_interface.html
-
Sven Hergenhahn authored
-
Ville Lautanala authored
Using `fasd —-init auto` will first detect terminal and then call fasd again to generate the final initialisation script. Caching that gives a more significant performance boost.
-
Joshua Pratt authored
-
Thomas Ruiz authored
-
Gustavo Maia authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Ján Koščo authored
Fixes Completion only working for first parameter
-
mickk-on-cpp authored
This allows other plugins that hook e.g. accept-line to identify the fancy-ctrl-z widget as the caller and take appropriate steps when necessary. See https://github.com/tarruda/zsh-autosuggestions/issues/82#issuecomment-181133379
-
- 27 Feb, 2020 8 commits
-
-
Chai Feng authored
Co-authored-by: Francisco de Zuviría <FranciscodeZuviria@fusap.com.ar>
-
Marc Cornellà authored
-
Guillermo del Fresno authored
-
Miguel Vaello Martínez authored
Commands: make, tinderbox. Closes #5195 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Adrien Plazas authored
This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin.
-
Ciacho authored
Closes #4807
-
Petr Bělohlávek authored
Current state: a user invokes `ipython` and is provided with the IPython instance regarding the `$PATH`. Proposed state: a user invokes `ipython` (which is a new alias in the *python plugin*) and is provided with the proper IPython instance regarding the currently activated virtualenv. Example: the user's default Python is 2.7 with installed IPython 2.7. User activates Python 3.5 virtualenv where he installs IPython 3.5. After activating the environment, one expects `ipython` to run the version 3.5, which does not happen by default. Instead, IPython 2.7 is used, which in counter-intuitive and often causes problem. Closes #5797
-
Marc Cornellà authored
-
- 26 Feb, 2020 1 commit
-
-
wallace11 authored
-
- 25 Feb, 2020 4 commits
-
-
Marc Cornellà authored
Fixes #8665
-
Marc Cornellà authored
-
Yahav Itzhak authored
-
Marc Cornellà authored
Fixes #8676
-
- 24 Feb, 2020 1 commit
-
-
Andy Pickle authored
-
- 19 Feb, 2020 2 commits
-
-
Marc Cornellà authored
-
Willy Weiskopf authored
The statements for selecting a random theme in oh-my-zsh.sh and the themes plugin are duplicate. Most people eventually settle on a theme, making those lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put the random theme functionality into a theme of its own (since themes are just zsh scripts.
-
- 18 Feb, 2020 3 commits
-
-
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Ujwal Dhakal authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Kshitij Nikhal authored
-
- 17 Feb, 2020 1 commit
-
-
Marc Cornellà authored
-