Commit graph

  • 9a97fae1e9 Fix /bin/sh compatibility issue in install.sh Sergey Lukin 2012-11-09 23:53:22 +02:00
  • 96cd8784be Replace hardcoded key escape sequeneces with dynamic ones from terminfo. Felix Dreissig 2012-10-14 02:32:48 +02:00
  • 9f2dd08ad5 Make sure the terminal is always in application mode when zle is active. Felix Dreissig 2012-10-14 00:07:47 +02:00
  • e643795ac8 Don't clobber standard Esc+. behavior Mat Schaffer 2012-03-17 22:03:01 -03:00
  • 132ec7ec0b forgot to save before committing. doh Kyle West 2012-01-30 23:04:06 -05:00
  • 407862cddf Added documentation to key bindings. Kyle West 2012-01-30 22:51:58 -05:00
  • 6de8336312 Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details. cybozuty 2012-09-03 15:31:54 +09:00
  • 5201565ce7 application completion fred-o 2012-08-03 10:15:01 +02:00
  • 3d559f2c6f library completion fred-o 2012-08-03 10:02:27 +02:00
  • c76adcbc4c in hindsight, this is probably a bad idea fred-o 2012-08-03 10:02:19 +02:00
  • 9c0ae58ce3 completion of targets fred-o 2012-07-31 16:59:56 +02:00
  • 2488e68503 instance and cluster completion fred-o 2012-07-31 15:02:12 +02:00
  • 1ac84b593d node completion fred-o 2012-07-24 16:16:55 +02:00
  • 5309487811 help command, node completion fred-o 2012-07-24 12:15:36 +02:00
  • 9a5ac832b8 added _files values for certain options fred-o 2012-07-13 16:24:45 +02:00
  • a4ea342a77 completion options fred-o 2012-07-13 12:08:41 +02:00
  • 4e1b4da20f added alias fred-o 2012-07-12 14:17:59 +02:00
  • ea9e1e8ff6 added completions for all known arguments to all known commands fred-o 2012-07-12 14:05:33 +02:00
  • ed08254880 apparently, this file must exist for the plugin to load fred-o 2012-07-10 14:57:59 +02:00
  • 2913a83603 added completion for all asadmin subcommands fred-o 2012-07-10 14:49:32 +02:00
  • e5032a9adc Remove debug info mapc 2012-06-30 05:37:10 +02:00
  • f3dcfeb17e Dynamicly generate completion functions to support changing apt_pref mapc 2012-06-30 04:44:26 +02:00
  • 9995693ab6 Add myself to the authors list mapc 2012-06-30 01:44:08 +02:00
  • 917f4facb8 Use a static apt-get where only apt-get works mapc 2012-06-30 01:42:47 +02:00
  • 953be4dd4f Add completion instructions for apt/aptitude commands mapc 2012-06-30 01:42:35 +02:00
  • 96d2dcac37 avoid VCS folders nXqd 2012-06-14 08:06:36 +03:00
  • 696db422f9 Enhance handleing of spaces in filenames mapc 2012-05-06 22:26:12 +02:00
  • 05026eea40 Add the fastfile plugin mapc 2012-05-06 00:05:22 +02:00
  • 3f676dcd6e Make (s)xf not search in current dir mapc 2012-05-13 10:23:20 +02:00
  • fc064f5163 Make grep recoursive mapc 2012-05-13 10:22:45 +02:00
  • c76c9a7163 Enhance file find mapc 2012-05-29 03:07:15 +02:00
  • ab7d1678f4 Add Man mapc 2012-05-10 09:35:29 +02:00
  • 4594b97b2c Add file finders mapc 2012-05-10 09:21:50 +02:00
  • 5729d57988 Enhance writing routines mapc 2012-05-05 16:17:26 +02:00
  • 6dcd047aff env_defaul=>env_default mapc 2012-05-05 16:10:52 +02:00
  • 32f82c53c1 Add sudo without xargs shortcuts mapc 2012-05-05 16:08:40 +02:00
  • 7bb50528f8 Add pager shortcuts mapc 2012-05-05 16:07:05 +02:00
  • d023d9e6b4 Add download shortcuts mapc 2012-05-05 16:03:48 +02:00
  • 30606b34cc Add a description mapc 2012-05-05 10:58:55 +02:00
  • 5809e8da87 Add cat (+write, +append), enhance formatting mapc 2012-05-05 10:52:46 +02:00
  • 7986e00534 Add the singlechar plugin mapc 2012-05-05 00:05:50 +02:00
  • 8685353b1c Add helper to easily define default values for variables and env variables. mapc 2012-05-05 10:39:31 +02:00
  • 8a8a8a35bc Add helper to get the value of an alias only mapc 2012-05-05 10:39:05 +02:00
  • 571cf559bb Move example plugin to the custom plugins dir. Peter Jaros 2012-05-16 14:51:52 -04:00
  • eea47ce81b command to restart pow process cmar 2012-04-04 12:54:31 -04:00
  • 4282bf2789 Added an <esc> to the begining of everything. I ran something when I was in insert mode once and all it did was shove !args... into the buffer. <esc> first. Derek Wyatt 2012-04-01 15:41:39 -04:00
  • 54554364a6 Updated the README to include documentation on the postCallVim callout Derek Wyatt 2012-03-30 06:39:49 -04:00
  • 1b4a7cf581 Added an optional callout to the end of the interaction function. I put it in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on Derek Wyatt 2012-03-30 06:33:06 -04:00
  • 8436e7c622 [themes/josh] Use $(current_branch) in prompt Piotr Solnica 2012-03-23 20:31:13 +01:00
  • 5640ec4383 Fixed: If you callvim on a non-existant file with a relative path, the CWD of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case Derek Wyatt 2012-03-20 09:55:25 -04:00
  • 208997f78f A plugin that makes it easier to interact with the (single) running instance of gvim Derek Wyatt 2012-03-20 08:16:44 -04:00
  • 2108da8a26 added powed command to list pow urls cmar 2012-03-09 08:53:09 -05:00
  • 7ebaed620f fix gnzh theme to detect local rvm installations William Ting 2012-03-06 14:31:03 -10:00
  • 6353281c78 Added link to wiki page for plugins to README. Tom Morris 2012-03-05 11:55:30 +00:00
  • a44ca3d513 Add gem build autocompletion David Lee 2012-02-26 02:29:24 -08:00
  • fe6cd1e03e clean up rbenv support for 'fino' theme Max Masnick 2012-02-25 16:16:43 -05:00
  • aafb669a42 Add completion for pip install -r - so that it autocompletes requirements filenames William Roe 2012-02-23 14:11:52 +00:00
  • 18dd6b09e8 [JM] Removed LSCOLOR Declaration for Wider Support Jeff McClure 2012-02-21 00:45:33 -05:00
  • 7cf4d04d57 Added New Theme: sonicradish (256 colors) Jeff McClure 2012-02-20 22:37:23 -05:00
  • 46a6ce77a9 Added a peepcode theme John Barker 2012-02-20 19:05:27 -05:00
  • 296b9ef3aa change the color of arrow when the command line return an error Rach Belaid 2012-02-19 19:54:33 +00:00
  • 67c973d382 correctly handle path names with spaces Philip Hofstetter 2011-12-29 14:35:38 +01:00
  • 5b6eb1d3be make pygmalion theme use two lines when needed Philip Hofstetter 2011-12-28 15:54:47 +01:00
  • d256447474 setopt append_history is not necessary. Daniel Hahler 2011-12-16 14:21:45 +01:00
  • 94fcae9bb0 update fino theme to work with rbenv Max Masnick 2011-10-30 21:43:53 -04:00
  • d941a17ee4 Add zsh_reload which provides src function, this function will source .zshrc and rebuilds cache Wael Nasreddine 2011-10-20 13:10:20 +02:00
  • 26f757e3e4 Update the script to account for the changes in 0.1.7 where .gas is a directory Fredrik Wallgren 2011-10-15 23:31:27 +02:00
  • e1c1bff90b Do not overwrite EDITOR environment variable if already defined. Tristan Carel 2011-10-10 18:04:24 +02:00
  • e50cc5162d Comment Tristan Carel 2011-10-10 18:04:13 +02:00
  • 5e0f0bf93b Fix builtin `ecd' when file path contains space characters. Tristan Carel 2011-10-10 14:54:20 +02:00
  • 8eb82f1f51 Change default zshrc to export $ZSH (as required by check_for_upgrade.sh). Jason Whittle 2011-10-05 00:57:48 -03:00
  • 9a7dc14a8a Show if you're ahead of remote in the wedisagree theme Marco A. Peraza 2011-09-29 14:39:09 -04:00
  • f79e38fef8 New function efile Tristan Carel 2011-09-06 10:50:53 +02:00
  • a1c07b7554 Fix edit-command-line binding Randy Hancock 2011-08-01 10:10:42 -05:00
  • 765aa0cac2 add git-prompt plugin from olivierverdier/zsh-git-prompt Justin Riley 2011-04-28 15:05:52 -04:00
  • ff660f5cb3 Fix indentation Tristan Carel 2011-04-15 18:22:27 +02:00
  • f384e8f329 Fix alias `eeval' Tristan Carel 2011-04-15 18:21:22 +02:00
  • 9a07d416b5 - Fix pass of parameters - Add new function `ecd'. Tristan Carel 2011-04-15 18:13:01 +02:00
  • 4685104ec6 More comments Tristan Carel 2011-04-14 07:17:10 +02:00
  • 43aa3783f8 Merge pull request #2448 from gawashburn/master Robby Russell 2014-11-27 20:03:06 -08:00
  • 5acfdf5c90 Merge pull request #2871 from wrboyce/extract-pigz Robby Russell 2014-11-27 20:02:40 -08:00
  • 4610add16d Merge pull request #3092 from MWers/aws-brew-issue Robby Russell 2014-11-27 20:02:08 -08:00
  • 4c4f47a758 Merge pull request #3265 from thii/fix-yosemite-broken Robby Russell 2014-11-27 20:01:43 -08:00
  • 60a41a866a Merge pull request #3283 from jaapz/master Robby Russell 2014-11-27 20:01:28 -08:00
  • 9f4dfc0a23 Merge pull request #3309 from jarinudom/superjarin Robby Russell 2014-11-27 20:00:56 -08:00
  • a58d3196c0 Merge 4e49c31935 into 0222e77497 zezadas 2014-11-26 19:20:57 +00:00
  • 4e49c31935 Fix GREP_OPTIONS warnings zezadas 2014-11-26 19:18:07 +00:00
  • db8eacf6fd use pigz if available in extract plugin Will Boyce 2014-06-09 18:04:16 +01:00
  • d2c3fd4ec6 Merge branch 'master' of github.com:choener/oh-my-zsh Christian Hoener zu Siederdissen 2014-11-26 11:34:51 +01:00
  • e64718ef0f cjs is cactus jump slavescripts Gaetan Semet 2014-11-25 09:23:10 +01:00
  • f18f3c204d changes tinyhook 2014-11-24 21:50:47 -05:00
  • 7c115de497 made backup of zshrc tinyhook 2014-11-24 21:47:34 -05:00
  • 066511a099 added bash aliases tinyhook 2014-11-24 21:45:59 -05:00
  • 5a87d7eaa9 sync plugins with mac Gaetan Semet 2014-11-24 13:44:58 +01:00
  • f6cd211a6d stibb: enable colored-man Gaetan Semet 2014-11-24 13:44:17 +01:00
  • a32d89278a Merge remote-tracking branch 'upstream/master' Gaetan Semet 2014-11-24 13:43:37 +01:00
  • c54ab60a77 buildbot dev: alias crcsr Gaetan Semet 2014-11-24 13:40:28 +01:00
  • 4e577b505c Change to alias and rmove decaprated GREP_COLOR Ondřej Súkup 2014-11-24 13:08:39 +01:00
  • 0602c1ad00 gPum / gPgPum aliases Gaetan Semet 2014-11-24 11:11:55 +01:00
  • 1190097e4c cjx alias Gaetan Semet 2014-11-24 11:11:35 +01:00