1. 27 Mar, 2018 2 commits
  2. 18 Mar, 2018 2 commits
  3. 09 Mar, 2018 8 commits
  4. 23 Feb, 2018 1 commit
  5. 23 Jan, 2018 13 commits
  6. 14 Dec, 2017 1 commit
  7. 07 Dec, 2017 2 commits
  8. 04 Dec, 2017 1 commit
  9. 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
  10. 11 Nov, 2017 1 commit
  11. 09 Nov, 2017 1 commit
  12. 08 Nov, 2017 3 commits
  13. 07 Nov, 2017 1 commit
    • Aviv A. Rosenberg's avatar
      Plugin for iTerm2 (#3790) · 85401d48
      Aviv A. Rosenberg authored
      * Plugin for iTerm2 on OSX
      
      iTerm2 is a popular terminal emulator for OSX (https://www.iterm2.com).
      
      The plugin currently implements one function, iterm2_profile, which
      allows easily changing the currently selected user settings profile,
      without creating a new tab or window, just by calling the function.
      
      For example, this is handy for switching from a dark to a light colored
      profile without having to re-open anything.
      
      In addition, it also works within tmux running inside iTerm2.
      
      * iTerm2 Plugin: Run any iTerm2 command
      
      Refactored the plugin so that it can run arbitrary iTerm2 commands.
      Should work with any of the supported commands, see
      https://iterm2.com/documentation-escape-codes.html
      
      * iTerm2 Plugin: Add functions to change tab color
      85401d48