1. 18 Jun, 2018 1 commit
    • Elton Chen-Yu Ho's avatar
      Fix zshrc alias when $EDITOR uses parameters (#6146) · 0d80e9b4
      Elton Chen-Yu Ho authored
      According to #5003
      
      if one exports EDITOR with parameters, say:
      `export EDITOR='subl -w'`
       
      running command:
      `zshrc`
       
      will result in:
      `zsh: command not found: subl -w`
      
      This can be fixed by updating common-aliases.plugin.zsh line 16 with:
      `alias zshrc='${=EDITOR} ~/.zshrc' # Quick access to the ~/.zshrc file`
      
      Fixes #5003
      0d80e9b4
  2. 02 Nov, 2016 4 commits
  3. 08 Oct, 2016 1 commit
  4. 11 Dec, 2015 1 commit
  5. 06 May, 2015 1 commit
  6. 10 Feb, 2015 1 commit
  7. 13 Sep, 2014 1 commit
  8. 24 May, 2014 2 commits
  9. 22 Mar, 2014 1 commit
  10. 12 Jun, 2013 1 commit
  11. 11 Jun, 2013 1 commit