1. 23 Mar, 2019 4 commits
  2. 22 Mar, 2019 1 commit
  3. 10 Mar, 2019 3 commits
  4. 03 Mar, 2019 1 commit
  5. 25 Feb, 2019 1 commit
  6. 23 Feb, 2019 1 commit
  7. 20 Feb, 2019 1 commit
    • Thomas Hutterer's avatar
      Fix "hurt sme" typo · ca1123a0
      Thomas Hutterer authored
      Just found this typo while browsing through the `plugins` folder ... and it "hurt sme" :hurtrealbad:
      ca1123a0
  8. 17 Feb, 2019 18 commits
  9. 08 Feb, 2019 1 commit
    • 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
  10. 06 Feb, 2019 1 commit
    • 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
  11. 05 Feb, 2019 1 commit
  12. 30 Jan, 2019 2 commits
  13. 25 Jan, 2019 1 commit
  14. 22 Jan, 2019 1 commit
    • Jesse Farinacci's avatar
      add brew install path to search · 12c51682
      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
      12c51682
  15. 21 Jan, 2019 2 commits
    • Marc Cornellà's avatar
      ssh-agent: check for loaded id filenames first (#7521) · c4948696
      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.
      c4948696
    • Z.Shang's avatar
      init ros plugin · fcf1fe72
      Z.Shang authored
      fcf1fe72
  16. 20 Jan, 2019 1 commit