1. 01 Jul, 2018 1 commit
  2. 30 Jun, 2018 2 commits
    • Marc Cornellà's avatar
      open_command: fix and improve command for WSL · f898ada8
      Marc Cornellà authored
      - Add double quotes to command so that the next argument isn't
        interpreted as the title for the start command.
      
      - If the first argument is a valid path, convert it to Windows path
        notation. If `wslpath` fails—because it's a path from inside WSL,
        which cannot be converted to Windows path notation— fail with an
        error code.
      
        This last circumstance will show an error like so:
      
          wslpath: path: Result not representable
      f898ada8
    • Marc Cornellà's avatar
      open_command: simplify code · 12086593
      Marc Cornellà authored
      12086593
  3. 26 May, 2018 2 commits
  4. 07 May, 2018 1 commit
  5. 24 Apr, 2018 1 commit
  6. 22 Apr, 2018 8 commits
  7. 15 Apr, 2018 1 commit
  8. 23 Jan, 2018 1 commit
  9. 14 Nov, 2017 1 commit
  10. 30 Dec, 2016 2 commits
  11. 15 Nov, 2016 1 commit
  12. 03 Nov, 2016 1 commit
  13. 02 Nov, 2016 2 commits
  14. 11 Oct, 2016 1 commit
  15. 10 Oct, 2016 4 commits
  16. 03 Oct, 2016 4 commits
  17. 21 Sep, 2016 2 commits
  18. 07 Sep, 2016 1 commit
  19. 05 Sep, 2016 1 commit
  20. 09 Aug, 2016 1 commit
  21. 07 Aug, 2016 1 commit
    • Luke Childs's avatar
      nvm plugin improvements (#5265) · a7de0fab
      Luke Childs authored
      * Export $NVM_DIR if it doesn't exist and use it when looking for nvm
      * Use $NVM_DIR when looking for nvm for completion
      * Use $NVM_DIR when looking for nvm in nvm_prompt_info
      a7de0fab
  22. 01 Aug, 2016 1 commit
    • Steven's avatar
      Updated git_commits_ahead function (#5247) · 61981951
      Steven authored
      * Function wasn't returning correct value
      * Updated underlying git command
      * Kept echo command from previous function for backwards compatibility
      * Kept function consistent with git_commits_behind
      61981951