Commit graph

2,042 commits

Author SHA1 Message Date
Peter Jaros
571cf559bb Move example plugin to the custom plugins dir. 2014-11-28 14:35:57 +01:00
cmar
eea47ce81b command to restart pow process 2014-11-28 14:35:52 +01:00
Derek Wyatt
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. 2014-11-28 14:35:52 +01:00
Derek Wyatt
54554364a6 Updated the README to include documentation on the postCallVim callout 2014-11-28 14:35:52 +01:00
Derek Wyatt
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 2014-11-28 14:35:52 +01:00
Piotr Solnica
8436e7c622 [themes/josh] Use $(current_branch) in prompt 2014-11-28 14:35:52 +01:00
Derek Wyatt
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 2014-11-28 14:35:52 +01:00
Derek Wyatt
208997f78f A plugin that makes it easier to interact with the (single) running instance of gvim 2014-11-28 14:35:52 +01:00
cmar
2108da8a26 added powed command to list pow urls 2014-11-28 14:35:52 +01:00
William Ting
7ebaed620f fix gnzh theme to detect local rvm installations 2014-11-28 14:35:52 +01:00
Tom Morris
6353281c78 Added link to wiki page for plugins to README.
The wiki is more readable than going to the plugins directory.
2014-11-28 14:35:51 +01:00
David Lee
a44ca3d513 Add gem build autocompletion 2014-11-28 14:35:51 +01:00
Max Masnick
fe6cd1e03e clean up rbenv support for 'fino' theme 2014-11-28 14:35:51 +01:00
William Roe
aafb669a42 Add completion for pip install -r - so that it autocompletes requirements filenames 2014-11-28 14:35:46 +01:00
Jeff McClure
18dd6b09e8 [JM] Removed LSCOLOR Declaration for Wider Support 2014-11-28 14:35:46 +01:00
Jeff McClure
7cf4d04d57 Added New Theme: sonicradish (256 colors)
Forked from muse theme and inspired by mustang vim theme

Dark Background and Solarized Dark look great [ tested on OS X ]

Screenshot: https://img.skitch.com/20120221-eb1cxey5aun84tb1ak7fm376k.png

muse: https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/muse.zsh-theme
mustang: http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484
2014-11-28 14:35:46 +01:00
John Barker
46a6ce77a9 Added a peepcode theme 2014-11-28 14:35:46 +01:00
Rach Belaid
296b9ef3aa change the color of arrow when the command line return an error 2014-11-28 14:35:46 +01:00
Philip Hofstetter
67c973d382 correctly handle path names with spaces 2014-11-28 14:35:46 +01:00
Philip Hofstetter
5b6eb1d3be make pygmalion theme use two lines when needed
if the length of the prompt (excluding color escapes) exceeds 40
characters, emit the arrow prompt on its own line

