- 24 Mar, 2019 7 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Cristian Măgherușan-Stanciu authored
-
Logan Lindquist authored
Added AWS_EB_PROFILE environment variable to the AWS Plugin. The EB CLI uses this variable instead of the primary AWS_PROFILE variable to keep track of what profile it is using. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html
-
David Kane authored
* Update the AWS plugin to support disabling RPROMT display: Use a $SHOW_AWS_PROMPT option. * Refactoring aws plugin: Exposing customizable aws_prompt_info function to be used in themes. * Set aws prompt prefix and suffix to original values and fix README Co-authored-by: "Vassilis S. Moustakas" <vsmoustakas@gmail.com>
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 23 Mar, 2019 5 commits
-
-
-
Marc Cornellà authored
* Clean up Homebrew detection and add comments. Also changed some if flags. * Detect aws cli completion file from RPM
-
Erik authored
-
Peter Theill authored
Adds "givero" as a keyword for searching Givero, a relative new search engine donating revenue to good causes around the world.
-
Zixu Wang authored
Changed from `stack` because it conflicts with Haskell Tool Stack Fixes #7659
-
- 22 Mar, 2019 1 commit
-
-
Kevin Ottens authored
Closes #5564
-
- 10 Mar, 2019 3 commits
-
-
Tieme van Veen authored
-
Ulrich Schreiner authored
* allow kubectl commands against all namespaces * enhance the readme too
-
Rahil Wazir authored
Extra t in `wp theme updatet`
-
- 03 Mar, 2019 1 commit
-
-
Marc Cornellà authored
-
- 25 Feb, 2019 1 commit
-
-
akinnane authored
Reverts robbyrussell/oh-my-zsh#5714
-
- 23 Feb, 2019 1 commit
-
-
Deepankumar authored
-
- 20 Feb, 2019 1 commit
-
-
Thomas Hutterer authored
Just found this typo while browsing through the `plugins` folder ... and it "hurt sme" :hurtrealbad:
-
- 17 Feb, 2019 18 commits
-
-
Muhannad Fakhouri authored
Currently it shows for example the following: DEVICE_ID -- transport_id:2 which doesn't really ease device selection. I've adapted the awk script to print device name with it's model name, see the example below: DEVICE_ID -- Pixel_3(blueline)
-
Marc Cornellà authored
-
Marc Cornellà authored
-
kubamarchwicki authored
* Maven profiles for current pom.xml file * Maven profiles for pom hierarchy * Ommiting comments in profiles
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Avoids forking to tput and some systems don't have tput
-
Marc Cornellà authored
-
Bryan Banz authored
-
Bryan Banz authored
-
Bryan Banz authored
-
Laurent Vaills authored
-
sparsick authored
-
Alexey Merezhin authored
-
Wajdi Al-Hawari authored
-
Neil Green authored
-
nslqqq authored
-
- 08 Feb, 2019 1 commit
-
-
eric-christian authored
* The check for the asdf installation directory is more precise: The existence of the directory `$HOME/.asdf` does not mean that it is the installation directory of `asdf`. It will also be created after installing at least one asdf plugin. * Completions, while installed with homebrew, are now expected on an alternative location.
-
- 06 Feb, 2019 1 commit
-
-
Marc Cornellà authored
This change references `$RANDOM` outside the subshell to refresh it for the next subshell invocation. Otherwise, subsequent runs of the function get the same value and, if run simultaneously, they may clobber each others' temp .z files. This is due to how zsh distributes RANDOM values when running inside a subshell: subshells that reference RANDOM will result in identical pseudo-random values unless the value of RANDOM is referenced or seeded in the parent shell in between subshell invocations See: http://zsh.sourceforge.net/Doc/Release/Parameters.html#index-RANDOM
-