Skip to content
  1. Feb 15, 2019
  2. Feb 13, 2019
  3. Feb 12, 2019
  4. Feb 08, 2019
    • eric-christian's avatar
      asdf: fix homebrew installation path (#7582) · 86ea3195
      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.
      86ea3195
  5. Feb 06, 2019
    • Marc Cornellà's avatar
      z: refresh $RANDOM's value outside subshell · 052493b1
      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
      052493b1
  6. Feb 05, 2019
  7. Jan 31, 2019
  8. Jan 30, 2019
  9. Jan 25, 2019
  10. Jan 22, 2019
  11. Jan 21, 2019
  12. Jan 20, 2019
  13. Jan 19, 2019
  14. Jan 15, 2019
  15. Jan 14, 2019
  16. Jan 09, 2019
    • Marc Cornellà's avatar
      ssh-agent: autoload identities not already loaded (#7174) · fabee559
      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
      fabee559
  17. Jan 07, 2019
  18. Dec 31, 2018
Loading