This helps a lot on smaller terminals
2014-11-28 14:35:46 +01:00
Daniel Hahler
d256447474 setopt append_history is not necessary.
Especially given the inc_append_history option, it is not necessary to
set the (default) append_history option.
2014-11-28 14:35:46 +01:00
Max Masnick
94fcae9bb0 update fino theme to work with rbenv
also fix bug where prompt char did not reflect
whether or not you were in a git repo.
2014-11-28 14:35:46 +01:00
Wael Nasreddine
d941a17ee4 Add zsh_reload which provides src function, this function will source .zshrc and rebuilds cache 2014-11-28 14:32:38 +01:00
Fredrik Wallgren
26f757e3e4 Update the script to account for the changes in 0.1.7 where .gas is a directory 2014-11-28 14:32:38 +01:00
Tristan Carel
e1c1bff90b Do not overwrite EDITOR environment variable if already defined. 2014-11-28 14:32:38 +01:00
Tristan Carel
e50cc5162d Comment 2014-11-28 14:32:38 +01:00
Tristan Carel
5e0f0bf93b Fix builtin `ecd' when file path contains space characters. 2014-11-28 14:32:38 +01:00
Jason Whittle
8eb82f1f51 Change default zshrc to export $ZSH (as required by check_for_upgrade.sh). 2014-11-28 14:32:38 +01:00
Marco A. Peraza
9a7dc14a8a Show if you're ahead of remote in the wedisagree theme 2014-11-28 14:32:38 +01:00
Tristan Carel
f79e38fef8 New function efile 2014-11-28 14:32:38 +01:00
Randy Hancock
a1c07b7554 Fix edit-command-line binding
This binding doesn't work when the edit-command-line.zsh file is loaded
after the key-bindings.zsh file because 'bindkey -e' in key-bindings.zsh
resets the binding. Moving the bindings to they key-bindings.zsh file
and removing edit-command-line.zsh.
2014-11-28 14:32:38 +01:00
Justin Riley
765aa0cac2 add git-prompt plugin from olivierverdier/zsh-git-prompt 2014-11-28 14:32:38 +01:00
Tristan Carel
ff660f5cb3 Fix indentation 2014-11-28 14:32:37 +01:00
Tristan Carel
f384e8f329 Fix alias `eeval' 2014-11-28 14:32:37 +01:00
Tristan Carel
9a07d416b5 - Fix pass of parameters
- Add new function `ecd'.
2014-11-28 14:32:37 +01:00
Tristan Carel
4685104ec6 More comments 2014-11-28 14:32:37 +01:00
benjaoming
1934d9ad38 Throw an error message when $WORKON_HOME is not set
Took me a while to figure this one out, and I have a default installation of virtualenvwrapper -- this is a soft fix, just put an error message. But perhaps the fix should be to use the default value `~/.virtualenvs`.
2013-11-22 11:48:13 +01:00
Robby Russell
9f5a895192 Merge pull request #2084 from mekanics/update-pod-plugin
updated the arguments list to the newest version (0.27.1) of cocoapods
2013-11-16 08:55:18 -08:00
Robby Russell
d7418f2b66 Merge pull request #2253 from eddiemonge/patch-1
no tabs in a space-d file
2013-11-16 08:52:17 -08:00
Robby Russell
06021ccad7 Merge pull request #2209 from quodlibetor/pip-caching-fixes
pip: successfully cache all the packages
2013-11-16 08:51:02 -08:00
Robby Russell
72aa4ddb10 Merge pull request #2257 from mfaerevaag/master
Added wd plugin
2013-11-16 08:49:37 -08:00
Markus Færevaag
6f48f586ba Added wd plugin 2013-11-16 02:15:17 +01:00
Eddie Monge
3930a63253 no tabs in a space-d file 2013-11-14 16:17:23 -08:00
Robby Russell
7a7eda1287 Merge pull request #2219 from Profpatsch/theme-agnoster
Forgot one symbol for hg.
2013-11-13 13:28:44 -08:00
Robby Russell
1cc1906347 Merge pull request #2244 from marcoccchan/master
Use environment specific open command when creating a new Jira issue.
2013-11-13 13:28:01 -08:00
Robby Russell
8ab841116b Merge pull request #2218 from wari/linuxonly-rename
`linuxonly` doesn't work unless renamed properly
2013-11-12 19:40:09 -08:00
Robby Russell
2b214f157c Merge pull request #2239 from santagada/master
agnoster theme not showing virtualenv status
2013-11-12 19:35:25 -08:00
Robby Russell
a4f4ed037a Merge pull request #2243 from sabarishcrri/bundle_plugin_nobundle_fix
bundle plugin throwing error when bundle is not in path while initializing
2013-11-12 19:34:09 -08:00
Robby Russell
0f380eab33 Merge pull request #2245 from cadusk/p3
python3 clean updated.
2013-11-12 19:33:37 -08:00
Carlos Cardoso
c6dce05fab python3 clean updated. 2013-11-12 22:55:28 -02:00