Pat Regan
|
757ebfcbd2
|
Moved the plugin fpath loop and compinit so they happen before custom scripts are loaded.
|
2011-04-12 17:50:15 -04:00 |
|
Pat Regan
|
6bf906a262
|
Optimize plugin loading so that only one call to compinit is required
|
2011-04-12 17:41:09 -04:00 |
|
Pat Regan
|
16ac094a43
|
Moved compinit call back to oh-my-zsh.sh, after plugins are loaded
|
2011-04-12 09:28:15 -04:00 |
|
Pat Regan
|
235733e5e2
|
Removed commented out code.
|
2011-04-08 11:12:21 -04:00 |
|
Pat Regan
|
ef4175981b
|
Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh
|
2011-04-08 11:10:14 -04:00 |
|
Pat Regan
|
993e05da50
|
Replace redundant calls to compinit with a single call.
|
2011-04-08 10:12:22 -04:00 |
|
Jakub Nawalaniec
|
2e9492969b
|
Completions are git subdommand-aware now
|
2011-04-03 11:01:48 -07:00 |
|
Jakub Nawalaniec
|
57f55e69ed
|
Zsh will now complete git aliases with git stuff
|
2011-04-03 11:01:48 -07:00 |
|
Robby Russell
|
05fc020a08
|
Merge branch 'disable_auto-title' of https://github.com/lorrin/oh-my-zsh into lorrin-disable_auto-title
|
2011-04-03 11:00:38 -07:00 |
|
Simon Elsbrock
|
2497c57976
|
fixed wget command in readme
github uses a wildcard certificate which is not accepted by wget
|
2011-03-24 09:47:48 +01:00 |
|
Lorrin Nelson
|
06063ab695
|
Introduce DISABLE_AUTO_TITLE option
|
2011-03-23 21:20:08 -07:00 |
|
Robby Russell
|
52df85440e
|
Revert "Re-order title/tab setting to make window titles work on OSX terminal which"
Was causing iTerm title to disappear entirely..
This reverts commit d4ea399b04 .
|
2011-03-16 12:20:35 -07:00 |
|
Robby Russell
|
23556491e6
|
Merge branch 'ssh-agent-append-host-to-environment' of https://github.com/trcjr/oh-my-zsh into trcjr-ssh-agent-append-host-to-environment
|
2011-03-16 08:05:19 -07:00 |
|
Robby Russell
|
bb3414ec00
|
Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into AlexBio-master
|
2011-03-16 08:03:23 -07:00 |
|
Robby Russell
|
fce2733fe9
|
Merge branch 'osx-terminal-title' of https://github.com/curiousstranger/oh-my-zsh into curiousstranger-osx-terminal-title
|
2011-03-16 08:01:29 -07:00 |
|
Robby Russell
|
bafa8cd980
|
Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into dbbolton-master
|
2011-03-16 07:59:18 -07:00 |
|
Robby Russell
|
af23a48a19
|
Merge branch 'feature/alias-completion' of https://github.com/shadowhand/oh-my-zsh into shadowhand-feature/alias-completion
|
2011-03-16 07:57:01 -07:00 |
|
Robby Russell
|
23588889a7
|
Merge branch 'master' of https://github.com/tjkirch/oh-my-zsh into tjkirch-master
|
2011-03-16 07:55:25 -07:00 |
|
Daniel Bolton
|
ce41d0e5bd
|
Add debian plugins file
|
2011-03-15 20:31:14 -04:00 |
|
Tom Kirchner
|
92cacc9552
|
No space before prompt char at beginning of line
|
2011-03-15 00:43:37 +00:00 |
|
Tom Kirchner
|
cb2362c006
|
Actually show return code on failure
|
2011-03-15 00:43:22 +00:00 |
|
Tom Kirchner
|
e1f37e311f
|
Sweet lightning bolt on uncommitted git changes
|
2011-03-15 00:42:51 +00:00 |
|
Tom Kirchner
|
1b7868adca
|
Remove unnecessary whitespace
|
2011-03-15 00:42:12 +00:00 |
|
Tom Kirchner
|
6654d5dd99
|
Make personal theme based on dst
|
2011-03-15 00:41:51 +00:00 |
|
Daniel Bolton
|
5bbd87a333
|
add Perl plugins file
|
2011-03-14 01:43:33 -04:00 |
|
Matt Cable
|
d4ea399b04
|
Re-order title/tab setting to make window titles work on OSX terminal which
doesn't support tabs titles.
|
2011-03-13 17:11:32 -06:00 |
|
Matt Cable
|
fa344733e5
|
Add completion for port command
|
2011-03-13 16:21:48 -06:00 |
|
Alessandro Ghedini
|
f90cb7e7b9
|
add 'deb' plugin with Debian's apt aliases
|
2011-03-12 16:25:27 +01:00 |
|
Alessandro Ghedini
|
a6b8bec8ec
|
add completion plugin 'cpanm' for cpanminus
|
2011-03-12 16:24:20 +01:00 |
|
Alessandro Ghedini
|
a2d0bd7c29
|
add 'lol' plugin (based on lolbash)
|
2011-03-12 16:23:55 +01:00 |
|
Woody Gilk
|
c3a58b0004
|
Enable alias completion, do not limit completion to just files
|
2011-03-11 21:44:12 -06:00 |
|
Theodore Robert Campbell Jr
|
9d991a5080
|
ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nfs shared homes.
|
2011-03-01 01:38:12 -05:00 |
|
Robby Russell
|
746a10368a
|
Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master
|
2011-02-21 22:05:56 -08:00 |
|
Robby Russell
|
4ef3bb4847
|
Merge branch 'refactor-term' of https://github.com/nel/oh-my-zsh into nel-refactor-term
|
2011-02-21 22:00:05 -08:00 |
|
Robby Russell
|
4378d85934
|
Merge branch 'master' of https://github.com/medwezys/oh-my-zsh into medwezys-master
|
2011-02-21 21:57:03 -08:00 |
|
Robby Russell
|
d1d14e6ea6
|
Merge branch 'osx' of https://github.com/benlangfeld/oh-my-zsh into benlangfeld-osx
|
2011-02-21 21:55:27 -08:00 |
|
Robby Russell
|
aca392bebd
|
Merge branch 'master' of https://github.com/Soliah/oh-my-zsh into Soliah-master
|
2011-02-21 21:52:12 -08:00 |
|
Robby Russell
|
6a3f406468
|
Merge branch 'lib-git' of https://github.com/sorin-ionescu/oh-my-zsh into sorin-ionescu-lib-git
|
2011-02-21 21:50:36 -08:00 |
|
Robby Russell
|
6235467421
|
Merge branch 'master' of https://github.com/nanotech/oh-my-zsh into nanotech-master
|
2011-02-21 21:49:05 -08:00 |
|
Robby Russell
|
9d941d0544
|
Merge branch 'theme-sorin' of https://github.com/sorin-ionescu/oh-my-zsh into sorin-ionescu-theme-sorin
|
2011-02-21 21:47:26 -08:00 |
|
Robby Russell
|
9ddff75972
|
Merge branch 'master' of https://github.com/Nemo157/oh-my-zsh into Nemo157-master
|
2011-02-21 21:46:26 -08:00 |
|
Robby Russell
|
452eeed890
|
Merge branch 'nicoulaj-theme' of https://github.com/nicoulaj/oh-my-zsh into nicoulaj-nicoulaj-theme
|
2011-02-21 21:45:00 -08:00 |
|
Ben Langfeld
|
6467e90efb
|
Add iTerm version of tab function (itab)
|
2011-02-18 13:11:24 +00:00 |
|
Ben Langfeld
|
c52fea8082
|
Make a cleaner version of the OS X tab function
|
2011-02-18 13:11:24 +00:00 |
|
Myron Marston
|
6b610d7dd8
|
Add bundler plugin with aliases.
|
2011-02-15 11:27:25 -08:00 |
|
Wim
|
ab1cbe9038
|
Should use https for all GitHub urls.
|
2011-02-14 01:19:01 -08:00 |
|
Tadas Tamošauskas
|
6b5c4e27b2
|
fixed typo in rails3 plugin and added one alias for migrating and redoing migration if it was successful
|
2011-02-13 11:05:12 +00:00 |
|
NanoTech
|
143dd165e9
|
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
|
2011-02-05 23:51:05 -06:00 |
|
Sorin Ionescu
|
90a9a5f251
|
Added modified while newly added and type change detection to git prompt modified status.
|
2011-02-03 23:24:33 -05:00 |
|
Christopher Chow
|
cc90e3aa06
|
Fixed auto update.
Paramater substitution instead of command subsitution was being used
causing the calculation of time since last check to be incorrect.
|
2011-02-04 11:33:20 +11:00 |
|