1. 28 Jun, 2014 11 commits
  2. 10 Jun, 2014 2 commits
  3. 08 Jun, 2014 7 commits
  4. 07 Jun, 2014 2 commits
  5. 06 Jun, 2014 1 commit
  6. 04 Jun, 2014 4 commits
  7. 02 Jun, 2014 2 commits
  8. 29 May, 2014 4 commits
  9. 28 May, 2014 5 commits
  10. 26 May, 2014 1 commit
  11. 25 May, 2014 1 commit
    • Sean McCann's avatar
      Move aliases to 'custom' section of .zshrc template · 1ad1c527
      Sean McCann authored
      By convention, user-specific aliases are kept in each user's .zshrc
      file. The .zshrc template provided by oh-my-zsh has an area for example
      aliases, though these were being loaded before other aliases in libs, plugins,
      and themes. As a result, personal aliases could be overwritten by these
      other aliases as they are loaded. To make personal customization easier, the
      sample aliases section of the .zshrc template has been moved to the area
      dedicated for personal customization. This section of the configuration
      is processed after all other items are loaded, preventing personal aliases
      and exports from being inadvertently clobbered by oh-my-zsh.
      1ad1c527