Robby Russell
5eb5f7138a
Merge pull request #2511 from FloFra/master
...
Makes history-substring-search use term specific up and down buttons.
12 years ago
Robby Russell
8aa6e6a412
Merge pull request #2650 from kemko/patch-1
...
don't add --exclude-dir to GREP_OPTIONS on FreeBSD
12 years ago
Robby Russell
ee31abfb2d
Merge pull request #2729 from grodzik/master
...
Fix for Python3
12 years ago
Robby Russell
3b830aac8c
Merge pull request #2693 from javiertejero/master
...
Fix `docker rmi` tab completion
12 years ago
Javier Tejero
7949a1cd8d
Fix `docker rmi` tab completion
...
This 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
```
12 years ago
Paweł Tomak
cee52283d8
Fix for Python3
...
In Python3 without universal_newlines set to True
output from Popen was byte-encoded.
12 years ago
Dmitriy
9385b3ee0a
set exclude-dir or exclude grep flags only if available
12 years ago
Robby Russell
a9061f34d7
Merge pull request #2633 from redsunsoft/agnoster-theme-git-mode-addition
...
Added git support for merging, rebasing, and bisecting to agnoster theme
12 years ago
Robby Russell
f8f01262ab
Merge pull request #2685 from delynn/patch-2
...
Remove mailcatcher from bundler plugin
12 years ago
DeLynn Berry
7d696f79b8
Remove mailcatcher
...
The mailcatcher gem does not work correctly when executed through Bundler.
12 years ago
Robby Russell
00d6ef8a31
Merge pull request #2329 from pstadler/brew-cask
...
add brew-cask plugin
12 years ago
Robby Russell
70dfb91b98
Merge pull request #2663 from bobmaerten/docker-autocomplete-updates
...
Docker autocomplete plugin is not up to date with recent versions.
12 years ago
Robby Russell
fe73f8d5b1
Merge pull request #2651 from jehrhardt/fix-emacs
...
Fix Emacs plugin
12 years ago
Robby Russell
175310ae27
Merge pull request #2661 from mcornella/fix_title_tab_percent
...
Fix escaping of $CMD of automatic title
12 years ago
Robby Russell
ae0c6507e4
Merge pull request #2659 from simonc/allowing-pow-path-with-spaces
...
Allowing path with spaces in pow plugin
12 years ago
Robby Russell
861d380aa3
Merge pull request #2658 from leifcr/rake-fast-issue
...
Plugin: Rake-fast: Support both *nix and Darwin
12 years ago
Robby Russell
27c28a94af
Merge pull request #2647 from bobwilliams/master
...
Adding a README.md for plugins/jsontools
12 years ago
Robby Russell
78967b604d
Merge pull request #2656 from philenotfound/master
...
New aliases for 'apt-get' and 'aptitude' as they were overwritten by lat...
12 years ago
Robby Russell
a6b9597373
Merge pull request #2652 from lukehorvat/patch-1
...
Fixed typos + made wording more consistent in zshrc.zsh-template
12 years ago
Robby Russell
a5f6f72b66
Merge pull request #2660 from KevinBongart/add-readme-to-rake-fast
...
Add README file to rake-fast plugin
12 years ago
Robby Russell
9c1241a680
Merge pull request #2662 from aeriksson/master
...
Fix broken reverse-menu-complete keybinding.
12 years ago
Bob Williams
400643ff5b
adding urldecode_json to compliment urlencode_json and updating readme.md; slight tweak to urlencode_json from previous commit
12 years ago
Bob Williams
0605d53fa7
adding urlencode_json and associated README.md details
12 years ago
tcasparro
53323abdb1
Added git mode support for merging, rebasing, and bisecting
...
<B> Designates Bisecting
>M< Designates Merging
>R> Designates Rebasing
12 years ago
Bob Maerten
76e1edf31f
Matching autocomplete for Docker v0.9.1
...
Many deprecations since 0.8 and new commands.
12 years ago
Andre Eriksson
9650861e56
Fix broken reverse-menu-complete keybinding.
...
Since e537ee9 , the reverse-menu-complete keybinding has no longer been
properly bound (it was accidentally bound to the delete key).
This commit again binds it to shift-tab.
12 years ago
Bob Williams
982b534ce8
adding the is_json tool and associated readme.md details
12 years ago
Marc Cornellà
5137e0e509
Escape % in $CMD variable
...
Fixes formatting on some rare cases when a percent ends up
in the $CMD variable, like these below:
- When assigning a variable, $CMD ends up with the second parameter;
in this case, $CMD will contain '+%s%N', messing with the syntax:
$ a=`date +%s%N`
- A function (or command in general) that contains a percent symbol:
$ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%()
$ to% 2 of 10 # $CMD=to%
12 years ago
Kevin Bongart
7b08f494e3
Add README file to rake-fast plugin
12 years ago
Simon Courtois
015b742153
Allowing path with spaces in pow plugin
...
This commit allows for paths with spaces to be symlinked
in Pow.
If an application is located in a folder like `/some path/to the/app`
the powit command would fail when it shouldn't. It's not the case
anymore.
12 years ago
Patrick Stadler
9eadaf562a
brew-cask plugin: use spaces instead of tabs
12 years ago
Phil Eichinger
aec73f6cb1
Merge branch 'master' of github.com:philenotfound/oh-my-zsh
12 years ago
Phil Eichinger
44467877a8
New aliases for 'apt-get' and 'aptitude' as they were overwritten by later aliases
12 years ago
Bob Williams
64bb1a255a
adding support for node
12 years ago
Bob Williams
a3b357abd8
Adds command line aliases useful for dealing with JSON
12 years ago
LFDM
94a5cc5c63
Updates spectrum.zsh
12 years ago
ncanceill
732bca071e
$ZSH is the OMZ installation folder, not configuration
12 years ago
ncanceill
2697a18257
mention $ZSH_CUSTOM as suggested in #2295
12 years ago
ncanceill
ffd5cb20ee
suggest setting $LANG to fix #1286 and fix #1823
12 years ago
Marc Cornellà
c0e3c553bc
Fix export syntax of $GREP_OPTIONS
...
Fixes #2641 , #2642
12 years ago
cybozuty
c1ada7a938
Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
12 years ago
fred-o
8194aa9554
application completion
12 years ago
fred-o
bc02c28b73
library completion
12 years ago
fred-o
0f32083163
in hindsight, this is probably a bad idea
12 years ago
fred-o
ee3a20a3dc
completion of targets
12 years ago
fred-o
fd3d5bfb74
instance and cluster completion
12 years ago
fred-o
6d7d131a3c
node completion
12 years ago
fred-o
f88b6bdc51
help command, node completion
12 years ago
fred-o
95f83193da
added _files values for certain options
12 years ago
fred-o
9b4cf96ac0
completion options
12 years ago