1. 28 Jun, 2014 10 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 2 commits
    • 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
    • pangratz's avatar
      Fix function/alias naming clash between bower and bundle plugin · c0b094cf
      pangratz authored
      Since the `bower` plugin specifies a `bi` alias and `bundle` plugin
      specifies a `bi` function, there is a name clash when using both
      plugins, which results in the message "Can't 'bundle install' outside a
      bundled project" when trying to execute `bower`.
      
      This adresses #2486
      c0b094cf