1. 01 Jul, 2018 2 commits
    • Joel Kuzmarski's avatar
      Login shell after install (#5314) · 8f95637e
      Joel Kuzmarski authored
      Otherwise these files are not sourced:
        1. /etc/zprofile
        2. ~/.zprofile
        3. /etc/zlogin
        4. ~/.zlogin
        5. ~/.zlogout
        6. /etc/zlogout
      8f95637e
    • Michael Stucki's avatar
      Use existing ssh-agent when invoking a sudo shell (#3891) · 30227017
      Michael Stucki authored
      When invoking a shell as root using ```sudo -s```, the ssh-agent plugin
      starts a new agent although it already exists.
      
      The problem boils down to a check if ssh-agent is running using
      ```ps x```. If that is extended to ```ps ax``` for root, then the
      existing ssh-agent will still work.
      30227017
  2. 30 Jun, 2018 4 commits
  3. 29 Jun, 2018 5 commits
  4. 24 Jun, 2018 1 commit
  5. 20 Jun, 2018 1 commit
    • Ruben Di Battista's avatar
      Fix autojump sourcing on OSX with Macports (#4801) · 6c1dab23
      Ruben Di Battista authored
      * Fix autojump sourcing on OSX with Macports
      
      The last version of autojump available on Macports does not have
      anymore different shell scripts (.sh, .zsh, .bash ...) to be sourced
      but just one autojump.sh that takes care of that located at
      /opt/local/etc/profile.d/autojump.sh
      
      fix # 4625
      
      * Fix bug with macports autojump on OSX.
      6c1dab23
  6. 19 Jun, 2018 1 commit
  7. 18 Jun, 2018 3 commits
  8. 16 Jun, 2018 2 commits
  9. 15 Jun, 2018 8 commits
  10. 14 Jun, 2018 1 commit
  11. 13 Jun, 2018 1 commit
  12. 12 Jun, 2018 6 commits
  13. 10 Jun, 2018 1 commit
  14. 06 Jun, 2018 1 commit
    • Marc Cornellà's avatar
      virtualenvwrapper: set $WORKON_HOME if undefined · f461d21d
      Marc Cornellà authored
      This uses the default that virtualenvwrapper.sh would set if it was called. If the user
      changes its value after the plugin is loaded, the plugin will work all the same.
      
      Fixes #6882
      Closes #6870
      Closes #6883
      f461d21d
  15. 05 Jun, 2018 1 commit
  16. 28 May, 2018 2 commits