1. 08 Sep, 2019 2 commits
  2. 03 Sep, 2019 1 commit
    • Braxton Schafer's avatar
      Fix bad function definitions in Debian plugin · b3d3ce8a
      Braxton Schafer authored
      There appears to be a definition issue for some functions/aliases which
      result in the following errors when sourcing .zshrc:
      
      ```
      /home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: defining function based on alias `abd'
      /home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: parse error near `()'
      ```
      
      Fixes #7986
      b3d3ce8a
  3. 02 Sep, 2019 2 commits
  4. 27 Aug, 2019 2 commits
  5. 23 Aug, 2019 3 commits
  6. 22 Aug, 2019 1 commit
  7. 20 Aug, 2019 1 commit
  8. 19 Aug, 2019 4 commits
  9. 13 Aug, 2019 1 commit
  10. 07 Aug, 2019 1 commit
  11. 03 Aug, 2019 1 commit
  12. 31 Jul, 2019 1 commit
  13. 27 Jul, 2019 1 commit
  14. 22 Jul, 2019 1 commit
  15. 17 Jul, 2019 1 commit
  16. 11 Jul, 2019 1 commit
  17. 01 Jul, 2019 1 commit
  18. 27 Jun, 2019 1 commit
  19. 26 Jun, 2019 1 commit
  20. 15 Jun, 2019 4 commits
  21. 12 Jun, 2019 1 commit
  22. 11 Jun, 2019 1 commit
  23. 09 Jun, 2019 1 commit
  24. 08 Jun, 2019 1 commit
  25. 07 Jun, 2019 2 commits
  26. 01 Jun, 2019 1 commit
    • Michael Morgan's avatar
      fasd: update `v` alias to evaluate $EDITOR lazily (#7900) · 27228d83
      Michael Morgan authored
      For the `v` alias to work in its current state, the environment variable
      EDITOR must already be defined by the time `source $ZSH/oh-my-zsh.sh`
      happens. However, in the included zshrc template, EDITOR is set from
      within the "User configuration" section, which begins immediately after
      the above line. This means that, unless the user knows to move their
      `export EDITOR` statements, EDITOR will be undefined when fasd.plugin.zsh
      loads, and therefore the alias will have the value 'f -e ""', preventing
      it from functioning.
      
      With this change, `"$EDITOR"` will be evaluated each time the alias is
      invoked, instead of just once when the alias is created. This allows for
      EDITOR to be set from "User configuration" in the zshrc, and has the
      additional flexibility of allowing a user to specify a different EDITOR
      for a single session or invocation of the alias.
      27228d83
  27. 28 May, 2019 1 commit
  28. 27 May, 2019 1 commit