1. 03 Jun, 2019 20 commits
  2. 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
  3. 28 May, 2019 1 commit
  4. 27 May, 2019 1 commit
  5. 26 May, 2019 1 commit
  6. 25 May, 2019 4 commits
  7. 24 May, 2019 1 commit
  8. 21 May, 2019 4 commits
  9. 20 May, 2019 1 commit
  10. 19 May, 2019 2 commits
  11. 17 May, 2019 1 commit
  12. 16 May, 2019 1 commit
  13. 11 May, 2019 1 commit
  14. 10 May, 2019 1 commit