- 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
-
- 05 Feb, 2019 1 commit
-
-
genevera authored
-
- 30 Jan, 2019 2 commits
-
-
Marc Cornellà authored
Fixes #7562
-
Bartlomiej Tartanus authored
Fixes (probably MacOS) issue: > ggfl zsh: command not found: ggfl
-
- 25 Jan, 2019 1 commit
-
-
Erwan ROUSSEL authored
-
- 22 Jan, 2019 1 commit
-
-
Jesse Farinacci authored
recent `brew install jenv` installs to `/usr/local/bin/jenv`, auto-discover it for recent brew installs to avoid secondary, slower search
-
- 21 Jan, 2019 2 commits
-
-
Marc Cornellà authored
This change makes the plugin check if an identity is loaded by looking first at the key filename reported by `ssh-add -l`. This fixes the use case where ssh-keygen is not able to output the fingerprint of a key, such as the one reported on #7516. Now, for an identity to be passed onto ssh-add, it has to fail the match for a loaded identity, both filename and signature.
-
Z.Shang authored
-
- 20 Jan, 2019 2 commits
- 19 Jan, 2019 1 commit
-
-
Marc Cornellà authored
-
- 15 Jan, 2019 1 commit
-
-
Ing. Jan Kaláb authored
-
- 14 Jan, 2019 2 commits
-
-
Andreas authored
With this PR the ssh-agent plugin loads all identities which are not yet loaded in a single call to ssh-add. If a passphrase is shared between loaded identities it only needs to be entered once. Fixes #7506
-
François Scala authored
Use fingerprint of ssh key instead of file name to control if the key is already loaded. Also check for .ssh folder presence (#5128)
-
- 09 Jan, 2019 1 commit
-
-
Marc Cornellà authored
With this PR the ssh-agent plugin checks the `ssh-add -l` output for the identities added, and adds all those specified by the user that haven't been added yet. We also decouple the logic of starting ssh-agent from the logic of adding identities, meaning that even if ssh-agent has been started by some other means (like launchd) we can still ssh-add the user's identities. Fixes #3019 Fixes #6979
-
- 07 Jan, 2019 2 commits
-
-
Yusuf Kocaman authored
-
Yusuf Kocaman authored
-
- 31 Dec, 2018 5 commits
-
-
Anton Stamenov authored
-
Alexander Huynh authored
Before, when typing the `marks` command, longer mark keys would cause the tabs to spill over to the next tab stop, like so: rc -> /home/ahlex/.rc repos -> /home/ahlex/repos a-longer-string -> /tmp Implement better key display by running through all of the marks twice, once to get the longest key length, and the second time to format everything according to that length: rc -> /home/ahlex/.rc repos -> /home/ahlex/repos a-longer-string -> /tmp
-
Ben Davies authored
Including a Kubernetes Service Catalog plugin
-
Andrew Imeson authored
* vagrant: Add `cloud` subcommand to completion * vagrant: Add `port` subcommand to completion * vagrant: Add `validate` subcommand to completion
-
Patrick Artounian authored
-
- 27 Nov, 2018 2 commits
-
-
Igor Kapkov authored
-
Sagar Patil authored
-
- 26 Nov, 2018 1 commit
- 16 Nov, 2018 3 commits
-
-
Ricardo Seriani authored
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com>
-
Marc Cornellà authored
Fixes #7405
-
Marc Cornellà authored
Fixes #7407 FreeBSD's tput needs termcap codes instead of terminfo capnames, so using `tput colors` has the wrong effect. See #7407
-
- 13 Nov, 2018 1 commit
-
-
Marc Cornellà authored
This reverts commit 05b61706.
-
- 03 Nov, 2018 1 commit
-
-
Deepankumar authored
-
- 02 Nov, 2018 1 commit
-
-
Arvindraj authored
Fixes #7371 Signed-off-by: Arvindraj <arvindultimate7352@gmail.com> Co-authored-by: Stephen Ward <stephen@whilenotzero.com>
-
- 01 Nov, 2018 5 commits
-
-
Joseph Benden authored
This plugin integrates the Keychain tool[1] in to the project. [1] [keychain](https://www.funtoo.org/Keychain)
-
Erwan ROUSSEL authored
-
Erwan ROUSSEL authored
-
Erwan ROUSSEL authored
-
Erwan ROUSSEL authored
-
- 30 Oct, 2018 1 commit
-
-
Erwan ROUSSEL authored
-
- 29 Oct, 2018 1 commit
-
-
Akash Krishnan authored
-
- 28 Oct, 2018 1 commit
-
-
Erwan ROUSSEL authored
* Documentation for Npm plugin added * Fix style and add alias descriptions * Add Generate Command alias * Add Create Database alias * Add Generate Controller alias
-