1. 23 Jan, 2018 13 commits
  2. 14 Dec, 2017 1 commit
  3. 07 Dec, 2017 2 commits
  4. 04 Dec, 2017 1 commit
  5. 14 Nov, 2017 4 commits
    • Brandon Weaver's avatar
      Update ruby.plugin.zsh (#2117) · e273cf00
      Brandon Weaver authored
      Added some Gem command shorthands, and ruby shorthand
      e273cf00
    • catull's avatar
      With zsh 5.4 a simple "local FLAGS" meant as an array must be explicitly... · d792b111
      catull authored
      With zsh 5.4 a simple "local FLAGS" meant as an array must be explicitly declared so.  This fix avoids the dreaded "parse_git_dirty:3: FLAGS: attempt to assign array value to non-array". (#6414)
      
      d792b111
    • Michael Nikitochkin's avatar
      Fix the terraform function name (#6418) · 510d9074
      Michael Nikitochkin authored
      * Fix the terraform function name
      
      Current function name do worse. I always use `terr<TAB>` and before those prompt it was add space in the end. Now because we have multiple functions and binaries started with terraform there are no space.
      
      * Updated terraform readme
      
      Updated the name of new function name
      510d9074
    • Ning Sun's avatar
      Fixed Pacaur aliases (#6416) · 2bd24f7e
      Ning Sun authored
      `pacaur -Syua` only updated AUR pakcages, wihch is incompatible with semantics of `pacupg` and `yaupg`. Removing `-a` here it would work for both main repos and aur.
      2bd24f7e
  6. 11 Nov, 2017 1 commit
  7. 09 Nov, 2017 1 commit
  8. 08 Nov, 2017 3 commits
  9. 07 Nov, 2017 14 commits