1. 02 Jul, 2018 1 commit
  2. 01 Jul, 2018 1 commit
  3. 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
  4. 26 May, 2018 2 commits
  5. 07 May, 2018 1 commit
  6. 24 Apr, 2018 1 commit
  7. 22 Apr, 2018 8 commits
  8. 15 Apr, 2018 1 commit
  9. 23 Jan, 2018 1 commit
  10. 14 Nov, 2017 1 commit
  11. 30 Dec, 2016 2 commits
  12. 15 Nov, 2016 1 commit
  13. 03 Nov, 2016 1 commit
  14. 02 Nov, 2016 2 commits
  15. 11 Oct, 2016 1 commit
  16. 10 Oct, 2016 4 commits
  17. 03 Oct, 2016 4 commits
  18. 21 Sep, 2016 2 commits
  19. 07 Sep, 2016 1 commit
  20. 05 Sep, 2016 1 commit
  21. 09 Aug, 2016 1 commit
  22. 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