- 24 May, 2014 2 commits
- 16 May, 2014 1 commit
- 
- 
Robby Russell authoredSupport new Vagrant commands 
 
- 
- 15 May, 2014 1 commit
- 
- 
Ingo Renner authored
 
- 
- 06 May, 2014 4 commits
- 
- 
Ingo Renner authoredVagrant 1.6 introduced the `global-status` command which allows to get a quick overview of all active Vagrant environments for the currently logged in user. 
- 
Ingo Renner authoredVagrant 1.5 added Vagrant Cloud to share boxes. Some boxes may be protected, the `login` command allows to access those protected boxes from Vagrant Cloud. 
- 
Ingo Renner authoredVagrant 1.5 introduced Vagrant Share to allow remote access to a Vagrant environment. This adds support for the `share` and `connect` commands. 
- 
Ingo Renner authoredVagrant 1.6 introduces a couple new commands, including the `version` command. The `version` command shows the currently installed version information and also checks for new updates available. 
 
- 
- 19 Apr, 2014 10 commits
- 
- 
Robby Russell authoredUpdate to latest per-directory-history 
- 
Robby Russell authoredVarious fixes on zsh_reload plugin 
- 
Robby Russell authoredSpelling correction in itunes control function. 
- 
Robby Russell authoredCorrect redirection of stderr 
- 
Robby Russell authored`fc -l 1` instead of `history` in zsh_stats, fixes #2501 
- 
Robby Russell authoredMakes history-substring-search use term specific up and down buttons. 
- 
Robby Russell authoreddon't add --exclude-dir to GREP_OPTIONS on FreeBSD 
- 
Robby Russell authoredFix for Python3 
- 
Robby Russell authoredFix `docker rmi` tab completion 
- 
Javier Tejero authoredThis is exactly what happens on tab completion for docker rmi. This commit fixes that. ```sh $ docker rmi <hit TAB> _arguments:comparguments:312: invalid argument: __docker_images _arguments:comparguments:312: invalid argument: __docker_images _arguments:comparguments:312: invalid argument: __docker_images ``` 
 
- 
- 18 Apr, 2014 5 commits
- 
- 
Paweł Tomak authoredIn Python3 without universal_newlines set to True output from Popen was byte-encoded. 
- 
Dmitriy authored
- 
Marc Cornellà authored
- 
Benjamin Wong authoredSpelling correction in itunes control function. 
- 
Robby Russell authoredAdded git support for merging, rebasing, and bisecting to agnoster theme 
 
- 
- 05 Apr, 2014 1 commit
- 
- 
Robby Russell authoredRemove mailcatcher from bundler plugin 
 
- 
- 04 Apr, 2014 1 commit
- 
- 
DeLynn Berry authoredThe mailcatcher gem does not work correctly when executed through Bundler. 
 
- 
- 31 Mar, 2014 1 commit
- 
- 
Robby Russell authoredadd brew-cask plugin 
 
- 
- 30 Mar, 2014 1 commit
- 
- 
Henrik Holm authoredThe intention of the redirection to /dev/null is to hide the output 'hash: no such command: git' since we rely on the exit status. However, the output goes to stderr, so it's stderr that needs to be redirected. For completeness, we redirect both stderr and stdout using '2>&1'. Example: [~]$ hash git > /dev/null [~]$ PATH='' [~]$ hash git > /dev/null hash: no such command: git [~]$ hash git > /dev/null 2>&1 [~]$ 
 
- 
- 28 Mar, 2014 10 commits
- 
- 
Robby Russell authoredDocker autocomplete plugin is not up to date with recent versions. 
- 
Robby Russell authoredFix Emacs plugin 
- 
Robby Russell authoredFix escaping of $CMD of automatic title 
- 
Robby Russell authoredAllowing path with spaces in pow plugin 
- 
Robby Russell authoredPlugin: Rake-fast: Support both *nix and Darwin 
- 
Robby Russell authoredAdding a README.md for plugins/jsontools 
- 
Robby Russell authoredNew aliases for 'apt-get' and 'aptitude' as they were overwritten by lat... 
- 
Robby Russell authoredFixed typos + made wording more consistent in zshrc.zsh-template 
- 
Robby Russell authoredAdd README file to rake-fast plugin 
- 
Robby Russell authoredFix broken reverse-menu-complete keybinding. 
 
- 
- 27 Mar, 2014 1 commit
- 
- 
Bob Williams authoredadding urldecode_json to compliment urlencode_json and updating readme.md; slight tweak to urlencode_json from previous commit 
 
- 
- 26 Mar, 2014 2 commits
- 
- 
Bob Williams authored
- 
tcasparro authored<B> Designates Bisecting >M< Designates Merging >R> Designates Rebasing 
 
- 
