Squashed commit of the following + cleanup afterwards:
commit
80a603259657acab97badbae20003b5a34c901f9
Merge:
07c19b6 e4624c6
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 31 05:27:46 2012 -0800
Merge pull request #1510 from agnoster/agnoster-classic
agnoster "classic"
commit
07c19b66d37735ec10b2915abdd85f203ea85295
Merge:
c5ecb4e a09cd71
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 31 05:26:40 2012 -0800
Merge pull request #1517 from thisiskun/master
provide the unbundled commands
commit
c5ecb4e13691404a4555dbf6fa72fe411d463ad9
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 31 05:25:07 2012 -0800
Fixes #1489
Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes"
This reverts commit
8f89d4d5a5d584bae288d8111d83a6489a1369dc.
commit
a09cd713b4297b6720dc7c444cdcdbd8d3b9fb1a
Author: thisiskun <chenchaokun@gmail.com>
Date: Mon Dec 24 17:27:23 2012 +0800
add unbundled command
commit
e4624c6a36a48dbae2d16241ee39ee14ce003f9f
Author: Isaac Wolkerstorfer <i@agnoster.net>
Date: Fri Dec 21 11:33:23 2012 -0500
Revert "agnoster theme shows error code instead of an "x""
This reverts commit
f09af5717923cca4e5c538e14846ea4816295949.
It is far more aesthetically pleasing, and conveys the correct amount of information. The exact numeric status code is extremely rarely of use, and increases cognitive parsing burden on the user.
(cherry picked from commit
8f664edcaf55adcc540f0fe43d4205b66e4f9fb6)
commit
397c085a19a22f6be515665835d09a2505cb3f23
Merge:
bc7157b 1b91c84
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 9 09:04:02 2012 -0800
Merge pull request #1473 from bsteuber/fix-git-flow-feature-completion
use feature names instead of failing branch names in "git flow feature"
commit
bc7157ba75ad963c3fa7a3b382962ef2a1082441
Merge:
d8162cd f3fea45
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 9 09:03:32 2012 -0800
Merge pull request #1475 from westonplatter/master
fixes #1474 add zeus to bundle exec list
commit
d8162cdded893abd83b31a8107ee604ecd45c719
Merge:
6d7a275 b9a989f
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 9 09:03:02 2012 -0800
Merge pull request #1477 from madsgraphics/git_prompt_showstashstate
Add Stash toogle to display if there's some stash or not in `git_prompt_status`
commit
b9a989fea5f0462b3ced71a33abd3cec3e7809cb
Author: MAD <ecrire@madsgraphics.com>
Date: Fri Dec 7 10:07:45 2012 +0100
Add Stash toogle to display if there's some stash or not in `git_prompt_status`
commit
f3fea45dd2c8208cd951e813b82453d38aea3539
Author: Weston Platter <weston.platter@novu.com>
Date: Thu Dec 6 18:28:41 2012 -0600
fixes #1474 add zeus to bundle exec listx
commit
1b91c84d2b49f00b64e5b6048678c5d4f26cd971
Author: Benjamin Teuber <bsteuber@gmail.com>
Date: Thu Dec 6 14:09:09 2012 +0100
use feature names instead of failing branch names in "git flow feature"
commit
6d7a275972918bf535e80a688914ba8f39f65110
Merge:
046fc5a 98ecfa4
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 5 07:21:33 2012 -0800
Merge pull request #1084 from avit/bwana-plugin
Bwana plugin for reading man pages in the browser
commit
046fc5a1d82cdbc549263a5a343c35dd31569477
Merge:
083da66 605ad87
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 5 07:19:18 2012 -0800
Merge pull request #1133 from mappleconfusers/
605ad8725b06cc15f8523404f59060b6a71bb7a2
Cat alias: :3
commit
083da66c0b735f281299c05a192af665bae8d09a
Merge:
ed5d2ff 3dd3c1f
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 5 07:16:36 2012 -0800
Merge pull request #1139 from mappleconfusers/pull_req_git
Add aliases for git-remote
commit
ed5d2fff1ff036719c61078309ad55a23230baa5
Merge:
dc2558c bb34abd
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 5 07:15:34 2012 -0800
Merge pull request #1233 from mugenken/knife-check-cwd
check for knife.rb in cwd
commit
dc2558c52d295a679b464d184821905572f4b991
Merge:
4154ecc f7fc164
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 5 07:14:29 2012 -0800
Merge pull request #1467 from timothyandrew/patch-1
Added a `migrate` alias.
commit
4154eccb314b81f7695d5226f701daa504a21739
Merge:
178bce2 6c5e630
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 5 07:14:13 2012 -0800
Merge pull request #1468 from larrylv/unset-config-file-variable
Unset `config_file` variable in oh-my-zsh.sh
commit
6c5e63022d9f8c0c9a930b0110da3a4b8fee6cf0
Author: Larry Lv <larrylv1990@gmail.com>
Date: Wed Dec 5 16:13:53 2012 +0800
Unset `config_file` variable in oh-my-zsh.sh
`config_file` variable will mess up with `cd` auto-complete command.
eg. I have a local dir named `Code`, and when I type `cd co<Tab>`,
config_file will show up, and doesn't make any sense...
commit
f7fc164377f3f5243c9aade09e4d17efc60ffc47
Author: Timothy Andrew <tim@timothyandrew.net>
Date: Wed Dec 5 08:21:42 2012 +0530
Added a `migrate` alias.
It migrates the DB and prepares the test DB.
commit
178bce287ea26e5052091e66415521703848d5da
Merge:
63deae3 0118b5b
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 08:27:13 2012 -0800
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
0118b5b759f3471478065b2163250852b7fa8c73
Merge:
78e3f38 61e708f
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:56:59 2012 -0800
Merge pull request #1248 from grahamc/add-symfony
Adding a symfony plugin, for symfony 1
commit
78e3f38db77701b74073539629d636ac5ad3a67b
Merge:
d100354 a3c2a2f
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:56:43 2012 -0800
Merge pull request #1258 from caio/git-branch-status
Add branch status support to git_prompt_status
commit
d100354d0d2a8e62c735dcc6db92fb1f0b9edb0c
Merge:
462136a 4a813cf
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:55:25 2012 -0800
Merge pull request #778 from rschmukler/plugin-osx
Added vsplit_tab and split_tab for iTerm.
commit
462136a9d6188f4928d9a58a9421ebccdca293c9
Merge:
5aed0ae dafef0b
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:52:32 2012 -0800
Merge pull request #794 from markdrago/cloud_parameter
add ability to set custom prefix for cloud theme
commit
5aed0aed4e24a6c4dd574f728f45e39907f30c5a
Merge:
d88fad3 52733cb
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:45:17 2012 -0800
Merge pull request #875 from ttddyy/prompt_git-remove
prompt git-rm as deleted
commit
d88fad3392e3e70b49aea01f8df768e8962d99ad
Merge:
24188fd 8f89d4d
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:45:01 2012 -0800
Merge pull request #880 from darrenclark/fix-mac-terminal-app-echo-issue
Fixed Mac OS X Terminal.app related issue with extra newlines echoed
commit
24188fda800936b1abcbb37d9f9a7cff841215f8
Merge:
dbeb74e 8088e8a
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:39:49 2012 -0800
Merge pull request #1181 from paulmars/master
Plugin for git_remote_branch autocomplete.
commit
dbeb74ece85ff3624a11c2929bba3a35b327d880
Merge:
5f41ecd 62a436b
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:38:41 2012 -0800
Merge pull request #1189 from petemounce/yum-quote
Fix mismatched quote in yum plugin
commit
5f41ecd7b8425bbd62da92d44661e53c0b81c0f8
Merge:
bd9a860 8ba97c3
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:38:28 2012 -0800
Merge pull request #1186 from r-darwish/history
Added history plugin
commit
bd9a86051fe4e4e15243b8607a81d37a5158a7ba
Merge:
421a738 73df0c8
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:37:18 2012 -0800
Merge pull request #1247 from drnic/git-cmds
Added 'gcl'for 'git config --list'; and gd for 'git diff'
commit
421a738b494d9c574c8782f01f67f25888f050ec
Merge:
3199d2e 9172b3a
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:36:45 2012 -0800
Merge pull request #1273 from ystein/master
Typo in cd-wrapper
commit
63deae380cece1abe4634e68a3e0df817b152da4
Merge:
868a513 3199d2e
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:36:08 2012 -0800
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
868a5138f619f4d35588ba01b8b3340a4086b4ea
Merge:
51e05b7 28d28ee
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:35:59 2012 -0800
Resolving conflict in merge of #1313
commit
3199d2ed8d70dc45911f34dd7c2ec4b702db3b28
Merge:
43ca5d8 4e513d7
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:34:02 2012 -0800
Merge pull request #1387 from jimhester/vi-mode-patch
Fixes for vi-mode terminal overwriting bugs
commit
43ca5d8cbee9c75df8ada9bb2fb3fd4e4267426f
Merge:
9ae1289 b9d5a39
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:33:41 2012 -0800
Merge pull request #1458 from ranman/master
lazyload virtualenvwrapper
commit
9ae128983a7abab97740367f31fc5819b800b411
Merge:
b204ce8 54f1990
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 4 06:33:13 2012 -0800
Merge pull request #1454 from gAmUssA/patch-4
Update plugins/sublime/sublime.plugin.zsh
commit
b204ce8f67830b9d9022cd827ba073d40845e840
Merge:
26b3e10 8925cff
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 3 07:26:25 2012 -0800
Merge pull request #1462 from aliasbind/master
Add last command's 'exit status' display to mortalscumbag theme
commit
26b3e1015d0ee744f6d96cae6fe8fc8688616bbe
Merge:
2f0717c 80f151e
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 3 07:25:51 2012 -0800
Merge pull request #1460 from tresni/patch-4
urltools for everyone
commit
2f0717cb76bf09ce544f64aa938191da6523a40c
Merge:
1ad2104 39e5c9a
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 3 07:25:35 2012 -0800
Merge pull request #1459 from tresni/patch-3
Backwards Compatible Jira URLs #1378
commit
1ad2104d7a408821805f662d4cbe810fd2d6c2db
Merge:
51e05b7 98bd19a
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 3 07:25:08 2012 -0800
Merge pull request #1463 from syphar/fix_last_working_dir
plugin last-working-dir: create cache-directory if it doesn't exist
commit
8925cff334f9009a0f27d38922731bbcd82c42cb
Author: Andrei Gorgan <andrei.gorgan@cloudbit.ro>
Date: Mon Dec 3 12:29:45 2012 +0200
Fix prompt color: Change it back to green
commit
98bd19a036c0c702591f456e1081e420ffb17ce0
Author: Denis Cornehl <denis.cornehl@gmail.com>
Date: Mon Dec 3 11:06:31 2012 +0100
plugin last-working-dir: create cache-directory if it doesn't exist
commit
e096e4041f76c70a621df2b02bb67bed88e6bcee
Author: Andrei Gorgan <andrei.gorgan@cloudbit.ro>
Date: Mon Dec 3 12:03:43 2012 +0200
Print last exit status in mortalscumbag prompt
commit
80f151e56d7d6d30858acf581141fa84bfd79bc7
Author: Brian Hartvigsen <brian.andrew@brianandjenny.com>
Date: Sun Dec 2 23:06:11 2012 -0700
urltools for Everyone
#1445 is great, if you use node. For those that don't this should mean we can find a reasonable fallback.
Users can force urltools to use a specific system by setting `URLTOOLS_METHOD` to one of:
* `node`
* `python`
* `ruby`
* `php`
* `perl`
Note that you can't (currently) choose which `perl` sublibrary to use, it will use either `URI::Encode`, `URI::Escape`, or regular expressions in that order of preference.
commit
39e5c9a6d7a88feb570f340ca52e87c8ff8cce61
Author: Brian Hartvigsen <brian.andrew@brianandjenny.com>
Date: Sun Dec 2 22:59:05 2012 -0700
Backwards Compatible Jira URLs #1378
Adds support for Rapid Board without breaking backwards compatibility (like #1378)
Allows JIRA url to be set in .zshrc, current directory, and/or home directory.
commit
b9d5a39098036f4f62b1e88b8c2c045a35582546
Author: J. Randall Hunt <randallhunt@gmail.com>
Date: Sun Dec 2 16:32:29 2012 -0500
use lazy load for virtualenvwrapper
Using lazy loading for virtualenvwrapper gives a mariginal speed
improvement and doesn't stop workon_cd from working. It has the
undesired effect of forcing you to call certain virtualenv commands
twice before they work (only once per shell instantiation).
commit
51e05b7579a26266a0ed26398ab9eb5071800cd8
Author: Lucas Sampaio <magal.lucas@gmail.com>
Date: Fri Oct 5 17:27:05 2012 -0300
hg_current_branch added to mercurial plugin
commit
5193a1dbc9a1f666ba384b0ebb5fb94b9da56bb2
Merge:
13998bb f8343b0
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:11:02 2012 -0800
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
f8343b0fd92bb8ebaa9e1a4e78540e27cd4622d3
Merge:
fcc8b19 5991bf3
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:08:30 2012 -0800
Merge pull request #1457 from NeuralSandwich/master
Battery plugin: Fixed Kernel type detection
commit
13998bb2cc12d11c16728e4b1db0d2a326ca6607
Merge:
dfbafe6 fcc8b19
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:08:12 2012 -0800
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
dfbafe6d58bf1463df393fd4478154be36a675aa
Author: Probably Not <probablynot@gmail.com>
Date: Sat Aug 4 11:41:47 2012 -0700
Fixing conflict in install scripts
commit
fcc8b19253136e0f8d18d8e830c60ec64c6cc3e0
Merge:
228c3fc 5e0fd9b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:05:28 2012 -0800
Merge pull request #1328 from mfoo/master
Fix autojump plugin error on Linux with manual installation of autojump
commit
228c3fc89f000bdd6dcf17f4f2d75bd2f9ad716a
Merge:
ef4e2aa fa859f9
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:04:14 2012 -0800
Merge pull request #1301 from bencao/master
fix rvm plugin auto complete not work problem
commit
ef4e2aa26def9451eccb12bd31955c1d08e56348
Merge:
fdf3a39 d5e5b7e
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:03:28 2012 -0800
Merge pull request #1293 from cenkalti/master
Look virtualenvwrapper plugin in PATH
commit
fdf3a3998f936a7c9bad6bbbddd9ed1adbfa0286
Merge:
1f28407 2365784
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:02:38 2012 -0800
Merge pull request #1295 from XL64/master
Fixed johnathan-zsh.theme if rbenv doesn't exists
commit
1f284071de3dda88f2faa06b83f3775026e6b623
Merge:
ce20cba 2643ac9
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 13:02:22 2012 -0800
Merge pull request #1298 from nickhutchinson/fishy
Update fishy theme to collapse working directory in PROMPT
commit
ce20cba7e3b378062fd0779ee8845c1e77cefc08
Merge:
d19e01b 263446d
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:58:50 2012 -0800
Merge pull request #1382 from fushunpoon/master
Unroll for-loops in .oh-my-zsh so that running zsh-5.0.0 on Terminal.app on Snow Leopard will work.
commit
d19e01b14086319abae80e7624a8192025e88572
Merge:
275e7cb f7b1615
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:50:40 2012 -0800
Merge pull request #1191 from r-darwish/themes-plugin
Themes plugin
commit
275e7cba8f2d02a650ff723f1c1e200e43a6dabb
Merge:
4cad0a4 2fa0262
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:48:45 2012 -0800
Merge pull request #1235 from henryyan/master
Improved maven plugin added a lot of auto complection, add git-extras plugin
commit
4cad0a48fdaf4389ab538556ed9a325a58470403
Merge:
127a47b 1e1e0fa
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:46:30 2012 -0800
Merge pull request #1241 from agrimaldi/git-extras
plugin for git-extras
commit
127a47b2bd41186008afb10f2299966b46f00395
Merge:
aa382b5 a8d7958
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:45:03 2012 -0800
Merge pull request #1249 from korjavin/aptitude
alias at=aptitude broke /usr/bin/at scheduler.
commit
aa382b572e00c599344ae49bdab8c07953d23a7d
Merge:
e89f950 75029cd
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:44:17 2012 -0800
Merge pull request #1255 from SuprDewd/master
Added a "please" alias for sudo
commit
e89f95098550a89e2fbd24ac831a12bdd3cc08fa
Merge:
96f35e6 6c45d21
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:43:59 2012 -0800
Merge pull request #1256 from seegno/master
Added sf Symfony2 binary alias
commit
96f35e6949e8f1e3dcd5a80a941726a2a16ed475
Merge:
9977afc aaf705c
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:43:07 2012 -0800
Merge pull request #1259 from bwl/sublime-fix
Adding logic for ~/Applications folder installs of Sublime Text 2
commit
9977afc0b5a4c92498ab027d94561d985ff0325c
Merge:
2e5a689 027fccc
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:42:38 2012 -0800
Merge pull request #1263 from tedv/headless-git
Make git use sha when branch name is missing.
commit
2e5a689c05f02f7403055367a5dbc3b041829c8b
Merge:
ac90eed 9af7f86
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:42:08 2012 -0800
Merge pull request #1265 from aletessier/ssh-completion
Fix ssh plugin completion
commit
ac90eed387770e92e02f12c394b9f81b0b63b099
Merge:
215d6da 74faabb
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:39:55 2012 -0800
Merge pull request #1274 from sc68cal/feature/git_decorate_log
[Git Plugin] Add shortcut for showing log of all branches
commit
215d6da3dedd44d8ec23ccb34b54f14d9f96428f
Merge:
44edb3e f995218
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:39:41 2012 -0800
Merge pull request #1277 from waveface/master
git flow completion enhancement
commit
44edb3ed607389525edae4c2c0160747b05b56bf
Merge:
f28041e 36b4201
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:39:23 2012 -0800
Merge pull request #1278 from bitboxer/forklift
new forklift plugin
commit
5991bf3ac1865819fd43cbf38681c71c3d5c9ecb
Author: Sean Jones <neuralsandwich@gmail.com>
Date: Sun Dec 2 20:39:01 2012 +0000
Fixed Kernel Detection in battery plugin
commit
f28041e41f667f321dd587f8d8353bc25785511c
Merge:
66df0f8 d3f6507
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:38:56 2012 -0800
Merge pull request #1284 from obmarg/feature/debianwhichfix
Debian plugin now pipes which stderr to stdout
commit
66df0f80891192cc9fed56fd0642e53f0fa4de44
Merge:
245eee1 53412de
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:36:32 2012 -0800
Merge pull request #1317 from thcipriani/junkfood_theme
Added junkfood theme
commit
245eee128bc27e560720c74cba0437bb346a25ef
Merge:
93f41fc 55c6901
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:35:20 2012 -0800
Merge pull request #1319 from skatkov/master
Replace cp -verbose with rsync
commit
93f41fc5fceb293cedfb01418707f9dca34fa63a
Merge:
fe09471 04d0857
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:30:51 2012 -0800
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
fe094712fb0c896eeec55b686807011226bc9208
Author: Trae Robrock <trobrock@gmail.com>
Date: Tue Dec 20 18:15:19 2011 -0800
resolving conflict in termsupport plugin
commit
04d08577e22a404df5b1c0fd1294e3f03f9d914b
Merge:
b2b77be 58d904a
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:27:36 2012 -0800
Merge pull request #1336 from aelesbao/plugin-systemd
systemd plugin
commit
b2b77be56f35a9753e7491fd88b3c4b7ec74c586
Merge:
e10552b 43bd46b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:27:04 2012 -0800
Merge pull request #1341 from markusscherer/master
fix title setting bug in xterm and urxvt
commit
e10552b4038e98eecf789eb9eaecf6e8318c474b
Merge:
5ed75de daa6ece
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:26:41 2012 -0800
Merge pull request #1354 from F30/master
Set the '-R' option for less not in $PAGER, but as $LESS
commit
5ed75de5ce320a52b8178c8d7db6f505a205dd08
Merge:
7004ac9 8f7b126
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:26:12 2012 -0800
Merge pull request #1353 from a-b/master
Prompt symbol update
commit
7004ac9ec4c4c48bcdc7f40091b8df42a85a65b2
Merge:
d5eddc6 7e2156a
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:25:02 2012 -0800
Merge pull request #1371 from rdrey/master
Fixed node-docs
commit
d5eddc653fc00f2b41e8bda43017564f35a6ee6a
Merge:
71af4d7 4d8fe54
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:22:19 2012 -0800
Merge pull request #1376 from javageek/master
Updated code
commit
71af4d73de46999d0451ba7fcca7ba969da80eff
Merge:
dad9352 c592f55
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:21:26 2012 -0800
Merge pull request #1375 from dsx/better-pyclean
A slightly better pyclean
commit
dad9352748c7f929a4234d7e3a5cc39961da917a
Merge:
1417111 1c9f2e8
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:20:52 2012 -0800
Merge pull request #1378 from hjhart/master
Rapid Board url format
commit
1417111bad20ec4da6747a9a11b2904a58c6e7f8
Merge:
d3b867d 27841ca
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:20:31 2012 -0800
Merge pull request #1453 from simonoff/master
new theme and rvm theming support
commit
d3b867d96739db83be762c607cc6f978429250a4
Merge:
ab13d07 badc3eb
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:16:30 2012 -0800
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
ab13d0756fcbf690d9550ec1329ff99da0dc3c75
Author: Marcus Müller <marcus.mueller@student.kit.edu>
Date: Fri Sep 28 17:19:28 2012 +0200
git find
commit
badc3eb6ceba2a0cf9a30e056874f089411074ac
Merge:
423d66d 1d17502
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:11:26 2012 -0800
Merge pull request #431 from meh/rsync-plugin
Add rsync plugin.
commit
423d66da5b7d093ad921627e7ae0bb6bc01e7626
Merge:
c64c30c f045119
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:10:32 2012 -0800
Merge pull request #409 from Bregor/patch-1
Dollar sign instead of percent in unprivileged user prompt (as in real ge
commit
c64c30ce9379573e672593bab2646703ede0727c
Merge:
4fea3ce 8aec32b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:07:56 2012 -0800
Merge pull request #214 from allancaffee/master
Improved completion for vagrant
commit
4fea3ce219d125e17bf2ff37342718e61bcaedc7
Merge:
e477085 5f62d2c
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:07:13 2012 -0800
Merge pull request #1455 from NeuralSandwich/master
Battery plugin: Added support for Apple Macs
commit
e47708599394f354ce9c3e055bfdae16888fa546
Merge:
11ff3b6 8fe6ea3
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:06:38 2012 -0800
Merge pull request #1456 from sputnikus/master
Function for managing pacman-key command on Arch Linux
commit
11ff3b642db87012ed8a19d6a0c5baa5dcd6a004
Merge:
ef5a65b 25adbe8
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:05:58 2012 -0800
Removing mcd as it conflicts with mtools
commit
ef5a65b207934dce79c7318892a65b399ec3f9e3
Merge:
56f0948 cfeb570
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 12:00:52 2012 -0800
Renaming cap to capistrano
commit
8fe6ea388973defc6bb77a32fb86cef5b8231aea
Author: Martin Putniorz <mputniorz@gmail.com>
Date: Sun Dec 2 20:55:19 2012 +0100
Functions for managing pacman-key
commit
56f094860bec91c1968d46cccd5d2c2e3d179de1
Merge:
ded745b 80ab595
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 11:50:36 2012 -0800
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
5f62d2c183f93ef02b79675c6a51950cb530dfcb
Author: Sean Jones <neuralsandwich@gmail.com>
Date: Sun Dec 2 19:46:53 2012 +0000
Added Candy-Kingdom theme
commit
80ab595696f30d89bf52bb5189fa39518a3ca780
Merge:
77e4c1c e8a7a31
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 11:43:30 2012 -0800
Merge pull request #256 from lorrin/no-op_command-not-found
Make command-not-found no-op when support not available (e.g. not on Ubuntu)
commit
77e4c1c9f11a7630f044bbb02fdeeeb206a5ab8e
Merge:
e4a596c 00bff0a
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 11:43:09 2012 -0800
Merge pull request #253 from loopj/master
Added function git_remote_status to lib/git.zsh which extracts if the local branch is ahead/behind/diverged from remote
commit
e226fc048afaf7c849e089304f855f4ebb26ee95
Author: Sean Jones <neuralsandwich@gmail.com>
Date: Sun Dec 2 19:36:33 2012 +0000
Added support for Mac to battery plugin
commit
54f199051124cbbbb3e555c681d65f1aa6942856
Author: Viktor Gamov <gamussa@gmail.com>
Date: Sun Dec 2 13:54:24 2012 -0500
Update plugins/sublime/sublime.plugin.zsh
updated run sublime on linux with parameters
commit
e4a596c09532ec1adae2951b3893fd9a7960cdbe
Merge:
8796fd0 3bc32ee
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 10:51:25 2012 -0800
Merge pull request #516 from adben/master
New Theme
commit
27841ca7c1bb6bd19e0eb66e1dcc8fa3a6a6ebba
Author: Alexander Simonov <alex@simonov.me>
Date: Sun Dec 2 20:30:25 2012 +0200
Set default for rvm prompt prefix/suffix
commit
30687c414785fbc7d7d7d44ae60166075be75da7
Author: Alexander Simonov <alex@simonov.me>
Date: Sun May 22 01:31:11 2011 +0200
Fix RVM loading and RVM ruby version info
commit
f9de64460ce51e105f27d30a9ecb20612ab65d57
Author: Alexander Simonov <devil@zeus.(none)>
Date: Sun May 22 01:29:41 2011 +0200
Simonoff theme
commit
8796fd01cce345e1efb82acd8222e31b72b8259e
Merge:
08cb82b ebbead8
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 09:54:54 2012 -0800
Merge pull request #455 from aslamnd/master
New theme
commit
08cb82b9f476034baddace7c9a9b06299afc89f5
Merge:
7dfd640 b727e33
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 09:54:24 2012 -0800
Merge pull request #448 from n0nick/patch-1
Updated the frisk theme to display Bazaar branch information as well
commit
7dfd6406d84a8ff7b6f2f67f1f5c30d132bdce65
Merge:
31ad213 60c3813
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 09:43:06 2012 -0800
Merge pull request #1451 from rmcastil/modify_readme_to_clarify_the_manual_way
Modify readme to clarify the manual way
commit
31ad21398efc79505bf08f18884e739ecd73bfce
Merge:
22f827e f29daef
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 2 09:41:51 2012 -0800
Merge pull request #1452 from miry/github
Fix repo for github.
commit
f29daef2973018e60900553b0ea69074a5d9a5de
Author: Michael Nikitochkin <miry.sof@gmail.com>
Date: Sun Dec 2 14:16:58 2012 +0200
Fix repo for github.
commit
60c38134725e4a41c9849bb9ffc1a5cea86c00e3
Author: Ryan Castillo <rmcastil@gmail.com>
Date: Sat Dec 1 21:10:23 2012 -0500
Make the NOTE an optional for improved instructions
commit
5b201468d109f87b0ec3dd0b190fa71813af542e
Author: Ryan Castillo <rmcastil@gmail.com>
Date: Sat Dec 1 21:03:07 2012 -0500
Improve formatting of step 2 for clarity
commit
22f827e122187032afb1f473d19a4238899e8ecd
Merge:
2e55825 ec9b550
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 12:02:35 2012 -0800
Merge pull request #1393 from agate/patch-2
Update plugins/git-flow/git-flow.plugin.zsh
commit
2e55825f9c6f13f528a4a66afb2df3d287364474
Merge:
b8e2302 c2cbd31
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:59:21 2012 -0800
Merge pull request #1365 from pcasaretto/add-heroku-remote-switch
Add the heroku --remote switch
commit
b8e230205a7e673de56530870fee481eb256d839
Merge:
9a88e76 91e5619
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:59:03 2012 -0800
Merge pull request #1366 from op/last-working-dir
Added last working directory plugin
commit
9a88e768231552b1e288012a7e1fb2351ca6f145
Merge:
f9c1a72 b0cf067
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:58:21 2012 -0800
Merge pull request #1370 from ericmathison/syntax-fix
Fix color syntax
commit
f9c1a7242f8ea56110f5f665c01cedacae5211ce
Merge:
aad58af af21abb
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:57:21 2012 -0800
Merge pull request #1347 from paulredmond/plugin/jira
Jira Plugin - Wrong URL :zap:
commit
aad58afc54d65623f5e71bd8104e64bae6a98c96
Merge:
e3b97db 15563c1
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:44:04 2012 -0800
Merge pull request #1386 from sanbor/master
Pass plugin for completion
commit
e3b97db49342f37d42eb0115566ad61243796be7
Merge:
2aa485a cd0e7c5
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:42:19 2012 -0800
Merge pull request #1390 from pluton8/bugfix/autojump21
Fix sourcing brew's autojump of version 21.0.3+
commit
2aa485ac04016493fcf0c95656609f237f3ada1f
Merge:
3657bf8 120db35
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:41:17 2012 -0800
Merge pull request #1435 from Drarok/fix-svn
Fix backwards svn "dirty" state detection
commit
3657bf8efa783873d19660cfcb6405ae824ee2cc
Merge:
25a2f02 7c76854
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:40:44 2012 -0800
Merge pull request #1421 from cristim/master
Added a small mod of the tjkirch theme
commit
25a2f029a48fee31c67b64de2b8c24d70beebd4b
Merge:
08efdcd 99468cb
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:39:54 2012 -0800
Merge pull request #1399 from tresni/patch-1
Update themes/minimal.zsh-theme
commit
08efdcdd16bc825357dbc5a50b8d3ee762cc3508
Merge:
66e784c 1b768a3
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:39:21 2012 -0800
Merge pull request #1400 from tresni/patch-2
Updated svn.plugin.zsh to behave more like lib/git.zsh
commit
66e784c8c1ae66192c11780b047c7be66194032a
Merge:
26d4654 af729cc
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:38:52 2012 -0800
Merge pull request #1416 from talmuth/master
Add support of multiple screen variants in screen plugin
commit
26d46546a61fed28be99ce16bc5c9c9d3595b947
Merge:
ddb8d46 9ba7991
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:36:22 2012 -0800
Merge pull request #1410 from jimhester/per-directory-history
Replace reset-prompt with push-line and accept-line
commit
ddb8d46e98161e9d366fb5943d4f3fda8955d667
Merge:
f2050fc 7d9518d
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:35:48 2012 -0800
Merge pull request #1411 from niceview/rvm
Use rvm completion from ~/.rvm/scripts/zsh/Completion
commit
f2050fc093975b448339ad3cc8ea1c0dd30f8bd3
Merge:
29b66b8 003b0da
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:33:40 2012 -0800
Merge pull request #1413 from arnihermann/master
Implement 'gup' as git pull --rebase
commit
29b66b85c83c01d4dd90d9b9a9a0af41fa556d25
Merge:
5189cb8 4c96e53
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:33:07 2012 -0800
Merge pull request #1412 from jdavis/coffee_plugin
Added a CoffeeScript plugin.
commit
5189cb8843f20fdb558fdf8816e3763dc27a3625
Merge:
bc1a06a 7991562
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:32:35 2012 -0800
Merge pull request #1418 from Mehonoshin/patch-2
Added gwc(git whatchanged alias) to git plugin
commit
bc1a06aab49cb462eb4df9aaffc765b9716714ab
Merge:
293a65c b2b5e3a
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:32:09 2012 -0800
Merge pull request #1419 from ssrihari/master
Alias 'rdbtp' to rake db:test:prepare to rails plugin
commit
293a65c9d8e9735ec17ceffa522df26e4ef79397
Merge:
3dc1d92 5385475
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:31:21 2012 -0800
Merge pull request #1439 from maxbane/master
Revert "Fix to restore bindings after switching to vi-mode"
commit
3dc1d92950a087f50387e617de7c96ec1a6602fc
Merge:
f69b05b 1b4393f
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:30:37 2012 -0800
Merge pull request #1442 from willman500/git-hub-flow-plugin
Add autocomplete for git "hubflow"
commit
f69b05b03ae95fae0f9e1c21bc4851d3540d23be
Merge:
533a281 3b6fae1
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 1 11:29:55 2012 -0800
Merge pull request #1445 from knxroot/master
urltools more fast
commit
ded745bf1471487c7dc537c781685615ff4c2515
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 30 05:58:08 2012 -0800
Modifying documentation in zshrc template for new config option
commit
533a2819196db2e29d5eb30b0bbf946802211a13
Merge:
8a2314e 200a258
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 30 05:47:32 2012 -0800
Merge pull request #1430 from danielsoneg/egd-update_frequency
Add UPDATE_ZSH_DAYS setting
commit
8a2314edee37c3af1bb6aab14fc211663fd0ce65
Merge:
067178d 5c98325
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 30 05:40:02 2012 -0800
Merge pull request #1437 from Partyschaum/master
Some fixes for the agnoster theme / Fixed autocompletion for autojump with homebrew
commit
067178d877c2dc1dae84d60d370cf68f24cbd141
Merge:
d750e7d 263107e
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 30 05:37:35 2012 -0800
Merge pull request #1446 from suzaku/patch-1
fix typo in theme
commit
263107ed7faa7df15e70f5592c352021e74c6958
Author: satoru <satorulogic@gmail.com>
Date: Fri Nov 30 11:55:45 2012 +0800
fix typo
commit
3b6fae14fb6f700bb623d48b2915736de552b387
Author: Gustavo <gustavo@lacosox.org>
Date: Wed Nov 28 20:33:45 2012 -0300
Node.js version of urltools es more fast (53% aprox), you can try this with strace -o trace -c -Ttt
commit
1b4393fbb67b24d90caad71067c1cb58e8706a69
Author: Will Weaver <willw@aweber.com>
Date: Wed Nov 28 08:09:25 2012 -0500
Add autocomplete for git "hubflow"
This was copied from the git-flow plugin and necessary changes made for the additional features.
http://dev.datasift.com/blog/hubflow-github-and-gitflow-model-together
HubFlow is git flow with additional features to help with use of github.
commit
5c983257726dfc8ac97d5a5e259dcaa9540b808b
Author: Hauke Stange <hauke@jimdo.com>
Date: Wed Nov 28 10:47:31 2012 +0100
fixed autojump: autocompletion works with homebrew again
commit
12f416b125501e9faaae061bc55b833158348156
Merge:
5d6252c 3d76228
Author: Hauke Stange <hauke@jimdo.com>
Date: Wed Nov 28 10:40:09 2012 +0100
Merge branch 'master' of github.com:Partyschaum/oh-my-zsh
commit
5d6252c6d0e3598f2e19b9a02f7eb8a49317b1f1
Author: Hauke Stange <hauke@jimdo.com>
Date: Wed Nov 28 10:39:59 2012 +0100
fixed autojump plugin: works with homebrew again now
commit
53854754e0d052c41587c7d84b9be7868f31bfe8
Author: Max Bane <max.bane@gmail.com>
Date: Wed Nov 28 02:02:58 2012 -0500
Revert "Fix to restore bindings after switching to vi-mode"
This reverts commit
b609aa0e6c981f2039d777687cb01a84587f6edc -- this commit
was a bad idea, because it makes vi-mode very difficult to use. The default
`bindkey` keybindings are NOT MEANT to coexist with `bindkey -v` Vi mode;
that's why `bindkey -v` clears them in the first place! Restoring all of the
default keybindings after enabling Vi mode, the way the reverted commit did,
causes many collisions between those default keybindings that begin with ESC
and the command-mode-initiating ESC of Vi mode. See Issue 1438 of
robbyrussell/oh-my-zsh. If people have custom keybindings, they should create
them in their ~/.zshrc AFTER enabling the vi-mode plugin and sourcing
oh-my-zsh.sh.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: plugins/vi-mode/vi-mode.plugin.zsh
#
commit
3d7622831fd86a3eaf4bbe3a11102929716d3781
Author: Hauke Stange <stange.hauke@gmail.com>
Date: Tue Nov 27 21:43:23 2012 +0100
fixed symbolic-ref git view of agnoster theme
commit
7fc612bcb991919d561fedc18eeaedfd9c568942
Author: Hauke Stange <stange.hauke@gmail.com>
Date: Tue Nov 27 21:20:56 2012 +0100
removed 'x' from prompt_context() function name
commit
120db35b2dd7792b981401f66323e8886668c909
Author: Drarok Ithaqua <github@catchall.drarok.com>
Date: Tue Nov 27 12:08:18 2012 +0000
Fix the backwards svn status, and add comments explaining which way grep does things.
commit
79e620c392393f254d9614b18963af1c9ac234e7
Author: Drarok Ithaqua <github@catchall.drarok.com>
Date: Tue Nov 27 12:03:51 2012 +0000
Whitespace cleanup.
commit
200a25818adf9570186c8ee0abf9d425577ae53b
Author: Eric Danielson <edanielson@twitter.com>
Date: Mon Nov 26 11:35:16 2012 -0800
Add UPDATE_ZSH_DAYS setting
commit
d750e7d9e3b7d04bafc93211f7db4c607ecea19b
Merge:
6fbe594 75e5a6d
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 18:08:18 2012 -0800
Merge pull request #1426 from caarlos0/master
fixing issue 1423
commit
75e5a6dcfc20a582a4b4653a25c074f4263dd7dc
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Sun Nov 25 20:34:12 2012 -0200
fixes my wrong commit - fixes #1423
commit
6fbe5942383c53fa77373005e9b0d37e2b977cd5
Merge:
03c2712 19aefa2
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:39:45 2012 -0800
Merge pull request #1391 from logicmd/master
sublime text not found in Ubuntu
commit
03c271224331159b3d396a0a77cf539c2537eabe
Merge:
aaca1c2 f09af57
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:39:08 2012 -0800
Merge pull request #1388 from fuadsaud/agnoster_theme_show_exit_status
agnoster theme shows error code instead of an "x"
commit
aaca1c25582fce211d8f94179e93d736961ea2fd
Merge:
802c2df 5ff4a00
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:38:54 2012 -0800
Merge pull request #1395 from caarlos0/master
added some maven love <3
commit
802c2df7ba56e08b1befff65b31a0e2545f948d6
Merge:
a5bc97f 5b2ca38
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:37:43 2012 -0800
Merge pull request #1406 from chinghanho/master
Improved statistics functions
commit
a5bc97f76b1c88096d56ad8a937af373bfb54458
Merge:
1b4a23a 91c57e6
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:36:46 2012 -0800
Merge pull request #1404 from Bklyn/master
Fix for "?" and "!" in svn status output
commit
1b4a23ac8bc99fab0fb83f7393882f4219103666
Merge:
63cd6ef f967f2b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:36:09 2012 -0800
Merge pull request #1396 from webframp/fix/brew-autojump-zsh
Fix for brew installed autojump
commit
63cd6ef7eb99885928544e031f610c74ebb7e818
Merge:
fdfc0b3 7be660b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:35:48 2012 -0800
Merge pull request #1415 from jmatth/git_root_pull
Adding grt alias to the git plugin.
commit
fdfc0b3cd966012c347a17b2352feb5f1574419d
Merge:
c2ae9e0 5a11228
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 25 11:35:24 2012 -0800
Merge pull request #1417 from felipec/fc-git-upstream
Add gifast plugin
commit
7c768543df965ce5102b34e83fab78cf5e73b626
Author: Cristian Măgherușan-Stanciu <cristi.magherusan@gmail.com>
Date: Sat Nov 24 20:33:25 2012 +0100
Added a small mod of the tjkirch theme
- single-line prompt
- removed the extra line after each command output
commit
b2b5e3a7549fc323d3801054c51143142baf4f17
Author: Srihari Sriraman <techie@visishta.net>
Date: Sat Nov 24 20:42:40 2012 +0530
Added alias to rake db:test:prepare
Quite often, db:test:prepare is run after db:migrate.
Added for convenience.
commit
7991562e768733be9565fb05615c3f0f83ba4eb0
Author: Stanislav Mekhonoshin <mehonoshin@sc.vsu.ru>
Date: Sat Nov 24 11:23:44 2012 +0400
Added gwc(git whatchanged alias)
Allows to view commit history in extended way
commit
5a11228e93c667dd6d1cc87ec385ddf39d9e4726
Author: Felipe Contreras <felipe.contreras@gmail.com>
Date: Thu Nov 22 17:38:39 2012 +0100
Add gifast plugin
Using the upstream git completion and prompt stuff.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
commit
5ff4a0030f1b29d8e45e6f1336232a81c1b93b3d
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Thu Nov 22 14:20:53 2012 -0200
e alias
commit
60b7dd8af55d8e27a7326585753867f738c35dcd
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Thu Nov 22 10:42:11 2012 -0200
fixing various issues with build, add runinstall option
commit
a366456284d5a454d8c5a25fdf88ce428ca28f54
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Thu Nov 22 09:20:31 2012 -0200
fixing some build issues...
commit
af729cc47698e4a894c074f5c5d19384cf175baa
Author: Denys Lózko <denis.lozko@gmail.com>
Date: Thu Nov 22 00:46:50 2012 +0200
Add support of screen-* $TERM in screen plugin
commit
2acd30ed0508ddbda188144c4f7b0c4bb351bd43
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Wed Nov 21 16:35:31 2012 -0200
fixing issue with solr in jboss start
commit
9b1c64d7ffeb9ee9ea806a560bc929a683ff15f1
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Wed Nov 21 16:20:43 2012 -0200
go
commit
89614be1af55be2f2fb2b49782f80644d619ef6f
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Wed Nov 21 16:01:28 2012 -0200
param -i para gerar installer
commit
50e538aeb5cc2ac9388390fd03c2189635f17b57
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Wed Nov 21 15:35:28 2012 -0200
oops
commit
72974ce409277c52eb30461e48f0755916a49f05
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Wed Nov 21 15:29:09 2012 -0200
totvs utils
commit
7be660bf1d0d8ae054b645278ea4e79e71c8beec
Author: Josh Matthews <jmatth@nbcs.rutgers.edu>
Date: Tue Nov 20 13:13:04 2012 -0500
Adding grt alias to the git plugin.
commit
003b0da9e5b2b9f230296aeaedfc946579222d81
Author: Árni Hermann Reynisson <arnihr@gmail.com>
Date: Tue Nov 20 15:01:39 2012 +0000
Use pull --rebase for 'gup' shortcut.
Instead of git fetch && git rebase.
commit
6c45d217af77552a4f0b09542985520a577af3d5
Author: Tiago Ribeiro <tlr@seegno.com>
Date: Mon Aug 27 17:20:07 2012 +0100
Added host to prompt
commit
6f6a3c84356f19f14d69fdf994497a4ebb3fa8c1
Author: Rui Marinho <ruipmarinho@gmail.com>
Date: Sun Jul 29 02:32:11 2012 +0200
Added sf Symfony2 binary alias
commit
4c96e530a3b4818b3d378949a5d13377ae7f45e9
Author: Josh Davis <joshuadavis42@gmail.com>
Date: Mon Nov 19 08:16:21 2012 -0600
Added a CoffeeScript plugin.
commit
7d9518d48d25c9510b765af04b3910de9a20a117
Author: Jeong Mok Cho <niceview@gmail.com>
Date: Mon Nov 19 17:04:10 2012 +0900
Use rvm completion from ~/.rvm/scripts/zsh/Completion
commit
9ba799111c254f6edb537255d447b7052c8a45e6
Author: Jim Hester <james.f.hester@gmail.com>
Date: Fri Nov 16 10:23:33 2012 -0500
Replace reset-prompt with push-line and accept-line
The in memory history is not updated until an accept line command, so you
have to push enter before it is correct, this commit replaces the reset-prompt
with an accept-line. It also adds a push-line, to preserve the current editing
buffer
commit
5b2ca3875a15bbae4f064cb98935461df2e93e15
Author: CHH <whocareu2008@gmail.com>
Date: Wed Nov 14 19:09:13 2012 +0800
Improved statistics functions, effect:
1 1124 24.6006% c
2 985 21.5583% git
3 343 7.50711% rails
4 328 7.17881% cd
5 314 6.8724% rspec
6 257 5.62486% la
7 197 4.31167% rake
8 154 3.37054% s
9 109 2.38564% ..
10 95 2.07923% rvm
11 68 1.48829% guard
12 36 0.787919% bundle
13 29 0.634712% ssh
14 28 0.612826% pry
15 27 0.590939% open
16 26 0.569052% middleman
17 26 0.569052% gem
18 24 0.525279% rm
19 24 0.525279% heroku
20 23 0.503392% nvm
commit
91c57e6d426a1b5b3db3d7d9aaa5d922c00a5f09
Author: Caleb Epstein <cae@bklyn.org>
Date: Tue Nov 13 12:48:37 2012 -0500
Untabify
commit
f2ac08832ad8a6a156117c870ace622b9a6035ac
Author: Caleb Epstein <cae@bklyn.org>
Date: Mon Nov 12 11:53:09 2012 -0500
Handle metachars in svn status output using grep -q
commit
1b768a3b407103cd77d21d856051183960e0349e
Author: Brian Hartvigsen <brian.andrew@brianandjenny.com>
Date: Thu Nov 8 13:48:43 2012 -0700
Update plugins/svn/svn.plugin.zsh
Behave more like lib/git.zsh.
Set `SVN_SHOW_BRANCH="true"` to display branch/tag or trunk instead of just repo name.
Falls back to repo name if branch information is not available.
Idea and awk call from revans/bash-it/themes/base.theme.bash
commit
99468cb4ec38f11b78ac71cae0c9ac70ac0a516e
Author: Brian Hartvigsen <brian.andrew@brianandjenny.com>
Date: Wed Nov 7 23:53:44 2012 -0700
Update themes/minimal.zsh-theme
Cleans up minimal theme by not using a custom prompt function
Removed case of 2 spaces showing if not in a version controlled folder
Adds support for svn_prompt_info
commit
8871c7a6d00a7c0a1e586e4f4d7a21c255231783
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Wed Nov 7 10:28:44 2012 -0200
made dpkg -i more util
commit
f967f2bfd7b104da78ec1b1f1c6f893c2356dabc
Author: Sean Escriva <sean.escriva@gmail.com>
Date: Tue Nov 6 13:38:08 2012 -0800
update autojump plugin for latest brew installed autojump
commit
8723a2ce58abd951c6664ddb19b29d612219956a
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Tue Nov 6 15:44:50 2012 -0200
mvn.colors.plugin.zsh was not read... mergin with mvn.plugin.zsh.
commit
15e0dc9ec937d98094419b59a89be60fe6dbff3f
Author: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Tue Nov 6 15:39:59 2012 -0200
Added some maven love.
commit
ec9b5500a57a39f8937e50424868493087fa40b4
Author: Hao Hong <agate.hao@gmail.com>
Date: Mon Nov 5 16:33:21 2012 -0800
Update plugins/git-flow/git-flow.plugin.zsh
Fixed git-flow feature publish's desc error
https://github.com/agate/oh-my-zsh/commit/
72aeaa9d9ee55fbfe15b371c0bf127ab3948a965#commitcomment-
2104214
commit
19aefa2bd6168a9d75ce9ccd255ffac20425232e
Author: 汤凯 Kevin Tong <logicmd@gmail.com>
Date: Mon Nov 5 16:55:55 2012 +0800
Update plugins/sublime/sublime.plugin.zsh
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
commit
cd0e7c5e4906c810b87f7c8f1b2c6c79e4b04889
Author: Eugene Nikolsky <pluton.od@gmail.com>
Date: Mon Nov 5 10:34:29 2012 +0200
Fix sourcing brew's autojump of version 21.0.3+
Starting with autojump 21.0.3+ there is no file autojump in etc/
directory, so we source the autojump.zsh file directly. Version 20 has
it as well, so there should be no problems with earlier versions.
Comments on autojump's update in homebrew:
https://github.com/mxcl/homebrew/commit/
5da9c4d5eb38e6abb516ba648898fb374ec360cd#Library/Formula/autojump.rb
commit
f09af5717923cca4e5c538e14846ea4816295949
Author: Fuad Saud <fuadksd@gmail.com>
Date: Sat Nov 3 05:05:38 2012 -0200
agnoster theme shows error code instead of an "x"
commit
4e513d72b9542b7b5079451e3380b4a98b0b7b56
Author: Jim Hester <james.f.hester@gmail.com>
Date: Fri Nov 2 11:06:32 2012 -0400
Fixes for vi-mode terminal overwriting bugs
fixes #387 and https://github.com/robbyrussell/oh-my-zsh/pull/1321#issuecomment-
9959540
and other problems of prompt overwriting when people did not realize that it
was vi mode causing the problem. Hat tip to sorin ionescu, as I took this code
from prezto
commit
15563c1b785cee11aa09b5ce1e2c6b51cea11bdd
Author: Santiago Borrazás <sanbor86@gmail.com>
Date: Thu Nov 1 21:41:07 2012 -0300
Added pass plugin in order to provide completion.
More info about pass tool: http://zx2c4.com/projects/password-store/
commit
263446d7259e22a21fe797284607fd2423fb076b
Author: Hok Shun Poon <fushunpoon@googlemail.com>
Date: Tue Oct 30 22:42:52 2012 +0000
Expand for-loop so that it works under Snow Leopard Terminal.app.
commit
1c9f2e81066a2e86d001fe14b5be48660273b5e4
Author: hjhart@gmail.com <hjhart@gmail.com>
Date: Mon Oct 29 10:26:19 2012 -0700
Update plugins/jira/jira.plugin.zsh
Updated to allow for usage of the new Rapid Board jira url formats
commit
4d8fe543ff8099daad155e2c41974525370dc435
Author: Guillermo Castro <gcastro-contractor@zappos.com>
Date: Fri Oct 26 16:51:48 2012 -0700
Updated code from answer URL
commit
c592f55af1fbb2050b6060666312149711873133
Author: dsx <dsx@droidnest.org>
Date: Fri Oct 26 12:38:17 2012 -0400
Added ability to specify list of directories for pyclean to override default current directory
commit
7e2156a1b17a16243e92569c4df82c562f75ffb2
Author: Rainer Dreyer <rdrey1@gmail.com>
Date: Mon Oct 22 00:12:00 2012 +0200
Fixed node-docs
The `#anchor` tags on
[nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This
fixes the `node-docs` command.
commit
b0cf0674ef732b4102bf793543ceed3d23897ab6
Author: Eric Mathison <dev@ekmathison.com>
Date: Sun Oct 21 02:19:56 2012 -0700
Fix color syntax
commit
91e5619a585f3c94a3c6c536a5b40c772f64bf85
Author: Örjan Persson <orjan@spotify.com>
Date: Tue Oct 16 22:36:56 2012 -0700
Added last working directory plugin
Keeps track of the last changed directory. When a new shell is created,
the last directory will be restored. Mimics how tabs works in many
terminal emulators.
commit
c2cbd31b3ceaabcab09686c1c6ecf10c51715868
Author: Paulo Luis Franchini Casaretto <pcasaretto@gmail.com>
Date: Wed Oct 17 14:00:18 2012 -0300
Add the heroku --remote switch
This remote selects the app based on your current repo remotes
For example heroku logs --remote staging
More info at https://devcenter.heroku.com/articles/using-the-cli
commit
2fa02621b27fbb3b788ee8576717fa64b2cb0065
Author: Henry Yan <yanhonglei@gmail.com>
Date: Sun Oct 14 22:07:38 2012 +0800
add git-extras plugin
commit
3ad138a08aa3de1246cffde0b7187ffcd017298c
Merge:
3fe1e5c c2ae9e0
Author: Henry Yan <yanhonglei@gmail.com>
Date: Sun Oct 14 22:06:48 2012 +0800
Merge remote-tracking branch 'upstream/master'
* upstream/master: (35 commits)
make README reflect latest changes
URL Tools Plugin
added a comment to the composer installation alias
added Composer completition and aliases
added two aliases to Symfony2 Plugin
fix test aliases
Missing comment line
look for test/unit instead of test/units. #typo
Correct error message.
Clean up doc
Jira ticket shortcut to browse existing issues or create a new issue.
Add zeus plugin
Make rvm prompt function a bit cleaner
Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used
Add link to gist
Updated documentation for agnoster theme
Use HISTFILE evironment variable directly rather than copying it
added autojump plugin support for mac os x + port
Colemak plugin
Per directory history plugin
...
commit
daa6ecebc1034dab162c90b4fd7f4cb605d969d4
Author: Felix Dreissig <f30@f30.me>
Date: Sat Oct 13 22:53:34 2012 +0200
Set the '-R' option for less not in $PAGER, but as $LESS.
commit
8f7b126d2f7369dde512f61f9351809ebf27649e
Author: Alexander Berezovsky <a.b@usa.com>
Date: Sat Oct 13 13:33:28 2012 -0700
updated symbol
commit
53412de75c982a07fac902e8deec929c4fe32abc
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Thu Oct 11 14:02:55 2012 -0600
Something to be said for symmetry
commit
5872daea49104607efd64208a314aba10823af0b
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Thu Oct 11 13:59:08 2012 -0600
spacing makes me something
commit
2ba668b91ccfdf6dd273d5b1358ee9cafa302534
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Thu Oct 11 13:57:21 2012 -0600
parens tweak
commit
bb5db62314b0fb31b21326d8483c5e97405c07bb
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Thu Oct 11 13:48:38 2012 -0600
removed weird characters
commit
8d86bb298d51d619c88d2aad400007b67c4d438b
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Thu Oct 11 09:26:39 2012 -0600
moved spacing
commit
af21abb134c023699b2d39db4463180ebdf81a83
Author: Paul Redmond <paulrredmond@gmail.com>
Date: Tue Oct 9 09:02:45 2012 -0700
Wrong URL :zap:
commit
c2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9
Merge:
d4d2e6d 9365fd0
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 9 06:42:27 2012 -0700
Merge pull request #1344 from danielcsgomes/master
Added Composer Plugin and Symfony2 alias
commit
d4d2e6d659fcfd3e5eec73f4024a3bb645c76ede
Merge:
6d4b0c6 061a4c0
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 9 06:41:16 2012 -0700
Merge pull request #1306 from josh-/master
New 'Nanoc' plugin
commit
6d4b0c6e5642d2db2ff3475cef8ddd00c8522ba9
Merge:
c5a8905 9a4fac1
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 9 06:40:31 2012 -0700
Merge pull request #1312 from koenpunt/fixes_cap_plugin
updated cap plugin to use `cap -T` instead of `cap show_tasks`
commit
c5a890585b70787f519631d670de6c7c4e4c2b66
Merge:
3d43861 a7fb668
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 9 06:39:34 2012 -0700
Merge pull request #1330 from trobrock/hide-rvm-prompt
Don't show empty parens if you are using your system ruby
commit
3d438617e7c909e5b18d7edbb74200d435cf1800
Merge:
8a8b821 a0bcbfb
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 9 06:38:36 2012 -0700
Merge pull request #1333 from b4mboo/master
Add zeus plugin
commit
8a8b821aaccac58c61c135322554902203150fc2
Merge:
9ba2ab3 9acfaee
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 9 06:37:52 2012 -0700
Merge pull request #1335 from paulredmond/plugin/jira
Open Jira issues from a project
commit
9ba2ab322528a59073250af3283f8c1b36b8a8cd
Merge:
73f7770 a97e117
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 9 06:35:01 2012 -0700
Merge pull request #1346 from ianchesal/urltools
URL Tools Plugin
commit
a0bcbfb111cc28c7e3e8320f001d28297614698e
Author: Dominik Bamberger <dmayer@suse.de>
Date: Tue Oct 9 08:47:18 2012 +0200
make README reflect latest changes
commit
a97e117281fa495bf13b7aa4179647cb9c7f5c01
Author: Ian Chesal <ichesal@cyclecomputing.com>
Date: Mon Oct 8 15:42:27 2012 -0400
URL Tools Plugin
* Added urlencode -- alias to encode URLs from the command line using Python
* Added urldecode -- alias to decode URLs from the command line using Python
commit
9365fd03f62854c48bc06388542ba4933eb067db
Author: Daniel Gomes <me@danielcsgomes.com>
Date: Fri Oct 5 21:14:44 2012 +0100
added a comment to the composer installation alias
commit
6630919bce0ec9eb5ad33c26a32cd5f06529d570
Author: Daniel Gomes <me@danielcsgomes.com>
Date: Fri Oct 5 21:13:10 2012 +0100
added Composer completition and aliases
commit
e3de97ca89368bb433034431778a29f7f09db6c2
Author: Daniel Gomes <me@danielcsgomes.com>
Date: Fri Oct 5 21:12:40 2012 +0100
added two aliases to Symfony2 Plugin
commit
43bd46b780cdf60b318f452e40b893ae18e77c41
Author: Markus Scherer <markus.f.scherer@gmail.com>
Date: Wed Oct 3 17:18:14 2012 +0200
fix title setting bug in xterm and urxvt
Before this patch, commands containing %-signs set the title wrong
(urxvt and xterm) [1] and produce strange output in urxvt [2].
test for bug 1:
> sleep 10 && echo %
sets title to "sleep 10 && echo %<<"
> sleep 10 && echo %f
doesn't change the title at all
test for bug 2 (only urxvt):
> echo %f
39m%f
^^^^^----- output
commit
b932312ab78b7f422f501d03aaa577440bcd3a0c
Author: Dominik Bamberger <dmayer@suse.de>
Date: Tue Oct 2 18:10:40 2012 +0200
fix test aliases
commit
9acfaee2567bcbe8dcd3dc73a8d40c0983766fb6
Author: Paul Redmond <paulrredmond@gmail.com>
Date: Mon Oct 1 09:27:52 2012 -0700
Missing comment line
commit
58d904a28960f6962eb27a6105e83d57cb553aba
Author: Augusto Rocha Elesbão <aelesbao@gmail.com>
Date: Mon Oct 1 11:29:06 2012 -0300
Added systemd plugin with aliases for systemctl commands.
commit
b7383b097e2b1dc6aaec2c906e7d2031f9446fba
Author: Dominik Bamberger <dmayer@suse.de>
Date: Mon Oct 1 16:24:50 2012 +0200
look for test/unit instead of test/units. #typo
commit
b559f2f22127b3bf7f30dd5221fd8cb5ff3808fc
Author: Paul Redmond <paulrredmond@gmail.com>
Date: Fri Sep 28 23:00:15 2012 -0700
Correct error message.
commit
73f777053725ce61d6fada67ff3f174130dd8c94
Merge:
25a9cdd b207792
Author: Robby Russell <robby@planetargon.com>
Date: Fri Sep 28 22:52:19 2012 -0700
Merge pull request #1327 from agnoster/master
BY POPULAR DEMAND... the "agnoster" theme...
commit
2d660161027a5c6a6876520dd264df7fdab7c044
Author: Paul Redmond <paulrredmond@gmail.com>
Date: Fri Sep 28 22:48:18 2012 -0700
Clean up doc
commit
2bbe6aba8f90dabdb3f7e2caaf12b6a3ecaf5f1f
Author: Paul Redmond <paulrredmond@gmail.com>
Date: Fri Sep 28 22:41:30 2012 -0700
Jira ticket shortcut to browse existing issues or create a new issue.
commit
23657840a1ca31ffbce8f84d96d3063f5b4b4319
Merge:
ce74be1 25a9cdd
Author: Xavier Lacoste <xavier.lacoste@inria.fr>
Date: Thu Sep 27 16:50:23 2012 +0200
Merge remote-tracking branch 'upstream/master'
commit
c7c647d8039987b802509519ffa631818cd1d194
Author: Dominik Bamberger <dmayer@suse.de>
Date: Thu Sep 27 11:51:16 2012 +0200
Add zeus plugin
Includes aliases for zeus (https://github.com/burke/zeus)
Also there is a README.md that list all aliases, ready to copy
into the wiki.
commit
a7fb6680789c0a45c23539f9cce623a920ae143e
Author: Trae Robrock <trobrock@gmail.com>
Date: Wed Sep 26 13:57:38 2012 -0700
Make rvm prompt function a bit cleaner
commit
3d1b788d8ad3b4c407d3c752de15318cf57cf03e
Author: Trae Robrock <trobrock@gmail.com>
Date: Tue Nov 8 12:24:14 2011 -0800
Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used
commit
5e0fd9bb9f8f11da1d7562f5e867a28706accb57
Author: Martin Foot <martin@modeltwozero.com>
Date: Wed Sep 26 14:16:15 2012 +0100
Add user-local installation autojump zsh plugin source
If you manually install autojump as advised by the autojump README by running
the install.sh script, it will install by default to $HOME/.autojump.
Add an extra case in the zsh autojump plugin to find the new file and stop a
syntax error in the else clause every time a new zsh starts (running brew when
brew does not exist).
commit
b207792f30f523e2fc82a70e75893bf1124bf7a8
Author: Isaac Wolkerstorfer <i@agnoster.net>
Date: Tue Sep 25 19:06:13 2012 -0500
Add link to gist
commit
6e85ff5b44e81f5b9d743b6ba1df7ed7b62dc2df
Author: Isaac Wolkerstorfer <i@agnoster.net>
Date: Tue Sep 25 18:35:08 2012 -0500
Updated documentation for agnoster theme
commit
25a9cddc2191a1c6751d1e385389c0787a597a3e
Merge:
8247a40 8510ac0
Author: Robby Russell <robby@planetargon.com>
Date: Sun Sep 23 11:48:42 2012 -0700
Merge pull request #1318 from trobrock/add-puma-to-bundler
Bundle exec puma also http://puma.io
commit
8247a4097d32a85c6a119b114cce44069559dd3e
Merge:
523b26c b609aa0
Author: Robby Russell <robby@planetargon.com>
Date: Sun Sep 23 11:45:03 2012 -0700
Merge pull request #1320 from jimhester/vi-mode-patch
Fix to restore bindings after switching to vi-mode
commit
523b26c6efb1a140aa786c63367d80832a6187fd
Merge:
5f16ede cc83150
Author: Robby Russell <robby@planetargon.com>
Date: Sun Sep 23 11:41:58 2012 -0700
Merge pull request #1321 from jimhester/per-directory-history
Per directory history plugin
commit
5f16ede7cae5c8e9f32d4a980333f0ee1b7abaf6
Merge:
8c2145f aeadd73
Author: Robby Russell <robby@planetargon.com>
Date: Sun Sep 23 11:40:14 2012 -0700
Merge pull request #1322 from jimhester/colemak
Colemak plugin ( http://colemak.com/ )
commit
8c2145fc85785284726d6a81accc9fe63c1e12ee
Merge:
921d2f4 7284e6b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Sep 23 11:38:46 2012 -0700
Merge pull request #1323 from lxmonk/autojump-port
added autojump plugin support for mac os x, when port installed autojump
commit
cc831508d7c2e839e1c4effe31ac2d92f2741f94
Author: Jim Hester <james.f.hester@gmail.com>
Date: Fri Sep 21 10:19:39 2012 -0400
Use HISTFILE evironment variable directly rather than copying it
Use the HISTFILE environment variable in place of copying it to
_per_directory_history_global so that users can change the environment variable
after sourcing per-directory-history and have the global variable set correctly
commit
7284e6b397712dfff16a740ea12d1015b26f203d
Author: Aviad Reich <aviad.reich@intucellsystems.com>
Date: Fri Sep 21 08:08:53 2012 +0300
added autojump plugin support for mac os x + port
commit
00bff0a9963d4b36e6afc968449781c727bfef3b
Author: James Smith <james@loopj.com>
Date: Thu Sep 20 19:35:09 2012 -0700
Red prompt for remote hosts
commit
aeadd7371b244468aadf81a48e6009a4aa612f23
Author: Jim Hester <james.f.hester@gmail.com>
Date: Thu Sep 20 08:29:05 2012 -0400
Colemak plugin
a plugin for useing the colemak[1] keyboard layout and vi-mode in zsh, rotates
some keys around in vi command mode so that the physical hjkl keys are still
used for movement, all the rotated keys are either in colemak's location or
qwerty's location, so it is easy to pick up
[1] www.colemak.com
commit
baa187e4b903f39422a84b580e6e617ec3738e09
Author: Jim Hester <james.f.hester@gmail.com>
Date: Thu Sep 20 08:23:58 2012 -0400
Per directory history plugin
This is a implementation of per directory history for zsh, some
implementations of which exist in bash[1,2]. It also implements
a per-directory-history-toggle-history function to change from using the
directory history to using the global history. In both cases the history is
always saved to both the global history and the directory history, so the
toggle state will not effect the saved histories. Being able to switch
between global and directory histories on the fly is a novel feature as far
as I am aware.
[1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html
[2]: http://dieter.plaetinck.be/per_directory_bash
commit
b609aa0e6c981f2039d777687cb01a84587f6edc
Author: Jim Hester <james.f.hester@gmail.com>
Date: Thu Sep 20 08:03:09 2012 -0400
Fix to restore bindings after switching to vi-mode
the vi-mode plugin destroys any bindings made before it is sourced due to the
'bindkey -v' call to switch to using vi-mode. This patch saves the bindings
before invoking 'bindkey -v' then rebinds them afterwards, this fixes a number
of outstanding issues due to people using vi-mode and having things in oh-my-zsh
break due to the bindings being destroyed
commit
8ecc252f0cfd21281be4e4549a8c86248e85a700
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Wed Sep 19 09:34:45 2012 -0600
Last spacing adjustment...I swear
commit
9510eb0e5a2ae7526ac66bec8e01c39322a8b254
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Tue Sep 18 11:13:36 2012 -0600
Modified spacing one last time
commit
55c69017c501e30c8aa5a89104575f2863a26663
Author: SK <lunaticman@gmail.com>
Date: Tue Sep 18 22:10:11 2012 +0700
Replace cp verbose with rsync
Rsync can help track progress while file is copying
commit
8510ac002f1dec92f6e9e62809f3dc5493d4b842
Author: Trae Robrock <trobrock@gmail.com>
Date: Mon Sep 17 19:05:42 2012 -0700
Bundle exec puma also http://puma.io
commit
a8d426087bf5f79ee4c8c05e8debca01b4af5fd5
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Mon Sep 17 14:12:09 2012 -0600
modified spacing on junkfood theme
commit
b534b3806357492a19b25841c7c0ad6a416f33aa
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Mon Sep 17 12:16:06 2012 -0600
Added fat arrow the theme
commit
bf4157514f8880ac04ba328f7f1b74c34f1b39d7
Author: Isaac Wolkerstorfer <i@agnoster.net>
Date: Mon Sep 17 11:44:25 2012 -0500
Refactored theme
commit
00e11991e0fec9e4db783550a1c849c48920f02a
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Mon Sep 17 10:25:19 2012 -0600
Added space to prompt
commit
11a4c67f340b400a3d9cc9913b4f49d708e01a57
Author: Tyler Cipriani <tyler@tylercipriani.com>
Date: Mon Sep 17 10:19:37 2012 -0600
Added junkfood theme
commit
28d28ee6f6128b3194ac6e28839aabb9a9018c4e
Author: Alexander Surma <surma@surmair.de>
Date: Fri Sep 14 13:57:13 2012 +0200
git plugin: Add `gpoat` alias
commit
b11e28914139fb585c0a4de4ddb6a55f19a5493d
Author: Isaac Wolkerstorfer <i@agnoster.net>
Date: Thu Sep 13 14:02:09 2012 +0200
Add agnoster.zsh-theme
commit
9a4fac184ea1aa7a2e86e50111548a0a98652aaf
Author: Koen Punt <koen@koenpunt.nl>
Date: Thu Sep 13 12:20:44 2012 +0200
fixed incorrect if/else
commit
8d60a0c80039048b836205475dfcf258bd776912
Author: Koen Punt <koen@koenpunt.nl>
Date: Thu Sep 13 11:38:58 2012 +0200
updated cap plugin to use `cap -T` instead of `cap show_tasks` which
didn't exist (sometimes?)
commit
ce74be1e1dfbccd45ced3314fd4a4c8869a49ec4
Merge:
28d3b80 921d2f4
Author: Xavier Lacoste <xavier.lacoste@inria.fr>
Date: Thu Sep 13 08:43:20 2012 +0200
Merge remote-tracking branch 'upstream/master'
commit
6c13721f553140d6cb136377c51eb55a281c5f17
Merge:
772bc51 921d2f4
Author: James Smith <james@loopj.com>
Date: Tue Sep 11 11:42:18 2012 -0700
Merge remote-tracking branch 'upstream/master'
commit
061a4c006c83c9ddb2c8c693c2169d5be663763f
Author: Josh Parnham <joshparnham@gmail.com>
Date: Thu Sep 6 19:59:18 2012 +1000
Add new 'nanoc' plugin
commit
cfeb57024d78d84521ea6676a49182dee9a98b52
Author: Reza <reza@balatarin.com>
Date: Mon Sep 3 21:20:45 2012 +0430
Nuke _cap_does_task_list_need_generating
Thanks @docwhat
commit
fa859f90d2ba91be36c77520b1a23442c55d9cfe
Author: Ben Cao <zcao@freewheel.tv>
Date: Mon Sep 3 11:51:28 2012 +0800
fix rvm auto complete, pointing to $rvm_path
commit
2643ac975bff9513753b6e3d99a34164e48955f7
Author: Nicholas Hutchinson <nshutchinson@gmail.com>
Date: Sun Sep 2 10:38:08 2012 +1200
Update fishy theme to collapse working directory in PROMPT.
For non-trailing path components, we show only the first character. So, as in Fish proper, we convert ~/some/really/really/really/long/path/name to ~/s/r/r/r/l/p/name.
commit
921d2f49ef01acce973980c0aa9c6ffbbd2fbd0b
Merge:
c27183a decb9c8
Author: Robby Russell <robby@planetargon.com>
Date: Sat Sep 1 08:33:09 2012 -0700
Merge pull request #1228 from clutt0n/master
Small improving themes/jnrowe.zsh-theme
commit
c27183abcd113da59c0d25c5324b7b7d15060f95
Merge:
a0430a0 b2c1af9
Author: Robby Russell <robby@planetargon.com>
Date: Sat Sep 1 08:31:52 2012 -0700
Merge pull request #1287 from johnhamelink/master
Laravel autocompletion
commit
a0430a0a45f81ecff5682070647f9c4c2da6410f
Merge:
633ad0e 76f2429
Author: Robby Russell <robby@planetargon.com>
Date: Sat Sep 1 08:31:04 2012 -0700
Merge pull request #1279 from 3den/master
My favourite theme with support to RVM and GIT
commit
633ad0ec16a9e85d2d40dbe864e7678fd18a1647
Merge:
d05b201 fbf82ae
Author: Robby Russell <robby@planetargon.com>
Date: Sat Sep 1 08:29:01 2012 -0700
Merge pull request #1297 from everbird/master
supervisor plugin
commit
fbf82ae62fe03f69af0114011c0d6848a83d4fb3
Author: everbird <stephen.zhuang@gmail.com>
Date: Sat Sep 1 23:11:47 2012 +0800
add new plugin to autocomplete supervisor commands
commit
28d3b80db1d5d976a809bc01da191be5b1768fcb
Author: Xavier Lacoste <xavier.lacoste@inria.fr>
Date: Thu Aug 30 16:25:36 2012 +0200
Add empty function rbenv_prompt_info() if doesn't exists
commit
d5e5b7ee5adaf74afa96cae00260c50581d8f46f
Author: Cenk Alti <cenkalti@gmail.com>
Date: Sat Aug 25 10:26:00 2012 +0300
search virtualenvwrapper.sh in PATH
commit
6f92745761afc000b54bd782c7f3bcc0733302f7
Author: Cenk Alti <cenkalti@gmail.com>
Date: Sat Aug 25 09:51:58 2012 +0300
Added another path for virtualenvwrapper plugin
When you install python via brew on OSX, pip is installed into /usr/local/share/python/ and all packages installed with this pip are installed here.
commit
f995218d081ac66b86d40a0141db5d445147b50d
Author: jamie sa (jsa) <james.sa.2013@gmail.com>
Date: Fri Aug 10 23:01:55 2012 +0800
Add keep branch option.
commit
b2c1af91d3e70ea442ae5353cf7f140d89491c73
Author: John Hamelink <john@johnhamelink.com>
Date: Sun Aug 19 14:03:23 2012 +0100
Added laravel plugin which gives aliases to artisan and bob, and
provides autocompletion for artisan.
commit
d3f6507a2e432efe48a3b8ac8f45c32e7d2ab656
Author: Graeme Coupar <grambo@grambo.me.uk>
Date: Fri Aug 17 16:58:35 2012 +0100
Debian plugin now pipes which stderr to stdout
The debian plugin calls which to determine whether aptitude & sudo are
installed. However, if these are not installed then the error output
from which will be output. Since this isn't really an error condition,
this commit updates the which calls to pipe stderr to stdout, thus
hiding the error messages.
commit
76f2429e8ec30afacd3a913018c8c573962e214c
Author: Marcelo Eden <edendroid@gmail.com>
Date: Tue Aug 14 12:23:11 2012 -0300
new 3den theme with RVM and GIT
commit
36b42017aeda6629d487c080ff6b5c7d3650687d
Author: Bodo Tasche <bodo@wannawork.de>
Date: Sun Aug 12 09:13:02 2012 +0200
new forklift plugin
commit
74faabbcabf6dc9a60737bfd54ba1b3a341c547d
Author: Sean M. Collins <sean@coreitpro.com>
Date: Tue Aug 7 14:38:48 2012 -0400
Add shortcut for showing log of all branches
commit
9172b3a89fb77f79043d185d247a501b3b93fa6f
Author: Yannik Stein <yannikstein@gmail.com>
Date: Sun Aug 5 22:51:11 2012 +0300
fix typo in cd-wrapper
commit
9af7f862999c458525d1a5c0f2470757ffe2f1dc
Author: Alexis Letessier <alexis.letessier@gmail.com>
Date: Wed Aug 1 23:58:09 2012 +0200
Correct variable used for global ssh known host completion
commit
027fcccc9256aaf63e0d1b812069a1a0880f46fa
Author: Ted Vessenes <tvessene@akamai.com>
Date: Tue Jul 31 13:27:40 2012 -0400
Make git use sha when branch name is missing.
commit
a3c2a2f6e8ff9db508070a905de056346386ef4f
Author: Caio Romão <caioromao@gmail.com>
Date: Sun Jul 29 20:18:26 2012 +0200
Add branch status support to git_prompt_status
This patch makes git_prompt_status support three new status variables:
- ZSH_THEME_GIT_PROMPT_AHEAD
- ZSH_THEME_GIT_PROMPT_BEHIND
- ZSH_THEME_GIT_PROMPT_DIVERGED
With these extra variables it's easy to see (1) if you have commits in
your local branch that weren't pushed to the remote (AHEAD), (2) if
there are commits in the remote that you haven't merged/rebased yet
(BEHIND) or (3) if you have local unpushed commits AND the remote has
some commits you haven't merged yet (DIVERGED).
Refer to the first line displayed on `git status -b --porcelain`.
An example setup in a .zsh-theme file would be:
ZSH_THEME_GIT_PROMPT_AHEAD="↑"
ZSH_THEME_GIT_PROMPT_BEHIND="↓"
ZSH_THEME_GIT_PROMPT_DIVERGED="↕"
commit
aaf705c5faf3ebe27604277809ca1260705430c9
Author: bwl <benlundquist@gmail.com>
Date: Sun Jul 29 00:53:20 2012 -0400
Adding logic for ~/Applications folder installs of Sublime Text 2
commit
75029cda2a52b656543ae5477328150654de8ccb
Author: Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>
Date: Thu Jul 26 17:54:15 2012 +0000
Added a "please" alias for sudo
commit
e709642f6f9e9e89cd95177b2867794b3183a43b
Author: Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>
Date: Thu Jul 26 17:50:56 2012 +0000
Merge branch 'master', remote-tracking branch 'rr/master'
commit
a8d795872989ddce5bbda0926f5ebca1d769ff6b
Author: apm <korjavin@gmail.com>
Date: Wed Jul 25 10:55:28 2012 +0600
alias at=aptitude broke /usr/bin/at scheduler.
Just an idea: change it to ap
commit
772bc51c3a2372592c400e0d4e159a0128989ba2
Merge:
0ba398f d05b201
Author: James Smith <james@loopj.com>
Date: Tue Jul 24 13:39:07 2012 -0700
Merge
commit
decb9c82b5392d66e157ceef9c3b41466bdcbafd
Author: clutton <clutton0@gmail.com>
Date: Tue Jul 24 14:16:03 2012 +0300
delete os specific disable-patterns
commit
61e708f91f36420e1c5ebe68c23d94738989c9d1
Author: Graham Christensen <gchristensen@nationalfield.org>
Date: Mon Jul 23 23:33:14 2012 -0400
Adding a symfony plugin, for symfony 1
commit
d5bfbf05d16634fa3c2834c7097edb1cf2487d96
Author: clutton <clutton0@gmail.com>
Date: Tue Jul 24 05:36:18 2012 +0300
improvement: define PROMPT_HOST once on startup
commit
73df0c8e93399c8281076d660aa48b1fc5203ce1
Author: Dr Nic Williams <drnicwilliams@gmail.com>
Date: Wed May 2 10:32:30 2012 -0700
added 'gcl'for 'git config --list'; and gd for 'git diff'
commit
d05b2010ffd4cd33ff9402c402051b1caf985d97
Merge:
1c23a52 87ab877
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jul 20 15:15:05 2012 -0700
Merge pull request #1229 from seban/run_rails_without_bundle_exec
'rails' command should not be run with bundle exec
commit
1c23a52f5744ef419e83733d18a6a698ddd14d1e
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jul 20 15:07:51 2012 -0700
auto-upadate feature will now reset the epoch so that if a user doesn't say yes, it won't ask them again for a while. fixes #1240
commit
1e1e0fa44d8e97567f7a3ecd7f922c7ecca6e76f
Author: Alexis GRIMALDI <alexis.grimaldi@gmail.com>
Date: Fri Jul 20 16:46:30 2012 +0200
Fix changelog --list completion bug
commit
46b88b6a5a48f555c89a02d30e039758f4e3bfe7
Author: Alexis GRIMALDI <alexis.grimaldi@gmail.com>
Date: Thu Jul 19 13:01:32 2012 +0200
Added credits
commit
0b757825a2c23af6fcf17f540cbfacd390321fa8
Author: Alexis GRIMALDI <alexis.grimaldi@gmail.com>
Date: Thu Jul 19 12:50:53 2012 +0200
Added git-extras completion
commit
98ecfa4c7769226432075edec8f2f3de275a81ff
Author: Andrew Vit <andrew@avit.ca>
Date: Sun Nov 6 04:24:33 2011 -0800
Bwana plugin for reading man pages in Safari
commit
3fe1e5c78760b81335eef501ef7f89875ae7753a
Author: Henry Yan <yanhonglei@gmail.com>
Date: Wed Jul 18 23:37:21 2012 +0800
add maven zsh autocomplete plugin, copy from juvenxu's bash maven autocomplete plugin
commit
bb34abd5186c0d87126b13af8643614d0aa50367
Author: Mugen Kenichi <mugen.kenichi@uninets.eu>
Date: Wed Jul 18 12:07:16 2012 +0200
check for knife.rb in cwd
this is useful when managing multiple chef servers
commit
4a11d2c35c7a526e648b37a5b02b7695be46b16a
Merge:
e9feccf 1103421
Author: Henry Yan <yanhonglei@gmail.com>
Date: Tue Jul 17 00:36:50 2012 +0800
merge from upstream master
commit
6a2e04fefbd794f050d45e7a717d009e39204431
Author: clutton <clutton0@gmail.com>
Date: Mon Jul 16 02:59:30 2012 +0300
modify themes/jnrowe.zsh-theme, add host directive "Ξ (mbsd) ~ →"
commit
87ab8771dac655272895e5904fcf93217ea4a64b
Author: Sebastian Nowak <sebastian.nowak@gmail.com>
Date: Sun Jul 15 21:26:30 2012 +0200
'rails' command should not be run with bundle exec
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
commit
11034217a7ea3cffe6e0fe631837c518b8c7e1a5
Merge:
11f441a 98d7a01
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jul 11 16:52:33 2012 -0700
Merge pull request #1200 from andyfleming/master
New theme af-magic.zsh-theme
commit
11f441a3ac1f08923bea2c9f69a7a0edc9233534
Merge:
ddafaf6 e2ddf1e
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jul 9 19:36:53 2012 -0700
Merge pull request #1206 from Eustachy/upstream
Remove bogus "-" from nomz="ps -aux" alias.
commit
ddafaf65fb8c968278f66a84d23f518f4c91dae6
Merge:
0370de5 a15bcd6
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jul 9 19:34:03 2012 -0700
Merge pull request #1216 from joshvermaire/patch-1
Escape whitespace for Sublime Text plugin
commit
a15bcd6461b5b8237844c4e2968df0518dab5e9a
Author: Josh Vermaire <joshvermaire@gmail.com>
Date: Mon Jul 9 00:11:07 2012 -0700
utilize sublime's embedded command line binary
commit
92b6cae02638f644e6359e3f553805e2c3eba957
Author: Josh Vermaire <joshvermaire@gmail.com>
Date: Sun Jul 8 23:34:27 2012 -0700
escape whitespace
commit
0370de582bf25a83a3391113d2c6a854b08a8eb1
Merge:
76feafc 8923694
Author: Robby Russell <robby@planetargon.com>
Date: Tue Jul 3 06:28:36 2012 -0700
Merge pull request #1122 from varunkvv/master
sublime pluginn : Added alias for Sublime Text 2 on Linux
commit
76feafc72cdcd649d9a5673c28abf92805f96c6d
Merge:
e5ca18a 34f3d4d
Author: Robby Russell <robby@planetargon.com>
Date: Tue Jul 3 06:28:02 2012 -0700
Merge pull request #1127 from a-b/master
Added fasd plugin
commit
e5ca18a4e2a5d9700a27af71dd53b7bd771d3409
Merge:
f3bcf86 d15ec4b
Author: Robby Russell <robby@planetargon.com>
Date: Tue Jul 3 06:27:31 2012 -0700
Merge pull request #1193 from bameda/master
[Plugin] Virtualenvwrapper: Added another path
commit
f3bcf864b2e1255788c795fc4774260c686b2de6
Merge:
beadefc e3ff4b5
Author: Robby Russell <robby@planetargon.com>
Date: Tue Jul 3 06:26:24 2012 -0700
Merge pull request #1209 from lwe/rbfu-plugin
provide plugin for rbfu (yet ruby version switcher)
commit
beadefcfb0ab65f0f0cabbf0c18a3d389a450336
Merge:
d165a84 823cc91
Author: Robby Russell <robby@planetargon.com>
Date: Tue Jul 3 06:25:53 2012 -0700
Merge pull request #1170 from dipth/master
Explicitly tell rbenv to use zsh
commit
e3ff4b58c6b0012c616ea7a1dc44cde7a2ecfb57
Author: lukas <lukas.westermann@gmail.com>
Date: Tue Jul 3 09:59:42 2012 +0200
provide plugin for rbfu the ruby version switcher
Evaluates $(rbfu --init --auto) if rbfu is installed on the system,
also has a custom rbfu-rubies method which lists the installed
rubies which are available to rbfu.
For compatibility with themes, also creates the rvm_prompt_info
function, so existing themes should work out of the box.
commit
e2ddf1ef8c1147586a11c25007b201e9cbcfe278
Author: Eustachy Kapusta <Eustachy.kapusta@gmail.com>
Date: Sun Jul 1 19:57:32 2012 +0200
Remove bogus "-" from nomz="ps -aux" alias.
Info from http://procps.sourceforge.net/faq.html .
commit
34f3d4d4988a8a8f7b5a109f2041923b1f7317e5
Merge:
4a2e9ed d165a84
Author: Alexander Berezovsky <ab@plumdistrict.com>
Date: Thu Jun 28 13:37:00 2012 -0700
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
d15ec4bf248cf091fb31dd10da066c040abcd744
Author: David Barragan <david.barragan@kaleidos.net>
Date: Mon Jun 25 10:55:23 2012 +0200
Added another path
commit
d165a84dc0e8d2eb0774ed26995e7046c0aff41f
Merge:
1425ffe 5c37c85
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jun 24 12:36:15 2012 -0700
Merge pull request #1190 from vpacher/master
added jruby plugin
commit
1425ffe85cd83c422f7a2e68992c4556948e1567
Merge:
3ac3141 a39c9ff
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jun 24 12:35:48 2012 -0700
Merge pull request #1192 from rcakirerk/
a39c9ffe5b7236b6e4dc78efa80b478cc411af7f
Fix finding git issue.
commit
a39c9ffe5b7236b6e4dc78efa80b478cc411af7f
Author: Renan Cakirerk <renan@cakirerk.org>
Date: Sat Jun 23 14:53:40 2012 +0300
Fix finding git issue. http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
commit
f7b1615b7cd6cd2088050a29f43650098eaba514
Author: Roey Darwish Dror <roey.ghost@gmail.com>
Date: Fri Jun 22 20:42:59 2012 +0300
Added completion to the theme selection plugin
commit
5e9a16b88a5cffe015101f992e29fa0d50027f5d
Author: Roey Darwish Dror <roey.ghost@gmail.com>
Date: Fri Jun 22 20:25:44 2012 +0300
Added themes plugin
commit
5c37c85fb49a377b59115efc2aa132665982ac06
Author: Volker Pacher <volker.pacher@gmail.com>
Date: Fri Jun 22 18:33:11 2012 +0100
added jexec
commit
3aa0cb74d0a19a8053889a976404a7915585466e
Author: Volker Pacher <volker.pacher@gmail.com>
Date: Fri Jun 22 18:27:21 2012 +0100
added plugin for jruby
commit
62a436bb95144b00f0ef8ba8906a4044b4be4d9c
Author: Peter Mounce <pete@neverrunwithscissors.com>
Date: Fri Jun 22 17:12:44 2012 +0100
Fix mismatched quote in yum plugin
commit
3ac3141cd610de995b2435011ac895ad15b89e2e
Merge:
493238e 5931f64
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 22 06:39:28 2012 -0700
Merge pull request #1174 from insside/rbenv-homebrew-fix
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
commit
493238e29bcf112a5c891f438f44af8312e546c6
Merge:
a269563 61c39b5
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 22 06:38:41 2012 -0700
Merge pull request #1126 from natsumesou/fix-ignore-symlink
Load symlink custom files
commit
a2695630cdd7144da1667dad56650614ba526ba5
Merge:
bf98a2d 7e1da28
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 22 06:37:23 2012 -0700
Merge pull request #1182 from jugyo/patch-1
correct the ruby version label of the 'nebirhos' theme for rbenv
commit
bf98a2d68bb18b34d8df52b25d9f04db0e12b6f0
Merge:
470e1a1 4d6b532
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 22 06:36:58 2012 -0700
Merge pull request #1159 from kristi/master
Steef theme - Improved git untracked file detection
commit
470e1a1ecfac3dcc8804c1e786dc4b7abeb710b9
Merge:
17c77ee 82f785b
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 22 06:35:49 2012 -0700
Merge pull request #1173 from walkah/virtualenvwrapper-osx-fix
Readlink is different on OS X
commit
17c77ee20a349d89736911383bd6e829431153c6
Merge:
e8d582a c65a53d
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 22 06:33:51 2012 -0700
Merge pull request #1168 from r-darwish/yum-plugin-fix
Fixed unmached " in yum plugin
commit
8ba97c36443d8551a28de194a3da4b7c4d6c7949
Author: Roey Darwish Dror <roey.ghost@gmail.com>
Date: Fri Jun 22 15:30:51 2012 +0300
Added history plugin
commit
7e1da28d27f42e4d873cdfc28ef362d59d8c2b07
Author: jugyo <jugyo.org@gmail.com>
Date: Thu Jun 21 07:41:50 2012 +0900
correct the ruby version label for rbenv
commit
8088e8ac7935e9289d049278e117befd87f48809
Author: Paul McKellar <paul.mckellar@gmail.com>
Date: Mon Jun 18 01:01:05 2012 -0700
add git remote branch autocomplete
commit
98d7a010994cd39758e4a1599cefe9e130a346db
Author: Andy Fleming <afleming@variableaction.com>
Date: Wed Jun 20 13:26:05 2012 -0700
theme cleanup
commit
b97cc939ec50cbd424beb4d9d5d61625b209ccac
Author: Andy Fleming <afleming@variableaction.com>
Date: Wed Jun 20 13:17:41 2012 -0700
added first version of my theme af-magic
commit
5931f64308cbf4b0a8ef740a6b4eda5834479bd7
Author: Tima Maslyuchenko <dudapip3@gmail.com>
Date: Mon Jun 18 21:29:24 2012 +0300
sanitized code according to coding style
commit
e9a9deacb09196a48a39adc827d861e1896f4c59
Author: Tima Maslyuchenko <dudapip3@gmail.com>
Date: Mon Jun 18 20:15:57 2012 +0300
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
commit
82f785bc6751dc7c199b5d1ea068567120b92511
Author: James Walker <walkah@walkah.net>
Date: Mon Jun 18 10:41:19 2012 -0400
remove readlink call and clean up
commit
4a2e9ed0393b74a4e4b42766a5859e6634ce4c65
Merge:
73b9f83 e8d582a
Author: Alexander Berezovsky <ab@plumdistrict.com>
Date: Mon Jun 18 12:16:36 2012 +0300
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
823cc9180c21c0520713b39fe3e3590645c76ad2
Author: Thomas Dippel <thomas@dippel.dk>
Date: Sat Jun 16 12:41:44 2012 +0200
Explicitly tell rbenv to use zsh
According to @graywh's comment on:
https://github.com/sstephenson/rbenv/issues/185
commit
c65a53df811953b9f4117ff0b8014d869565bf9d
Author: Roey Darwish Dror <roey.ghost@gmail.com>
Date: Fri Jun 15 10:07:22 2012 +0300
Fixed unmached " in yum plugin
commit
e8d582aba98d57214a374bed01570ba791c54d9e
Merge:
e3d426d d693711
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:25:00 2012 -0700
Merge pull request #977 from scialex/better-d
Make the 'd' alias only show the directories that can be cd'd to using the number aliases.
commit
e3d426dc6d1e5659bd186aa35a5e63f25d212061
Merge:
38d537f f8802bd
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:24:13 2012 -0700
Merge pull request #980 from vmalloc/dircycle_plugin
Add dircycle plugin: enables cycling through the directory stack
commit
38d537f9e71992b90e41ff0c083432d0c3ce9539
Merge:
b84d336 19bf83e
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:22:33 2012 -0700
Merge pull request #984 from vmalloc/less_r_pager
Pager is 'less -R' to support colored outputs
commit
b84d336672833d7d2162ee583a1ee5384006f3c7
Merge:
f60244f b1e4ef1
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:21:13 2012 -0700
Merge pull request #985 from pomaxa/master
git plugin function
commit
f60244f8f447613b3f68a047bcc235733d71dd4f
Merge:
7bb2744 c7105a5
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:20:42 2012 -0700
Merge pull request #999 from ChaosData/master
Auto title now disabled in emacs term mode
commit
7bb27448735e2a8d710eca9f0dc0ecf37185f403
Merge:
edc8b1e db27635
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:19:07 2012 -0700
Merge pull request #1016 from fuksito/master
Helpers for encoding/decoding base64
commit
edc8b1e2cc0559602103c078f299b87e9a0c732d
Merge:
7d9ae4c b4380aa
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:18:37 2012 -0700
Merge pull request #1032 from r-darwish/suse
Added suse plugin
commit
7d9ae4cdb1af014422df83312ee200c9b7923348
Merge:
d297524 12e181c
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:17:24 2012 -0700
Merge pull request #1055 from daniellockard/patch-1
Added an if-statement to see if git is installed
commit
d297524bf58d8d91fcd69b523c28d6f610b900d5
Merge:
00c8e33 e429a88
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:15:15 2012 -0700
Merge pull request #1065 from ntpeters/patch-1
Added more aliases for yum
commit
4d6b532248fce0e71d762eb1ec3ef2ec8fcd5289
Author: Kristi <kristi.dev@gmail.com>
Date: Wed Jun 13 13:14:31 2012 -0700
add --directory flag
commit
00c8e332a2c9cfad84069c551626be5c582d4cb0
Merge:
4199c1a 33b7f22
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:14:28 2012 -0700
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
4199c1a6f77f1605157b1cfa6baa47c14c68a6c9
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:14:23 2012 -0700
Updating README to ask people to stop sending themes for now
commit
33b7f22628960e5d662b14a181b3e6cc35dcaa7b
Merge:
e6c81a5 df30eae
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:11:36 2012 -0700
Merge pull request #1148 from erichmenge/git-flow-plugin
Add a couple of options for git-flow.
commit
e6c81a58939c8aa1ff8dcf583c3c8b5d129f8aab
Merge:
feb11a7 5f72c63
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 13:09:45 2012 -0700
Merge pull request #1019 from matschaffer/patch-1
Don't clobber standard Esc+. behavior
commit
dee54a2477d2a5be5d6cced7497f539ecfc2e05f
Author: Kristi <kristi.dev@gmail.com>
Date: Wed Jun 13 12:57:15 2012 -0700
Use grep to detect if untracked files exist instead of storing all the output of ls-files.
commit
feb11a71ae007c0b300fbe0e46b4748c02fff7a2
Merge:
21de917 a4748a2
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 12:34:02 2012 -0700
Merge pull request #239 from fred-o/master
Maven and GNU Screen plugins
commit
21de917d3bc2dbe48eadadcaa1ad73e3f4a61ccd
Merge:
2946630 477e81e
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 12:30:40 2012 -0700
Merge pull request #1146 from westonplatter/master
[rails3 plugin], add, rgm = rails generate migration
commit
2946630aa3782fe1a507ba1e64c1a78d9181e8bc
Merge:
577d8a9 61ceec5
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 12:30:06 2012 -0700
Merge pull request #1152 from mispy/virtualenvwrapper
Plugin for Python's virtualenvwrapper
commit
577d8a9a7cb61431449638b57474b07bfa32fa43
Merge:
c669868 1bb7159
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 12:27:30 2012 -0700
Merge pull request #1155 from s3dev/s3dev
Change hardcoded ~/.oh-my-zsh to $ZSH.
commit
c669868486e3351e108df5935b9e804e4f6a75ce
Merge:
57279ec c4608ba
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 12:26:50 2012 -0700
Merge pull request #1145 from tjl2/master
Removing 'ey' from bundled_commands
commit
57279ecd550166ce3009debdcd3457332e40e6ff
Merge:
caa1554 37bce2b
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 13 12:23:40 2012 -0700
Merge pull request #1156 from thackoun/master
very small beug in the terminalparty theme
commit
37bce2b51a528c6be5dc4605c81aab70c949a3a3
Author: thackoun <thackoun@gmail.com>
Date: Tue Jun 12 15:48:00 2012 +0300
fix a very minor bug with colors of parenthesis in the terminalparty theme
commit
1bb715965c1dde1ed6f4456b462ae59e1b3769da
Author: s3 <s3+dev@sdfeu.org>
Date: Tue Jun 12 10:18:02 2012 +0200
Change hardcoded ~/.oh-my-zsh to $ZSH.
commit
61ceec528533bdc2865cf3d04a9214dda6f0f173
Author: Jaiden Mispy <^_^@mispy.me>
Date: Sat Jun 9 11:04:58 2012 +1000
Plugin which loads Python virtualenvwrapper and activates virtualenvs on cd into git repos
commit
477e81e343ad119939302ce6670811db443e75d0
Merge:
083cff4 a04484e
Author: westonplatter <westonplatter@gmail.com>
Date: Fri Jun 8 12:20:31 2012 -0400
Merge branch 'master' of github.com:westonplatter/oh-my-zsh
commit
083cff4a577f8889db4ec201d2309b126a65e894
Author: westonplatter <westonplatter@gmail.com>
Date: Fri Jun 8 12:18:26 2012 -0400
checking if airport allows git protocol
commit
73b9f8311030fe249d703178d5cb445eb0642268
Merge:
548f68d caa1554
Author: Alexander Berezovsky <ab@plumdistrict.com>
Date: Mon Jun 4 16:21:16 2012 +0300
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
df30eae4121802f8ac800cb3e92c7d08356217a6
Author: Erich Menge <erich.menge@me.com>
Date: Sun Jun 3 12:44:14 2012 -0500
Add a couple of options for git-flow.
commit
a04484e546e330a9cd2130ee160a53ec4580a844
Author: Weston Platter <westonplatter@gmail.com>
Date: Fri Jun 1 19:11:53 2012 -0400
rails3, added rgm = 'rails generate migration'
commit
c4608ba281147af564fc0979b63bc8b23f1e55fb
Author: Tim Littlemore <tim@tjl2.com>
Date: Fri Jun 1 15:26:22 2012 +0100
Removing ey command from bundled_commands. It is not usually bundled.
commit
caa15548c107b9c31f61a67547ffab0b0cfe4934
Merge:
48c9e77 8de877d
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 31 10:02:50 2012 -0700
Merge pull request #1138 from amarraja/master
Remove heroku from the bundler plugin
commit
48c9e77f53d8949952549060017f6ac84a5a3945
Merge:
91b4758 0673425
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 31 09:55:39 2012 -0700
Merge pull request #1140 from mappleconfusers/pull_req_debian
Enhancements for the Debian Plugin
commit
91b4758d8f5a910a60de783f15acb66acda68d7f
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 31 09:52:53 2012 -0700
Now with 50% less auto-updates.
commit
0673425331fe997224bab9f90579c40cd14934f1
Author: mapc <musikmichael@web.de>
Date: Mon May 28 23:17:38 2012 +0200
Add command to directly install the output of acs
commit
1876f1d5581e7b6907ead46a8371826db5eded49
Author: mapc <musikmichael@web.de>
Date: Mon May 28 23:14:51 2012 +0200
Make the $apt_pref variable evaluatet at alias expansion by using single-quotes instad of double quotes
commit
3dd3c1f4158365b98e0754de9f0c1cbcb33d026c
Author: mapc <musikmichael@web.de>
Date: Tue May 29 01:07:36 2012 +0200
Add aliases for git-remote: gr...
commit
8de877d63222ed4effad7d52d68fccca2c01b6dd
Author: Amar Raja <amarsuperstar@gmail.com>
Date: Tue May 29 10:20:49 2012 +0200
Prevent the heroku command from being automatically bundle-exec'ed
The heroku command should not be executed via bundler, see:
https://github.com/heroku/heroku/issues/173
commit
8923694fb42393d063487203e803199b394bbb47
Author: Varun Vijayaraghavan <varun.vijayaraghavan@visualrevenue.com>
Date: Thu May 24 11:33:19 2012 -0400
Fixed a bug in checking the platform
commit
548f68d7f028acc70f4a9026a28161a604edc405
Author: Alexander Berezovsky <ab@plumdistrict.com>
Date: Wed May 23 17:03:18 2012 -0700
fino-time theme
commit
0f9fff8aecb154627b42a57cede37f7bd7b6c3ba
Author: Alexander Berezovsky <ab@plumdistrict.com>
Date: Wed May 23 16:47:06 2012 -0700
add fasd plugin
commit
61c39b50390a7869f22001a6cd65b7e8cd977e88
Author: natsumesou <natsumesouxx@gmail.com>
Date: Wed May 23 13:49:21 2012 +0900
Load symlink custom files
`(.)` search only real files.
The deletion of it enables searching symlink *.zsh files
commit
6f859c5837753a87544b2672678e36bcf167cc82
Author: Varun Vijayaraghavan <varun.vijayaraghavan@visualrevenue.com>
Date: Mon May 21 10:42:12 2012 -0400
Add Sublime Text 2 alias for Linux.
Detects the platform using "uname", and sets the alias accordingly.
If you are using Linux, this assumes that you have created a
symbolic link to /usr/bin/sublime_text.
commit
b4380aacb0a0a89618430b2bbb1221c602d43d62
Author: Roey Darwish Dror <roey.ghost@gmail.com>
Date: Thu Apr 19 13:49:15 2012 +0300
Added zp and zps aliases for the SUSE plugin
commit
adab18f1616956beb10419dc52b8d713d6b6c9e0
Author: Roey Darwish Dror <roey@linux-8ud6.(none)>
Date: Sun Mar 25 00:00:05 2012 +0200
Added suse plugins
commit
3fdaf26006e3f075e7ccefd2721295b8bc5172f9
Merge:
383ee71 60c3fa9
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 20 19:48:31 2012 -0700
Merge pull request #1026 from dir01/patch-1
Python plugin: added pygrep command, simplified pyclean
commit
383ee71831460c3dbb8f13bf117ceacfda81fa7c
Merge:
a36a90b 99a3c3c
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 20 19:47:16 2012 -0700
Merge pull request #1079 from dylnhdsn/feature/sublime_text_plugin
added aliases for sublime text
commit
a36a90b932d4ef759691e1fbb8f8f6c0b7f077d4
Merge:
e6fc2c6 e2f7623
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 20 19:46:11 2012 -0700
Merge pull request #1105 from Drarok/fix-svn
Fix the svn plugin only outputting the 1st path segment
commit
e6fc2c6748ab32430012d0d572fb06b6b3e6daca
Merge:
1120f97 f9018c5
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 20 19:45:12 2012 -0700
Merge pull request #1111 from jimeh/fix-ZSH_CUSTOM-variable
Fix $ZSH_CUSTOM variable
commit
f9018c5efbb6cf164139009eff1863837d72b412
Author: Jim Myhrberg <contact@jimeh.me>
Date: Sun May 6 11:10:16 2012 +0100
Load themes from `$ZSH_CUSTOM` instead of `$ZSH/custom`
This seems like a simple oversight, everything else uses `$ZSH_CUSTOM`
rather than `$ZSH/custom`.
commit
51c55ad17e23db89e72424add0c34fa20654cd8f
Author: Jim Myhrberg <contact@jimeh.me>
Date: Sun May 6 11:08:34 2012 +0100
Suppress "zsh: no matches found" error when $ZSH_CUSTOM has no files
The addition of `(.N)` enables the `NULL_GLOB` option which suppresses
the error output in question.
Reference: http://www.zsh.org/mla/users/2004/msg00621.html
commit
e2f7623534054645e849db42a0030a1642e5ba97
Author: Mat Gadd <mgadd@names.co.uk>
Date: Thu May 3 13:03:23 2012 +0100
Don't drop everything after a trailing slash, as this breaks standard svn branches:
^/branches/featurename
^/releases/Release-vx.y
^/trunk
commit
99a3c3c5c85b7a72037022607f41d682b77db7d7
Author: Dylan Hudson <dylan.w.hudson@gmail.com>
Date: Sun Apr 22 08:36:37 2012 -0700
changed the alias to use to cli provided by sublime text
commit
5eb466a7886e1220584322a10964343a101ed1dc
Author: Dylan Hudson <dylan.w.hudson@gmail.com>
Date: Thu Apr 19 00:14:55 2012 -0700
added aliases for sublime text
commit
e429a880e68982ce9ab0f35921174493fa3e4c03
Author: ntpeters <ntpeters@mtu.edu>
Date: Thu Apr 12 06:04:24 2012 -0300
Added yum aliases for: makecache, grouplist, groupinstall, and groupremove.
commit
12e181c6f6167adabb688f63418037c8c1949335
Author: Daniel Lockard <danielhlockard@gmail.com>
Date: Wed Apr 4 13:04:00 2012 -0500
Added an if-statement to see if git is installed
commit
a4748a2aad0c57f3fab01d7bd2dcbe6be00263d2
Merge:
7e5dda7 1120f97
Author: fred-o <fredrik.appelberg@gmail.com>
Date: Mon Mar 26 09:59:50 2012 +0200
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
e9feccf6a94f9f5238ff0b3501f62575d14ae148
Author: Henry Yan <yanhonglei@gmail.com>
Date: Thu Mar 22 09:33:55 2012 +0800
add maven plugin
commit
60c3fa937120f38b1215a57889c8207989c9a7f1
Author: dir01 <dir01@dir01.org>
Date: Thu Mar 22 04:34:19 2012 +0700
Python plugin: added pygrep command, simplified pyclean
commit
605ad8725b06cc15f8523404f59060b6a71bb7a2
Author: mapc <musikmichael@web.de>
Date: Tue Mar 20 02:25:21 2012 +0100
Add a cat smilie as alias for cat
commit
5f72c6313643f3e627394c540192b77781c08178
Author: Mat Schaffer <mat@schaffer.me>
Date: Sat Mar 17 22:03:01 2012 -0300
Don't clobber standard Esc+. behavior
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
commit
db27635d8b4cb60f4d3594893e53777179d00d43
Author: Vitaliy Yanchuk <fuksito@gmail.com>
Date: Fri Mar 16 14:10:37 2012 +0200
Plugin for encoding strings into base64 and decoding them
commit
814ecfc60daffc1eac250d41643d05fb1f43bd4c
Author: Henry Yan <yanhonglei@gmail.com>
Date: Wed Mar 7 23:52:51 2012 +0800
delete time filed
commit
c7105a53416866e8315c503546dc5bfe2b9da83f
Author: Jeffrey Dileo <jtdileo@gmail.com>
Date: Wed Mar 7 07:47:34 2012 -0500
Disabled title function for emacs term mode
commit
7ffc3e745fa7ab020ec45e4ffe7a069c823e386a
Author: Henry Yan <yanhonglei@gmail.com>
Date: Tue Mar 6 14:14:17 2012 +0800
change color of @ to cyan
commit
bd4f1eeca2d1430029153f7be0aa432ef5d2fce9
Author: Henry Yan <yanhonglei@gmail.com>
Date: Tue Mar 6 14:09:11 2012 +0800
add hostname behind username, example: henryyan [02:07:20] ~/.oh-my-zsh git:(master) ✗
commit
c1e9d9226c106aaf973712b1a700dd045aeff9bc
Author: Henry Yan <yanhonglei@gmail.com>
Date: Mon Mar 5 21:39:09 2012 +0800
move kafeitu.zsh-theme to themes folder
commit
09c5996cd0528eb03a93dd464f3cbd755eafd624
Author: Henry Yan <yanhonglei@gmail.com>
Date: Mon Mar 5 21:36:50 2012 +0800
Added kafeitu theme it modified by robbyrussell
commit
b1e4ef17543d4a236ad35417ac36560917e6cadc
Author: pomaxa <pomaxa@ambergames.com>
Date: Thu Mar 1 16:57:00 2012 +0200
current repository action
commit
19bf83e17d90d64b9bb40f8fd4c36e660e4b17e3
Author: Rotem Yaari <vmalloc@gmail.com>
Date: Sun Jan 29 16:41:40 2012 +0200
Pager is 'less -R' to support colored outputs
commit
f8802bd61216b7636b9065efe5441479d3e4f7fd
Author: Rotem Yaari <vmalloc@gmail.com>
Date: Thu Jan 26 22:25:51 2012 +0200
Add dircycle plugin: enables cycling through the directory stack
commit
d693711f1419c4c4da1da8eca35c1d983bb42ab0
Author: Alex Light <scialexlight@gmail.com>
Date: Tue Feb 28 13:52:57 2012 -0500
made the 'd' alias only show the directories that can be cd'ed to using the number aliases
commit
1120f973054836eeb53750f57d69fbec41a340dc
Merge:
631e3d8 5a5c93b
Author: Carlos Rodriguez <carlos@eddorre.com>
Date: Tue Feb 21 09:45:49 2012 -0800
Merge pull request #958 from cruser42/master
URGENT: Fix for bug introduced in pull request 925
commit
5a5c93b33493b47d34dd470eb851aaf24fa87536
Author: cruser42 <ao2391@columbia.edu>
Date: Tue Feb 21 10:47:05 2012 -0500
Fixed bug introduced when fixing issue 896
commit
631e3d8e03f77e1292370375f39fc6688e606350
Merge:
16bdd0c 0da1865
Author: Carlos Rodriguez <carlos@eddorre.com>
Date: Mon Feb 20 22:48:31 2012 -0800
Merge pull request #868 from wgriffioen/bundler_add_rails
added rails to bundled_commands
commit
16bdd0c1692331bda0ae5ae26af2ea74436467db
Merge:
3629270 a9f6aed
Author: Carlos Rodriguez <carlos@eddorre.com>
Date: Mon Feb 20 22:40:12 2012 -0800
Merge pull request #925 from cruser42/bugfix/gitversionfix
Bugfix/gitversionfix
commit
7e5dda7f434b847e4a8899beb736a7251da3d390
Merge:
f504102 3629270
Author: fred-o <fredrik.appelberg@gmail.com>
Date: Mon Feb 20 09:41:45 2012 +0100
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
a9f6aed307f128a58176b151bc36854c9d3899f7
Author: Aleksey Orekhov <ao2391@columbia.edu>
Date: Wed Feb 8 15:30:58 2012 -0500
fixed introduced to parse_git_dirty
commit
7ea758834baa2694c2e9301fed1a71faa9f12166
Author: Aleksey Orekhov <ao2391@columbia.edu>
Date: Wed Feb 8 15:25:12 2012 -0500
changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate
commit
dc4d7a92c1a56509ed116a3ea44345f556c4f91b
Author: Aleksey Orekhov <ao2391@columbia.edu>
Date: Wed Feb 8 15:19:12 2012 -0500
fixed asterisk display for modified repos in git prior to 1.7.2
commit
8f89d4d5a5d584bae288d8111d83a6489a1369dc
Author: Darren Clark <djcdude@gmail.com>
Date: Fri Jan 27 01:20:06 2012 -0700
Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes
commit
362927003bcd8052e294dcbdf14f061ef4f2e173
Merge:
8769e5f 35d89ab
Author: Carlos Rodriguez <carlos@eddorre.com>
Date: Thu Jan 26 23:36:37 2012 -0800
Merge pull request #666 from szetobo/rails_runner
add rails runner alias
commit
8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f
Author: Carlos Rodriguez <carlos@eddorre.com>
Date: Thu Jan 26 23:19:50 2012 -0800
Removed trailing spaces in Git files. Fixes #867
commit
35d89ab85991e9a6dc055d0fd790b50c1aaa0cce
Author: szetobo <szetobo@gmail.com>
Date: Fri Jan 27 08:50:28 2012 +0800
update rails runner alias to ru
- avoid rr as it is mostly used for restart rails server
commit
52733cb3bb0b1c85230c5c69e6c7231fb41c67fe
Author: Tadaya Tsuyukubo <ttsuyukubo@adconion.com>
Date: Thu Jan 26 15:20:08 2012 -0800
prompt git-remove as deleted
commit
0da18650c6d8f63c230c36e92786855361f42ef3
Author: Wim Griffioen <wgriffioen@gmail.com>
Date: Thu Jan 26 19:31:45 2012 +0100
added rails to bundled_commands
commit
9d92987b8a0456e6cc51dd893159071e1fcf43db
Merge:
512a6e5 7553d01
Author: Carlos Rodriguez <carlos@eddorre.com>
Date: Thu Jan 26 00:11:42 2012 -0800
Merge pull request #663 from gravof/patch-1
Replace "git-diff" with "git diff" in the git plugin
commit
512a6e54a34fa3e54a3d0b83f2ad7f0d949292c0
Merge:
b56e372 f9b4356
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jan 25 18:15:16 2012 -0800
Merge pull request #850 from johnantoni/pow-fix
take in chris sexton's changes to the pow plugin
commit
b56e37201dd6cf00a667daa1f033cfb1b1669b4a
Merge:
9dc9cae 6496acf
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jan 25 18:14:29 2012 -0800
Merge pull request #860 from sbfaulkner/rbenv-support-for-themes
adding rbenv support to all the rvm themes
commit
9dc9cae55f5aa9ab12db71da64ab062906d8504b
Merge:
ac910b8 a26f9b9
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jan 25 18:13:51 2012 -0800
Merge pull request #865 from iltempo/patch-1
Adding Engine Yard command (ey) to bundler binstubs
commit
a26f9b9948405a10d3c04280a0ad2e49e69ba6f8
Author: Alexander Greim <alexxx@iltempo.de>
Date: Wed Jan 25 06:56:09 2012 +0100
adding engine yard command (ey) to bundler binstubs
commit
6496acf58bf8531809490b52e34811f74a27cc7c
Author: Brent Faulkner <brent.faulkner@mosaic.com>
Date: Mon Jan 23 20:42:54 2012 -0500
adding rbenv support to all the rvm themes
commit
ac910b85bd782ec7a033b67bab7be63785d063c2
Merge:
80257bd 96265d2
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 13:11:39 2012 -0800
Merge pull request #845 from tjwallace/bundler_plugin_fix
Fix bundler plugin for root level folders
commit
80257bdf214fa49cce5a79062ecb53053cbfabc8
Merge:
3891c50 2c660c1
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 13:11:08 2012 -0800
Merge pull request #717 from blueyed/github-plugin-working-hub
github plugin: only alias git=hub if `hub --version` works.
commit
3891c50923955f2c8605c26dd958ccf65c685d0f
Merge:
3574f30 5809a47
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 13:09:59 2012 -0800
Merge pull request #801 from kalos/autojump
autojump plugin enhanced
commit
3574f30d1ae3fbafacf8ab9d785d2252c52f4975
Merge:
634ce4e 804c18c
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 13:01:54 2012 -0800
Merge pull request #811 from markdrago/remove_verbose_mercurial_flags
remove the -v flag from a few mercurial aliases
commit
634ce4ea1da0f3ee209cf2ff0d7611c9d32aaac6
Merge:
9863633 5f95d01
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 13:01:17 2012 -0800
Merge pull request #853 from lepht/master
Updated to the latest taskwarrior completion definition (2.0b4)
commit
98636331f689b900bbb0d6d6d05548ebbafa44e2
Merge:
851aa9c ae73533
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 13:00:45 2012 -0800
Merge pull request #810 from cseeger/master
Git Plugin: add 'grhh' alias for 'git reset HEAD --hard'
commit
851aa9c96a6ee91d0149ce3f839390227651d2e1
Merge:
c725ecc 62a3ef6
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 12:56:47 2012 -0800
Merge pull request #856 from sgharms/patch-1
Grammar update
commit
c725ecc01b52e3aa9fd3ec5044b9aa1e02851535
Merge:
f4944d5 e0b2356
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 22 12:56:11 2012 -0800
Merge pull request #858 from tatey/bundle_plugin_middleman
Add middleman to bundled commands in bundler plugin
commit
e0b235608032256f5b725676f7c6217480a52722
Author: Tate Johnson <tate@tatey.com>
Date: Sun Jan 22 21:34:25 2012 +1000
Add middleman to bundled commands
commit
62a3ef643328a05c11a62cd42de12cf271ca1e69
Author: Steven G. Harms <github@sgharms.oib.com>
Date: Sat Jan 21 13:24:07 2012 -0800
Grammar update
commit
5f95d018e89e886615c82bc180e7e70457188c9b
Author: lepht <pete.clark@gmail.com>
Date: Wed Jan 18 20:29:31 2012 -0500
Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4)
commit
f9b4356e0ed9e95890ce79c982dd5481ba7803aa
Author: John Antoni Griffiths <john@johnantoni.com>
Date: Wed Jan 18 18:36:11 2012 -0500
bug : stop creating those ~ directories
add powit command to symlink an app if it hasn't been already
commit
3841da15d02e6d36310b9cc1ebd62502d0bf2135
Author: John Antoni Griffiths <john@johnantoni.com>
Date: Wed Jan 18 18:07:31 2012 -0500
don't check for tmp dir
commit
36cd5ed1a59394827d6e9d38eca33b614790ded3
Author: John Antoni Griffiths <john@johnantoni.com>
Date: Wed Jan 18 14:18:09 2012 -0500
add alias to view the standard out (puts) from any pow app
commit
c1a04eb61fcdd740bef52cd9da75fd72aeac3cf4
Author: John Antoni Griffiths <john@johnantoni.com>
Date: Wed Jan 18 12:58:13 2012 -0500
take in csexton's changes
https://gist.github.com/
1019777/
70dbb46db9bd5b346faf543a9dd4edac4782adda
commit
741f6747e418229deec62ae2d19c776f6494e219
Author: John Antoni Griffiths <john@johnantoni.com>
Date: Wed Jan 18 12:52:27 2012 -0500
fix for pow plugin to default to current dir
commit
f4944d5a9537eb4bdc4991fe63e6d249f9e5b478
Merge:
51ce4cd 5260bfd
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jan 18 06:59:01 2012 -0800
Merge pull request #721 from gawel/master
Just another alias for django
commit
51ce4cd407a0df8dddbd38c256800211627b05a0
Merge:
7cb5a5d e43dd05
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jan 18 06:57:23 2012 -0800
Merge pull request #783 from oteyatosys/master
Mortal Scumbag Theme added
commit
7cb5a5d4065569f709c64b1434bd2db56b136810
Merge:
6822296 b73f95a
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jan 18 06:56:12 2012 -0800
Merge pull request #830 from dbye/speedup
Removed calls to compinit in the extract and the bundler plugins.
commit
6822296d719e2cc1fb878bc7bbfc67c8aab1bc37
Merge:
1a0be15 8f1a5d3
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jan 18 06:55:30 2012 -0800
Merge pull request #847 from msharp/master
rake plugin
commit
8f1a5d3f1581c80510728143e146143deecaa61e
Author: max sharples <maxsharples@gmail.com>
Date: Tue Jan 17 13:11:01 2012 +1100
added a rake plugin to disable zsh file globbing when calling rake tasks with square brackets
commit
96265d26454868b8b654e4a5271939748e1dd148
Author: Jeff Wallace <jwallace@partnerpedia.com>
Date: Tue Jan 17 10:00:12 2012 -0800
fix bundler plugin for root level folders
this fix allows _within-bundled-project() to properly pickup a Gemfile
within a root level folder (ie. /my_project)
commit
1a0be15d8c9c008eeeca57b820fe090fcbf9c59a
Merge:
eabd6fa 4b3429d
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jan 16 13:21:48 2012 -0800
Merge pull request #840 from arbovm/master
fixing #812: adding plugins w/o plugin.zsh file to fpath.
commit
eabd6fa30308a76d6af278a6b0ec1e6445a82d36
Merge:
dc45119 73c2c8a
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jan 16 13:20:23 2012 -0800
Merge pull request #838 from Bounga/bundled_thor
Add Thor to bundled commands
commit
dc45119ecc2d0d244ecc463cc959473a99423cb6
Merge:
7a41498 0d99759
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jan 16 12:53:52 2012 -0800
Merge pull request #833 from backspace/patch-1
Don’t report that Oh My Zsh has been updated when it hasn’t.
commit
4b3429d765f1f14f7dbf2cc451e3047388978bf6
Author: Arbo von Monkiewitsch <arbo@soundcloud.com>
Date: Mon Jan 16 18:21:27 2012 +0100
fixing #812: adding plugins w/o plugin.zsh file to fpath.
commit
73c2c8adc77568abdf2c7be1761c5cac6f06ad06
Author: Nicolas Cavigneaux <nico@bounga.org>
Date: Mon Jan 16 15:19:36 2012 +0100
Add Thor to bundled commands
commit
b73f95ab260f49bf6baa484faa40591c51629c02
Author: Daniel Bye <dan@slightlystrange.org>
Date: Mon Jan 16 13:34:07 2012 +0000
Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
commit
f5041025844a2509f42e0bb19cb8d5418340e10c
Merge:
e24230c 7a41498
Author: fred-o <fredrik.appelberg@gmail.com>
Date: Mon Jan 16 09:58:03 2012 +0100
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
0d99759cc371d7b8f70cde950f42cc3558559533
Author: backspace <b@chromatin.ca>
Date: Sun Jan 15 08:49:52 2012 +0200
Don’t report that Oh My Zsh has been updated when it hasn’t.
commit
c04b4abe91b69c058bde8e5968abb759b9168b88
Author: Daniel Bye <dan@slightlystrange.org>
Date: Fri Jan 13 12:40:59 2012 +0000
Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
commit
dafef0b6923c5f3c5e41c7270fedaabc8875444f
Merge:
95971a2 7a41498
Author: Mark Drago <markdrago@gmail.com>
Date: Wed Jan 11 09:29:13 2012 -0500
Merge branch 'master' into cloud_parameter
commit
5809a4721dd1b575c1f4cbc3cc361520e97cd8b9
Author: Calogero Lo Leggio <kalos@nerdrug.org>
Date: Tue Jan 10 10:01:16 2012 +0100
check if autojump is installed
commit
7a41498b0d4f68c537d494b5f849913361315fde
Merge:
b7b2dd5 967e84e
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jan 9 20:56:25 2012 -0800
Merge pull request #784 from lnxbil/
967e84ebaa180ad2ab1eebc9a512f94d93e84aea
multiple version should also be highlighted
commit
b7b2dd5802cc9ff28447151c430f47aba1f4739b
Merge:
a11c814 a28b888
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jan 9 20:55:24 2012 -0800
Merge pull request #806 from OutPunk/terminalapp-plugin
Apple Terminal.app resume directory plugin
commit
ae735335e186447b370d299376970a7ea949b474
Author: Chad Seeger <chad@manilla.com>
Date: Mon Jan 9 15:19:19 2012 -0800
Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'
commit
a11c8142d3721f5921a304d8f67a89f26622a719
Merge:
8c45b73 7a36187
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jan 6 17:03:04 2012 -0800
Merge pull request #816 from lucapette/add-annotate-to-bundler-commands
add annotate command to bundler
commit
7a361870a97d9d34158542503f942fb0c67accfc
Author: lucapette <lucapette@gmail.com>
Date: Fri Jan 6 22:10:57 2012 +0100
add annotate
commit
95971a287bc2bab899c96ce3c82eed4b7e6c299d
Merge:
e3c34b4 8c45b73
Author: Mark Drago <markdrago@gmail.com>
Date: Fri Jan 6 07:20:23 2012 -0500
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into cloud_parameter
commit
804c18ca53e832f20869a7681143464382e8a2df
Author: Mark Drago <markdrago@gmail.com>
Date: Thu Jan 5 17:39:13 2012 -0500
remove the -v flag from a few mercurial aliases
The -v flag for these commands really isn't very useful. It will
output some information about the hooks it is running, but that is
generally not useful and just noisy. The desire to add -v to these
commands is exceptional and IMHO it's better to make the common
case of not seeing those messages the supported behavior.
commit
9ac98f6ceb77df71c98558a122bc06f8adadf989
Author: Chad Seeger <chad@manilla.com>
Date: Thu Jan 5 13:41:27 2012 -0800
Git Plugin: adds 'grhh' alias for 'git reset HEAD --hard'
commit
a28b8889ee80856b65dd792dedd7735a1b94443c
Author: Alexander Madyankin <alexander@madyankin.name>
Date: Thu Jan 5 11:16:17 2012 +0600
Apple Terminal.app resume directory plugin
commit
955825b1e9e484e4b6811a6ba8895924c1834493
Author: Calogero Lo Leggio <kalos@nerdrug.org>
Date: Tue Jan 3 18:03:53 2012 +0100
autojump plugin enhanced
commit
8c45b739181ba58e91e2dceaa53b08161c46b03f
Merge:
35de0e1 2176cf3
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jan 2 19:05:47 2012 -0800
Merge pull request #785 from simonjefford/patch-1
bundler plugin - don't "bundle exec rails"
commit
35de0e1e63e8015eef3a8259c266930556f22da1
Merge:
5516f8c a49fcea
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jan 2 19:02:32 2012 -0800
Merge pull request #799 from plindborg/ruby-plugin-fix
Fixed the rfind command in the ruby plugin
commit
a49fcea9f5d281cccce2ad421db253455a248109
Author: Patrick Lindborg <lindborg@gmail.com>
Date: Mon Jan 2 21:48:19 2012 +0100
Fixed the rfind command in the ruby plugin
commit
5516f8c42b8ef05e1ae8e8f839c251063ce7804b
Merge:
3e9493f cb50164
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jan 1 09:19:40 2012 -0800
Merge pull request #790 from cicloid/master
Getting the hostname, correctly everywhere.
commit
e3c34b4f9aee666ea5446a975b4a70cdbab3239c
Author: Mark Drago <markdrago@gmail.com>
Date: Sat Dec 31 12:13:31 2011 -0500
add ability to set custom prefix for cloud theme
commit
cb501645d70ad1e50b6b3d3553618e585074533f
Author: Gustavo Barron <cicloid@42fu.com>
Date: Fri Dec 30 12:11:41 2011 -0600
Get the Hostname
Main library should use ZSH native hostname function
commit
2176cf37fb1eed028c53a2095098d585489b1cce
Author: Simon Jefford <simon.jefford@gmail.com>
Date: Thu Dec 29 21:54:19 2011 +0000
bundler plugin - don't "bundle exec rails"
As per http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
commit
967e84ebaa180ad2ab1eebc9a512f94d93e84aea
Author: Andreas Steinel <A.Steinel@gmail.com>
Date: Thu Dec 29 02:22:40 2011 +0100
multiple versions could occur and should also be highlighted
commit
e43dd05a6a731462c6124598ce2e4d1a9d3a5160
Author: Michael Andersen <michael.andersen.85@gmail.com>
Date: Thu Dec 29 01:30:43 2011 +0100
Mortal Scumbag Theme
commit
4a813cf1a2ccddc58059271065a8abc8f9079019
Author: Ryan Schmukler <rschmukler@gmail.com>
Date: Tue Dec 27 21:02:31 2011 -0600
Added vsplit_tab and split_tab for iTerm. Create new session within a vertical/horizontal split of the tab respectively.
commit
3e9493fb301b7d34bb6861787d97067ec9365268
Merge:
6bab89a a2afcca
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:45:53 2011 -0800
Merge pull request #679 from ornicar/official
Add yaourt --sucre alias in archlinux plugin
commit
6bab89a47912b0ff822974788acb4daf3cb280ab
Merge:
359fe53 31cddcd
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:33:17 2011 -0800
Merge pull request #671 from peterhoeg/
31cddcd32427a5f5d3daa0da168d39aba5b510b4
fix: rbenv plugin - gemset.
commit
359fe53883838dedeeb02c62df9e3a2acb10bc96
Merge:
ae3f5e4 31badac
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:32:37 2011 -0800
Merge pull request #688 from alexstrat/master
Plugin : autocomplete for Jake
commit
ae3f5e4917597cd63cae6d275789421696868422
Merge:
22b9977 452f121
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:31:41 2011 -0800
Merge pull request #693 from dreur/upstream-debian-apt-history
Add apt-history function to debian plugin
commit
22b99779d9af031aba96d52c95d71b0f6c11b380
Merge:
2864e42 444145b
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:31:16 2011 -0800
Merge pull request #702 from sirech/fix-bundle-compl
Pull request #594 was not really correct
commit
2864e421eaf67adf334efc9e5d0e05e8af1221b4
Merge:
7c66c63 10618f3
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:30:09 2011 -0800
Merge pull request #710 from moutten/patch-1
Add the --format tag to knife list commands
commit
7c66c634635bfc8d312d17c02cccf4b1f22fafca
Merge:
8bc6082 6095fe4
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:29:14 2011 -0800
Merge pull request #669 from peterhoeg/f/battery
add: battery plugin
commit
8bc60824f6f5ff9451fef9a240607a32109c0bbb
Merge:
480d124 2ca2ad3
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:23:53 2011 -0800
Merge pull request #618 from fceccon/custom-theme
Use a custom version of a theme if the user has it
commit
480d1247b89ae089564eb0ca7d66aef989b9f5e5
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:15:35 2011 -0800
Updating installation documentation to show a curl example as well for those who don't have wget installed.
commit
c41807c82fa21e1fcdb18af03a428b88bf2d9673
Merge:
0407eb0 f999fd8
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:09:09 2011 -0800
Merge pull request #776 from mytechnix/master
Added examples aliases in ZSH config template and new theme.
commit
0407eb000fe3460c7bc5c2638b9b8acce99af827
Merge:
b29602e 1a49f64
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:06:55 2011 -0800
Merge pull request #747 from ilikenwf/
1a49f6443c0230b8e182294546ed9ef2a5110bf2
Add sprunge.us uploader - uses files, pipes, etc and posts to a minimalistic pastebin
commit
b29602e66108e8319eaae28b8285caf2253105c7
Merge:
2b86624 dd14e07
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:05:51 2011 -0800
Merge pull request #764 from Fl4t/submodules
Ignore submodules dirty in prompt info
commit
2b86624951d8145fbac2c790ff1f8c25f7490a94
Merge:
723372a 0b58363
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:04:59 2011 -0800
Merge pull request #772 from indrajitr/master
Fix upgrade and uninstall functions to pick up $ZSH value
commit
723372a103170f8c220da4d39179385711a8dc1e
Merge:
8af3a9a a21dc47
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:04:04 2011 -0800
Merge pull request #765 from trevor/master
add note about custom plugins
commit
8af3a9af56a2311d8a0c27b57e7ae09616038b36
Merge:
f8db2e8 d852169
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:02:59 2011 -0800
Merge pull request #768 from askreet/master
global ssh_known_hosts file
commit
f8db2e88e51b9dc25151b616704ab77ab8bbac63
Merge:
0ca2e26 12a0457
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 10:02:09 2011 -0800
Merge pull request #769 from divineforest/master
Added alias gcm='git checkout master
commit
0ca2e26e1695cfddae2997b9ade39fd6fd147ae3
Merge:
54f1758 59baf39
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 26 09:58:55 2011 -0800
Merge pull request #775 from tatey/sammy_black_on_white_theme
Black on white theme
commit
f999fd8e121c1fd4d097c25be59c6020e1aed830
Author: Michael Holachek <michael.holachek@gmail.com>
Date: Mon Dec 26 12:20:02 2011 -0500
Added example aliases in ZSH template. Added a new theme.
Example aliases allow for an easier way to open ZSH config file/folder
in Textmate. New theme is mh.zsh-theme.
commit
59baf390e96751fc51299ecefe921ba8718ba3aa
Author: Tate Johnson <tate@tatey.com>
Date: Mon Dec 26 13:16:26 2011 +1000
Black on white theme inspired by Sam Stephenson's terminal screenshot on https://github.com/sstephenson/rbenv
commit
0b583638ae7bc58928b77669919600e27f4738b0
Author: Indrajit Raychaudhuri <irc@indrajit.com>
Date: Sun Dec 11 20:27:35 2011 +0530
Fix upgrade and uninstall functions to pick up $ZSH value
commit
12a04571bbe5551cff6c8095ede74e4c8d7cc5aa
Author: Alexander Balashov <divineforest@gmail.com>
Date: Fri Dec 23 11:14:22 2011 +0400
Added alias gcm='git checkout master
commit
d8521693f4e2c140391065e7b721d7452134259f
Author: Kyle Smith <askreet@gmail.com>
Date: Thu Dec 22 14:02:01 2011 -0500
Added support for entries in /etc/ssh/ssh_known_hosts.
commit
dd14e075b7dd39906e2075ac6dd8f5bcc66b6129
Author: julien@macbook <julien.stechele@gmail.com>
Date: Wed Dec 21 15:03:55 2011 +0100
Ignore submodules dirty in prompt info
commit
a21dc477c26ce29c839ca3aa36af91efcad179ea
Author: Trevor Wennblom <trevor@well.com>
Date: Tue Dec 20 16:16:02 2011 -0600
add note about custom plugins
commit
54f17588b363fa20df592366b6dd693ce3b7c820
Merge:
8c96fa3 03424fd
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 19 13:56:48 2011 -0800
Merge pull request #752 from andrewtch/symfony2-completion
Symfony 2 completion
commit
8c96fa3ec681f476c5ca8b1a4655dcb71c9baa91
Merge:
8ca8d26 1ced49b
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 19 13:55:40 2011 -0800
Merge pull request #757 from cwjohnston/knife-environments
Add support for chef environments in knife plugin
commit
8ca8d2661c2d65bed85a5d7e64bcc2038c4a5218
Merge:
82568cc a62d227
Author: Robby Russell <robby@planetargon.com>
Date: Mon Dec 19 13:55:10 2011 -0800
Merge pull request #759 from Zhann/master
show gem set next to ruby version
commit
a62d22726be1c3a02405bf327449e605be8fc5b2
Author: Steven De Coeyer <steven@platipi.be>
Date: Mon Dec 19 15:26:37 2011 +0100
show gemset next to ruby version
commit
1ced49b85a859b399728ce32ef77399874f5172b
Author: Cameron Johnston <cwjohnston@gmail.com>
Date: Sun Dec 18 22:15:00 2011 -0700
adding support for chef environments in knife plugin
commit
03424fdadba13fea2297a94144e989926cabdcb3
Author: Andrew Tch <andrew@noop.lv>
Date: Sun Dec 18 00:23:31 2011 +0200
Symfony 2 completion
commit
82568cc7e64502c953226bfa30a34fb4bcd46d99
Merge:
c133f41 7ec2dd9
Author: Robby Russell <robby@planetargon.com>
Date: Fri Dec 16 11:04:34 2011 -0800
Merge pull request #708 from eatnumber1/update-print
Use printf rather than echo -e in update.sh
commit
1a49f6443c0230b8e182294546ed9ef2a5110bf2
Author: Matt Parnell <parwok@gmail.com>
Date: Sat Nov 12 21:09:27 2011 -0800
add sprunge.us pastebin uploader - uses files, or pipes
commit
c133f41833ba1ce6a3868a644ad29caa17bfa75a
Merge:
047fcdc 7ba54d1
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 22:09:51 2011 -0800
Merge pull request #343 from giddie/plugin-wakeonlan
Plugin to make WOL nice & easy
commit
047fcdc2cb61d768dba1def2ba4f66cc97d95356
Merge:
220eccf 3e7e52a
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 22:04:11 2011 -0800
Merge pull request #743 from c089/autojump-macports
add support for autojump installed via macports
commit
220eccf0a9dac5cfb3c16e46829ab916d5c979c1
Merge:
9637d4e 8ca019f
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 22:03:27 2011 -0800
Merge pull request #741 from suvash/master
Added my own theme for submission
commit
9637d4ec2205b3a98b7c3b5d89372828346c45ff
Merge:
e711ab8 d25fb09
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 22:02:24 2011 -0800
Merge pull request #738 from pygatea/master
Adds pygmalion.zsh_theme
commit
e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec
Merge:
d1b6423 b16099f
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 22:01:33 2011 -0800
Merge pull request #733 from Zhann/master
Pull request for zhann theme
commit
d1b6423f2f0d5cf94a35e408441e2a59ff7a3f77
Merge:
e25147a 3fc812a
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 21:59:37 2011 -0800
Merge pull request #732 from ggustafsson/patch-1
Removed duplicate setting and sorted the remaining
commit
e25147a3af42503f2ed1c4199f4541314a9e8d34
Merge:
11b4769 5eae942
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 21:59:14 2011 -0800
Merge pull request #734 from maxpersson/726-pip-completion
Added brute force package completion to pip plugin
commit
11b47690854306ba095869714a1a6be8c9debc73
Merge:
ca21ff1 258457e
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 21:56:45 2011 -0800
Merge pull request #709 from docwhat/custom-plugin-fpath
set fpath correctly for custom plugins
commit
ca21ff16da3d7d807831db997b2abfefc79ea21b
Merge:
a9a0f58 4173ba1
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 21:54:14 2011 -0800
Merge pull request #707 from gmcmillan/master
Allow user to disable update prompt
commit
a9a0f580095bdf64c9a02e795b669e7126de4b65
Merge:
d3cc184 5277a0f
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 21:52:42 2011 -0800
Merge pull request #706 from docwhat/termsupport-hook
lib/termsupport now uses add-zsh-hook
commit
d3cc18499d36e3ca878eb29a57453b503e29df9c
Merge:
91926dc 419ffdc
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 21:51:21 2011 -0800
Merge pull request #701 from kirs/master
Rails Migrations support in Rails3 plugin
commit
91926dc80a1d67f4202cb9b710b8b37ba7ca25ab
Merge:
7c36ef7 bf2c55a
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 14 21:48:27 2011 -0800
Merge pull request #553 from benlumley/master
Improvement to gallois theme
commit
3e7e52a25fbfdb57f291ee9575a606f845dbff57
Author: Christoph Neuroth <cnr@lusini.com>
Date: Wed Dec 14 11:47:24 2011 +0100
add support for autojump installed via macports
commit
8ca019f02a4dc718fe5fc8b1186108eb376360c9
Author: Suvash Thapaliya <suvash@gmail.com>
Date: Mon Dec 12 23:55:07 2011 +0100
Added my own theme file : suvash
Since I store my dotfiles on github
and plan to submodule oh-my-zsh
i supposed it was a good idea to
submit my theme as well.
commit
d25fb095a9d1f814fe2b4d0f42ffe827780d4a59
Author: Dominick LoBraico <dj@lobraico.com>
Date: Fri Dec 9 12:18:54 2011 -0600
forks miloshadzic theme to add more directory info as well as user and host info
commit
e24230cbfb766320fa13fcda6c1adb60028288f4
Merge:
7c36ef7 0a89611
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Thu Dec 8 10:02:17 2011 +0100
Merge branch 'master' of git@github.com:fred-o/oh-my-zsh
Conflicts:
.gitignore
commit
5eae9421883d71b954d4abaa6056b28874ad47ec
Author: Max Persson <max@maxpersson.com>
Date: Wed Dec 7 14:09:43 2011 +0100
Added message when caching packages
commit
1c4997f5cada6f1ff1f205b20cf321cfc6b6d347
Author: Max Persson <max@maxpersson.com>
Date: Wed Dec 7 13:32:58 2011 +0100
Added caching of packages
commit
42b0123427d2bdee0e3221d930bb48038c601932
Author: Max Persson <max@maxpersson.com>
Date: Wed Dec 7 11:08:42 2011 +0100
Added brute force package completin on install subcommand
commit
7c36ef7faa65441f8eec27589f24ba9f18f8d66c
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 6 13:51:31 2011 -0800
Adding critical security patch to let you all know I'm on top of this shit. add 'nyan' to your plugins... then run for security upgrade.
commit
b16099f3cb9855affa14d0f03adf6563f8df4cbe
Author: Steven De Coeyer <steven@platipi.be>
Date: Tue Dec 6 15:18:29 2011 +0100
Added Zhann theme. Based on Robbyrussel theme, but shows the current ruby version and has some color variations.
commit
3fc812afc9af75e49a8f99bad3ada41672547503
Author: Göran Gustafsson <gustafsson.g@gmail.com>
Date: Sat Dec 3 13:18:37 2011 +0100
Removed duplicate setting and sorted the remaining
commit
31badac2ea2ecdc77cf4c339fcef9472940cb261
Author: Lachèze Alexandre <alexandre.lacheze@gmail.com>
Date: Fri Dec 2 12:54:04 2011 +0100
Jake-node plugin : update
- remove the need to write a `jake_tasks` in the directory
- use most recent usage of completion with zsh
- tested for MacOSX and Ubuntu
commit
5260bfd4eba3787d5d32086b55ed728f3f3ab7f8
Author: Gael Pasgrimaud <gael@gawel.org>
Date: Sun Nov 27 15:07:31 2011 +0100
allow django-manage completion. http://pypi.python.org/pypi/DjangoDevKit
commit
2c660c16ad818d4e1f001e392f7e82c7c02cbbc6
Author: Daniel Hahler <git@thequod.de>
Date: Thu Nov 24 13:51:55 2011 +0100
Only alias git=hub if `hub --version` works.
`hub` is crashing for me on a old CentOS setup with
"undefined method `shelljoin'".
On first use of the `git` function it is now checked if
`hub --version` returns successfully.
commit
10618f323f2915c2a7281e258a42d05faf1cc1af
Author: Matt Outten <moutten@squaremouth.com>
Date: Wed Nov 16 11:14:26 2011 -0500
Add the --format tag to knife list commands
This commit adds the --format tag to all of the autocompletion functions. The default format changed from json to a "human readable" format as of version 0.10. This change should be backward compatible. Alternatively, these commands could be simplified by using the new default human readable format.
commit
258457ea4fe0b8fcb1f6d0242071edb82cab449a
Author: Christian Höltje <docwhat@gerf.org>
Date: Wed Nov 16 09:46:05 2011 -0500
Moved ZSH_CUSTOM declaration before fpath is set
* also normalized style to match the guide.
commit
3512eca2cefee9b89b08230021c25f6e30525e31
Author: Christian Höltje <docwhat@gerf.org>
Date: Wed Nov 16 09:25:45 2011 -0500
set fpath correctly for custom plugins
Custom plugins weren't being added to the fpath correctly.
commit
7ec2dd984a7605b28fcaed411f33403802bc876a
Author: Russell Harmon <russ@eatnumber1.com>
Date: Wed Nov 16 04:32:05 2011 -0500
Use printf rather than echo -e in update.sh
update.sh is an "sh" script, not a zsh or bash script. On platforms
which have real sh, echo does not have the -e option.
commit
4173ba1e95403f3d2cd28b0ad5d5f2c0691f86b7
Author: Graham McMillan <mcmgraham@gmail.com>
Date: Tue Nov 15 13:46:14 2011 -0500
Added option to disable the update prompt. Set DISABLE_UPDATE_PROMPT to true to enable.
commit
5277a0ffaacbc2e23c8753fefdf1c4fe6d1e7685
Author: Christian Höltje <docwhat@gerf.org>
Date: Tue Nov 15 01:20:29 2011 -0500
Added add-zsh-hook support to themes
I added add-zsh-hook support to the themes that didn't have it already.
This allows the themes to co-exist with plugins and lib/termsupport.
commit
40c47a737571468b759bbc30e4b4dc4b5f77470f
Author: Christian Höltje <docwhat@gerf.org>
Date: Tue Nov 15 01:14:03 2011 -0500
lib/termsupport now uses add-zsh-hook
This is needed to play nice with plugins that need various hooks.
commit
444145b495338ca3fbc86f0956003a1074f845df
Author: Mario Fernandez <mario.fernandez@hceris.com>
Date: Wed Nov 9 23:01:45 2011 +0100
FIX: commands like ruby and rake where not being completed
commit
419ffdc48d218156b578d46d7fb5c64adcccb3de
Author: Kir Shatrov <razor.psp@gmail.com>
Date: Wed Nov 9 14:46:38 2011 +0400
Rails Migrations support
commit
452f1213018551f6a388224bbfd1c84ef73b3770
Author: Benjamin Boudreau <boudreau.benjamin@gmail.com>
Date: Mon Nov 7 13:42:16 2011 -0500
Add apt-history to debian plugin
commit
456993e03be3193056b9a18a809a18414cf9df00
Author: Alexandre <alexandre.lacheze@gmail.com>
Date: Wed Nov 2 13:31:06 2011 +0100
minor modifications in comment header (the revenge)
commit
a78387cb5d46c98336a8fa0abd72d682f1c00c8b
Author: Alexandre <alexandre.lacheze@gmail.com>
Date: Wed Nov 2 13:29:28 2011 +0100
Minor modifications in comment-header
commit
0f13387b074aa20b035251ea85e4f8a82eddbfa8
Author: Lachèze Alexandre <alexandre.lacheze@gmail.com>
Date: Wed Nov 2 03:55:26 2011 +0100
Added completion plugin for jake
commit
a2afccae194470e71dd256b594964ddfe0e5c221
Author: ornicar <thibault.duplessis@gmail.com>
Date: Tue Oct 25 09:53:59 2011 +0200
Add yaourt --sucre alias in archlinux plugin
commit
31cddcd32427a5f5d3daa0da168d39aba5b510b4
Author: Peter Hoeg <p.hoeg@northwind.sg>
Date: Thu Oct 20 15:27:49 2011 +0800
fix: rbenv: I need to find a proper way to test changes...
commit
a5545bd31c76a4f34339dc4e7b87f74fa0174015
Author: Peter Hoeg <p.hoeg@northwind.sg>
Date: Thu Oct 20 14:12:56 2011 +0800
add: rbenv plugin
commit
6095fe4f7157ba444addaf436f9f44e3d491a784
Author: Peter Hoeg <p.hoeg@northwind.sg>
Date: Thu Oct 20 14:12:13 2011 +0800
add: battery plugin
commit
81d94e6c9e3ebe5f0cb094474b1b2f96d2cf567b
Author: Godwin Ko <godwin.ko@athenabest.com>
Date: Wed Oct 12 12:16:23 2011 +0800
add rails runner alias
commit
7553d0171f7d1fe070a70af2c863fdadf6d7d5ac
Author: Gavin Huang <gravof@gmail.com>
Date: Tue Oct 18 11:46:45 2011 +0800
Replace "git-diff" with "git diff" in the git plugin
commit
ebbead82abe59663cedd9f0ade4627e01548b4c1
Author: Aslam Najeebdeen <aslamnajeem@gmail.com>
Date: Sat Jul 16 17:31:57 2011 +0530
RVM info
commit
878d569c6845198005dacc4e9a56b6610e46ffd9
Author: Aslam Najeebdeen <aslamnajeem@gmail.com>
Date: Mon Jul 4 15:37:11 2011 +0530
FrontCube theme with git status
commit
757fa3314d1c041ab715dbda838f3e9b2ff9ce17
Merge:
b8ade48 f35bfd9
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:50:44 2011 -0700
Merge pull request #505 from masnick/master
Add new theme (fino.zsh-theme)
commit
b8ade4815adb42c21bfc8e2b415bde4b295d2c71
Merge:
03fc819 d3116d4
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:48:49 2011 -0700
Merge pull request #529 from dbb/master
Merge 'deb' and 'debian' plugins
commit
03fc819bee2ebef117bc2bd9e2ecb46902b9dc62
Merge:
833c856 ecfac1c
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:46:08 2011 -0700
Merge pull request #552 from Tricon/master
Purple Apple Logo Theme
commit
833c856b844d6ad6daad0c3f17e44de9abf32779
Merge:
dfc7319 ee507c9
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:45:19 2011 -0700
Merge pull request #579 from hakanensari/bundler-plugin-patch
Bundler plugin patch
commit
dfc731949147a5cc58620af0a24ea58ced271606
Merge:
cceb387 965e1cf
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:44:26 2011 -0700
Merge pull request #594 from sirech/fix-bundle-compl
Fix completion for bundled commands using the bundler plugin
commit
cceb387e0bdad96a246f0374f835c37d8f2e5193
Merge:
0fe2462 f9c143b
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:42:56 2011 -0700
Merge pull request #595 from zachriggle/grails-plugin
Grails plugin
commit
0fe2462af8ba0b1fc080e9eea6bac583db4b3b48
Merge:
167f84d c113e88
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:40:38 2011 -0700
Merge pull request #554 from toolbear/549-fix-auto-upgrade
Fix auto upgrade failure from non-exported ZSH env var
commit
167f84dacd57bcb287d68df75c24163d24859253
Merge:
c5e6dbf 701f775
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:40:01 2011 -0700
Merge pull request #607 from vddgil/patch-1
Textmate plugin update to take Gemfile and cucumber features in account
commit
c5e6dbf76b92adfc9a21955a25b52a8f4065fa95
Merge:
15d7a4c d22b253
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:39:35 2011 -0700
Merge pull request #613 from rkj/master
Please merge my theme.
commit
15d7a4c2250d99380de5104c2f6ced457f943288
Merge:
85fd141 0d285e3
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:38:57 2011 -0700
Merge pull request #614 from philippbosch/feature/terminitor-plugin
terminitor plugin
commit
85fd141ff9f44540af1ae4479d8940b79df927cd
Merge:
ebd0523 b2703a3
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:36:39 2011 -0700
Merge pull request #622 from foozmeat/master
This is the correct way to check the return value
commit
ebd0523a4a537e98581f3f5be0e161218d7716e9
Merge:
72adfb6 8287cc1
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:36:23 2011 -0700
Merge pull request #626 from nickstenning/upstream
Better cake completion
commit
72adfb6cc7bae9ec449f2654038528c359a3c367
Merge:
57f04b9 c1c7b0e
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:35:16 2011 -0700
Merge pull request #631 from danshearmur/git-merge-alias
added git merge as gm
commit
57f04b921ea1c12a0a283331778848cd4011bf21
Merge:
1228638 c373c71
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:33:55 2011 -0700
Merge pull request #645 from mr-szymanski/master
Add "wuffers" theme
commit
1228638b41142629f90bf09c97db881d4f4bfe09
Merge:
26b20e2 d926a55
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:33:12 2011 -0700
Merge pull request #648 from SFEley/
d926a55872b5a12ab8b987e9d86c02358d0c825e
New theme - Crunch
commit
26b20e21e1c6df7183c90bea011300b08274df52
Merge:
11a0c33 55eda0c
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:31:54 2011 -0700
Merge pull request #418 from ptrv/master
Added Mercurial plugin
commit
11a0c33323c9764eb716466f44537dac3fe19295
Merge:
cc82ac1 8a31ae5
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:30:55 2011 -0700
Merge pull request #441 from Gonzih/master
Create gnzh theme and vundle plugin
commit
cc82ac1ed6406ed3c488252df61894d3e9d16526
Merge:
490177d 911837c
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:27:33 2011 -0700
Merge pull request #273 from blueyed/hub-alias-only-with-ruby
Minor fix for the github plugin: check for `ruby`.
commit
490177d48b8b58b3c1c42596f1f9dcbd21b1ba90
Merge:
7b6b6f1 4144f4b
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:26:28 2011 -0700
Merge pull request #225 from Soliah/plugin-bundler
Add tab completion to bundler plugin
commit
7b6b6f1d923fbe9138e449ca4e05e67aebaae26a
Merge:
84c20ce bf86502
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:24:38 2011 -0700
Merge pull request #205 from sorin-ionescu/plugin-gnu-utils
gnu-utils plugin
commit
84c20ce6ddfddf4c0250288ac0ba4cebb936208c
Merge:
e91e384 cbf6627
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:17:21 2011 -0700
Merge pull request #482 from volpino/master
Theme chooser + fox's theme
commit
e91e3844975dc2c879c743e36d5cfdb98af0d95a
Merge:
e59a9cb c2a95b7
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:12:43 2011 -0700
Merge pull request #428 from matthewmccullough/gradleplugin
Added a gradle build tool plugin
commit
e59a9cbbaa34c06eeee2adb74514dbf82fa59a4e
Merge:
6cc4389 8454542
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:10:27 2011 -0700
Merge pull request #338 from norm2782/master
Added my norm theme to oh-my-zsh
commit
6cc4389304c02cefe1501e5df18baaae56741447
Merge:
1ab0054 5aa6b0f
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:10:03 2011 -0700
Merge pull request #319 from sorin-ionescu/plugin-npm
Replace npm 0.x completion with 1.0 completion.
commit
1ab0054dc6ddecdb4d185056efc8468d222eb125
Merge:
6e8c0c1 0c032aa
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:08:38 2011 -0700
Merge pull request #275 from tristan0x/require_tool
New script $ZSH/tools/require_tool.sh to ensure version of tool
commit
6e8c0c178dc15462fba1ea27e288bf61f8189c09
Merge:
14bb310 b2d5b43
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 05:07:35 2011 -0700
Merge pull request #274 from diofeher/master
A python plugin
commit
14bb3105d3f1bcfe4392959c780e845d387db838
Merge:
762b55b 3780247
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 10 04:57:57 2011 -0700
Merge pull request #525 from kibs/master
Option for setting a different path to your custom files and plugins.
commit
c373c7153be77a91d30a9c6d5ea96b18e911823c
Author: Mark Szymanski <mrman208@me.com>
Date: Tue Oct 4 21:30:32 2011 -0500
Fix up some wonkiness
commit
40cc4dabfb7cd91e09e70a3dd11f73b20d303303
Author: Mark Szymanski <mrman208@me.com>
Date: Tue Oct 4 21:27:36 2011 -0500
Add new theme: wuffers
commit
c1c7b0e4af8a33c25118679f075f63a3b67b14f4
Author: Dan Shearmur <dan.shearmur@semantico.com>
Date: Mon Sep 26 14:44:42 2011 +0100
added git merge as gm
commit
8287cc177e993aebc8ee0a9f5ee5a1cee6893253
Author: Nick Stenning <nick@whiteink.com>
Date: Sat Sep 24 17:09:57 2011 +0100
Better cake completion: don't barf on options, and don't clobber user's namespace
commit
b2703a3c8a6c860eeea8a36bc693a1508372d8c1
Author: James Moore <james@panic.com>
Date: Fri Sep 23 10:51:20 2011 -0700
This is the correct way to check the return value
commit
c2d0cdd5330ae072468ca801d0b5750bf4fae7c3
Author: James Moore <james@panic.com>
Date: Fri Sep 23 10:18:09 2011 -0700
This needs to explicitly check the return value
commit
2ca2ad3fc5b8635b22d33fd0f1c1511f44e9fff8
Author: fceccon <francesco@ceccon.me>
Date: Tue Sep 20 12:04:06 2011 +0200
First search in the custom folder for the theme
commit
7ba54d197dac8d5ae380271259ba4d8843f01b4f
Author: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Tue Sep 20 09:26:32 2011 +0100
Adding README file for the wakeonlan plugin
commit
d22b253ce2bd69d908f0c2fce75c5d9ab09edda3
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Tue Sep 20 10:16:51 2011 +0200
split rkj into two themes.
commit
e94039d62b04e61507cbaa57c5fa955d97c8eca9
Author: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Mon Sep 19 15:42:58 2011 +0100
Splitting wakeonlan plugin completion into separate file
commit
aa7ddd51cc4bd6afca23760ba3e3cc777305b1da
Author: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Mon Sep 19 12:45:34 2011 +0100
Forgot to quote the path parameter to wakeonlan
commit
14411cb904b7682fe2a5c69861bfffa96f124707
Author: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Mon Sep 19 12:40:29 2011 +0100
Tweaks to the wakeonlan plugin
These were suggested by sorin-ionescu in pull request #343.
commit
0d285e3a0f12b8bf9f0ac63d5ef7930ab9455bff
Author: Philipp Bosch <hello@pb.io>
Date: Thu Sep 15 15:22:05 2011 +0200
terminitor plugin: add autocompletion also for edit, delete and setup subcommands.
commit
47d0735b5fb5e9e82d8fb5d71f4f4c814e977b68
Author: Philipp Bosch <hello@pb.io>
Date: Thu Sep 15 15:18:15 2011 +0200
terminitor plugin: add autocompletion for start subcommand.
commit
1ad8fde027ea3e66c0ed8f1498dfcfb07e0aefe6
Author: Philipp Bosch <hello@pb.io>
Date: Thu Sep 15 15:00:47 2011 +0200
Add basic autocompletion for terminitor (https://github.com/achiu/terminitor).
commit
2b55ee07534ec34a699805dc35ca83ad8e22fc7a
Merge:
f71647f 762b55b
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Thu Sep 15 12:56:40 2011 +0200
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
commit
701f775c18f1f8a1acdd3282cc3f68f1075904ad
Author: Gil Vandendriesssche <vdd.gil@gmail.com>
Date: Wed Sep 14 10:13:01 2011 +0300
Textmate plugin update to take Gemfile and cucumber features in account
commit
ecfac1cd74cada9594531d6c0217e511914a14f6
Author: David Aaron Fendley <tricon@me.com>
Date: Sun Sep 11 15:19:49 2011 -0500
Added VCS prompt to Apple theme.
commit
f9c143b69c30396f79e2cb75d11e70e4b983c1bd
Author: Zach Riggle <zach@riggle.me>
Date: Sat Sep 10 07:06:26 2011 -0400
[plugins/grails] Remove warning message; it's always displayed
commit
51736343595eb83f9d2364b50cf0b62227a4fab4
Author: Zach Riggle <zach@riggle.me>
Date: Sat Sep 10 07:00:31 2011 -0400
[plugins/grails] Use globbing instead of grep
commit
c6e8c856cb59e24362fe50fd93de097f30205420
Author: Zach Riggle <zach@riggle.me>
Date: Sat Sep 10 06:48:40 2011 -0400
[plugins/grails] Added grails plugin
commit
965e1cfefa41bd0419126d9321eecec4fcbbb0e3
Author: Mario Fernandez <mario.fernandez@hceris.com>
Date: Sat Sep 10 11:35:08 2011 +0200
fix completion for commands wrapped with bundler
commit
8a31ae51370ad53a1d02f8d32ca02d8093acea48
Merge:
fe17566 7a89786
Author: Max Gonzih <gonzih@gmail.com>
Date: Fri Sep 2 16:07:12 2011 +0300
Merge branch 'master' of github.com:Gonzih/oh-my-zsh
commit
fe175661fddd04691cc03012f84490e729cf2bae
Author: Max Gonzih <gonzih@gmail.com>
Date: Fri Sep 2 16:06:32 2011 +0300
vundle call fixed for new vundle version
commit
ee507c90461beb06590af1c5e30bd78a62d8c4be
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Wed Aug 31 12:53:02 2011 +0100
add foreman, nanoc, and rainbows to list of bundled commands
commit
9c5c70dc0a2531b621ba825c2599189717694d56
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Wed Aug 31 12:51:10 2011 +0100
order aliases alphabetically
commit
762b55bb2bc0452ce3f5f2f21bc22b61936ef704
Merge:
0b01195 428f18c
Author: Robby Russell <robby@planetargon.com>
Date: Tue Aug 30 21:09:36 2011 -0700
Merge pull request #490 from hwti/
428f18cf428fd86bd6e99c4363e5f25d0e392506
Add key bindings for gnome-terminal on Fedora
commit
0b01195a09b5a70788c123322f7db24c2b7a5a5b
Merge:
91d02ff 5444d20
Author: Robby Russell <robby@planetargon.com>
Date: Tue Aug 30 21:06:05 2011 -0700
Merge pull request #408 from thunfischbrot/patch-1
Included some essential aliases in the lol plugin
commit
91d02ffbc12ae7e26456f212667656d325e4a36b
Merge:
9d67d75 bd6aba9
Author: Robby Russell <robby@planetargon.com>
Date: Tue Aug 30 21:04:04 2011 -0700
Merge pull request #575 from mr-szymanski/master
Add git alias
commit
9d67d75b0ad62242e60db1bd6d22ae7ea252c7bc
Author: Robby Russell <robby@planetargon.com>
Date: Tue Aug 30 20:56:13 2011 -0700
Revert "Enable red dots during completion by default".
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place.
This reverts commit
fc49b4a4ded376cd82b813dcb6d72fdc050b7bed.
commit
bd6aba9c68db06758593e9ef707839c2f0271235
Author: Mark Szymanski <mrman208@me.com>
Date: Sat Aug 27 16:23:49 2011 -0500
Add an alias for ga --> git add, too
commit
1fb141cfb51f753fe997d17c12ac810ad321f36f
Author: Mark Szymanski <mrman208@me.com>
Date: Sat Aug 27 16:16:51 2011 -0500
Add gss alias for git status -s
commit
c113e88c454cf759078f06c95f4b35db90acb9d7
Author: Tim Taylor <tim@tool-man.org>
Date: Wed Aug 17 00:17:21 2011 -0400
Fix auto upgrade failure from non-exported ZSH env var
Fixes #549. Specify ZSH=$ZSH explicitly when invoking
the auto update scripts.
commit
efa5593f88e552fbd3fde850b283fa43d36f481c
Author: Reza <reza@balatarin.com>
Date: Tue Aug 16 13:54:47 2011 -0700
Rename to _capistrano (completion only)
commit
bf2c55ac5a789d8874e6d8e06360608b4234e872
Author: Ben Lumley <ben@benlumley.co.uk>
Date: Tue Aug 16 17:23:33 2011 +0100
Gallois theme - made the git branch/status show for those of us without rvm
commit
85f388fabf657360960c3fcf55b52f2fb3c4e142
Author: David Aaron Fendley <tricon@me.com>
Date: Tue Aug 16 11:18:23 2011 -0500
Added nifty purple Apple theme.
commit
d3116d4f0b499bb76e371f7d60eed48b81068932
Author: Daniel Bolton <dbb@9y.com>
Date: Sat Aug 13 10:53:24 2011 -0400
Remove -s switch from apt-copy
commit
7a89786139bcfd83e0e9caa9974f66a423c6ed48
Author: Max Gonzih <gonzih@gmail.com>
Date: Sat Aug 13 13:32:37 2011 +0300
oops, restore broken theme preview
commit
4dc11fee35f21b295deb1a61503031c8e17f83a1
Author: Max Gonzih <gonzih@gmail.com>
Date: Sat Aug 13 13:29:13 2011 +0300
detect rvm or rbenv and show ruby version
commit
9f46eafae0bed7df50a0004fca5d25539425ff85
Merge:
dc7eee4 11fcdb8
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 12 19:22:10 2011 -0700
Merge pull request #545 from ches/patch-1
Add guard to bundler plugin's wrapped commands
commit
11fcdb844d67492080befd8dcd1f995deb26b8ee
Author: Ches Martin <ches.martin@gmail.com>
Date: Sat Aug 13 04:53:23 2011 +0700
Add guard to bundler plugin's wrapped commands
commit
dc7eee4db08a39ad73af67363f3d29b495cbd13f
Merge:
be2ab22 d5333e8
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 12 12:57:44 2011 -0700
Merge pull request #543 from dmondark/heroku-completion
Heroku completion plugin
commit
c2a95b796b79b4ce4e36b8cb879cb9b0162bc438
Author: Matthew Git McCullough <matthewm@ambientideas.com>
Date: Tue Jun 14 15:01:28 2011 -0600
Added a gradle build tool plugin
* Enhanced gradle plugin to parse tasks from a quick execution of the tool
* Added a duplicated function for gradlew completion that uses gradlew internally. Builds like Gradle itself (built with Gradle) are sensitive to being run with a matching gradlew version.
* Fixed broken caching of gradle task names. Added - and -- argument completions.
commit
d5333e8efc0f6669d64bba1b2aa6e80bc2e7c8e8
Author: Ali B <dmondark@gmail.com>
Date: Fri Aug 12 00:40:35 2011 +1000
Heroku completion plugin
commit
be2ab226949831f502a05adfb513691693e03702
Merge:
098e515 fc49b4a
Author: Robby Russell <robby@planetargon.com>
Date: Thu Aug 11 05:51:03 2011 -0700
Merge pull request #492 from hwti/red-dots-completion
Display red dots during completion process (disabled by default)
commit
098e515eff139a016deb4a16e6bbafd5fadbe017
Merge:
6682e7c b160ee6
Author: Robby Russell <robby@planetargon.com>
Date: Thu Aug 11 05:49:19 2011 -0700
Merge pull request #512 from ichesnokov/master
a little fix for showing colors during upgrade
commit
6682e7c43f7c0295ecd0edf8d37cef9fbef5b6bb
Merge:
a738ca9 68b5ef2
Author: Robby Russell <robby@planetargon.com>
Date: Thu Aug 11 05:47:12 2011 -0700
Merge pull request #515 from rahult/feature/powder-plugin
Auto Complete Plugin for powder gem
commit
65393b4bb10de841edbe2026dba29b73625b33d7
Author: Daniel Bolton <dbb@9y.com>
Date: Sun Aug 7 16:51:14 2011 -0400
Extend root ops, switch apt-copy to plain zsh
commit
fac74012f81fc99eb2ba7a85e94a2cd74c352271
Author: Daniel Bolton <dbb@9y.com>
Date: Sun Aug 7 15:30:55 2011 -0400
Add options for su(do) and apt(itude|-get)
commit
8c48f10a04ce8e6c789cead457e062602cc89931
Author: Daniel Bolton <dbb@9y.com>
Date: Sat Aug 6 16:15:09 2011 -0400
Add functions for new GH repos.
commit
8ed6dd5fc4c5e9b28d0f8a87f72c0bbe5f628580
Author: Daniel Bolton <dbb@9y.com>
Date: Sat Aug 6 15:58:40 2011 -0400
Add functions for new GH repos.
commit
fd55d53eb22856883953bb6efc89bb2d643ef296
Author: Daniel Bolton <dbb@9y.com>
Date: Sat Aug 6 15:41:52 2011 -0400
Fix su commands
commit
749feb2720948a4ac9a981286654962e699d8d94
Author: Daniel Bolton <dbb@9y.com>
Date: Sat Aug 6 15:22:55 2011 -0400
Merge "deb" and "debian" plugins.
commit
3780247f633d99b6870e39ea77c540ebb5125095
Author: Sune Kibsgaard Pedersen <sune@kibs.dk>
Date: Thu Aug 4 12:37:33 2011 +0200
added option of setting another path to custom plugins and files
just set ZSH_CUSTOM in your .zshrc, if not set oh-my-zsh.sh will
use the default custom dir in the repository
commit
cbf662744ffcf998829cabbd7b2550861c13d1d8
Author: fox <fox91@anche.no>
Date: Wed Aug 3 09:42:16 2011 +0200
fixed theme chooser + options + list available themes + show all themes
commit
3bc32eef6dbad942fd137a7c7d04050d9b87fed4
Author: Adolfo Benedetti <adolfo.benedetti@gmail.com>
Date: Tue Aug 2 09:42:23 2011 +0200
add theme with command-line tips support
commit
68b5ef2aabddc1049738a80f6cbfa470fd538e95
Author: Rahul Trikha <rahul.trikha@gmail.com>
Date: Tue Aug 2 11:24:09 2011 +0930
Added auto complete plugin for powder gem https://github.com/Rodreegez/powder
commit
0ba398f9e1aaf05e72406d5c840f013eebb6b260
Merge:
a15a8c4 a738ca9
Author: James Smith <james@loopj.com>
Date: Mon Aug 1 00:44:51 2011 -0700
Merge in recent stuff
commit
b160ee6512f58a3a7f2c18f12feab3e32884003b
Author: Ilya Chesnokov <chesnokov.ilya@gmail.com>
Date: Mon Aug 1 10:58:05 2011 +0400
'echo' did not show colors without -e in upgrade.sh
commit
a738ca9b645c3cc53bdb01e8676202ceca449ccf
Merge:
52a99d9 6774fb3
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 30 18:08:54 2011 -0700
Merge pull request #464 from bkonkle/patch-1
Minor corrections to deletion detection in git_prompt_status
commit
52a99d947ec0529d84d63afb202c7f03289e6bfe
Merge:
dee8171 c3412ca
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 30 18:06:52 2011 -0700
Merge pull request #507 from walle/add_autocomplete_for_gas
Add autocomplete for gas
commit
c3412ca57d313a0a1419d26b5529f28de49285d0
Author: Fredrik Wallgren <fredrik.wallgren@gmail.com>
Date: Sat Jul 30 04:57:25 2011 +0200
Replace forgotten rubies with authors
commit
d866662c4af4c6e6e661c59d2da8f60eabbfba1d
Author: Fredrik Wallgren <fredrik.wallgren@gmail.com>
Date: Sat Jul 30 04:38:57 2011 +0200
Add autocomplete for gas. Based on the rvm plugin.
commit
f35bfd9c4b2a3924975b936d2ca946dbca48c51f
Author: Max Masnick <max@masnick.me>
Date: Fri Jul 29 15:17:22 2011 -0400
Add fino.zsh-theme
Add my brand new oh-my-zsh theme called Fino. It borrows from some other
themes (see comments at the beginning). I only have/can tested on OS X
10.7, so there might be some compatibility problems with other
platforms.
commit
fc49b4a4ded376cd82b813dcb6d72fdc050b7bed
Author: Loïc Yhuel <loic.yhuel@gmail.com>
Date: Thu Jul 28 19:52:35 2011 +0200
Enable red dots during completion by default
commit
dee8171fa9494d1aa6c01cb86de1b70b480ee5c4
Merge:
4ff4558 7b25a3f
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jul 27 21:11:49 2011 -0700
Merge pull request #494 from EspadaV8/master
Fixed an issue where the SVN plugin would mark a folder as being dirty when there was an svn:external set.
commit
4ff45581de9c6f993eae537cc82b0c4c65239b89
Merge:
383ff03 6bf468f
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jul 27 21:08:17 2011 -0700
Merge pull request #496 from semmons99/master
add alias for `bundle package` to the bundler plugin
commit
383ff03ccadee83bca6834951a33f71516cf7624
Merge:
3350c22 fd732eb
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jul 27 21:06:54 2011 -0700
Merge pull request #502 from sunaku/history
move history-substring-search* files into plugins/
commit
fd732eb3ff4984ddc9109e950cf7ceb472cb9824
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Wed Jul 27 10:28:55 2011 -0700
move history-substring-search* files into plugins/
commit
6bf468f92c9302f84d3b21358202c3a956cad02b
Author: Shane Emmons <semmons99@gmail.com>
Date: Mon Jul 25 08:02:25 2011 -0700
add alias for `bundle package` to the bundler plugin
commit
7b25a3fca90e31f2c272fd8d2ef1dfa3e61dc9e4
Author: Andrew Smith <asmith@bcm.com.au>
Date: Mon Jul 25 09:50:54 2011 +1000
The original SVN pluging would mark a folder as dirty if there was an
svn:external set and the output of 'svn status' returned the check for
the external. E.g.
$ svn st
X Application
Performing status on external item at 'Application'
Shouldn't be marked as being dirty. By grepping for only the valid
output for what should be class as dirty, it won't return false
positives.
commit
3cb33fc254290a848a602af634cfa26179d630e5
Author: Andrew Smith <asmith@bcm.com.au>
Date: Mon Jul 25 09:46:17 2011 +1000
Replace a duplicated test to see if we're in an SVN folder with a call to the 'in_svn' function.
commit
0848acfb25b6601adcabc406089b6c7788df5749
Author: Loïc Yhuel <loic.yhuel@gmail.com>
Date: Sat Jul 23 23:34:02 2011 +0200
Display red dots during completion process (disabled by default)
commit
d15d3a5b01a527d8642cc0b173a2f8d1b92332c0
Author: fox <fox91@anche.no>
Date: Sun Jul 24 20:51:27 2011 +0200
global zsh config
commit
76dd2d8b05cb1b8d34653732e8b3939f68e8a67a
Author: fox <fox91@anche.no>
Date: Sun Jul 24 11:58:41 2011 +0200
mac os fix
commit
428f18cf428fd86bd6e99c4363e5f25d0e392506
Author: Loïc Yhuel <loic.yhuel@gmail.com>
Date: Sat Jul 23 23:09:03 2011 +0200
Add key bindings for gnome-terminal on Fedora
commit
3350c2298f6e0b629c8efe9821262a093f975fd3
Merge:
dbc6749 512f367
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:46:45 2011 -0700
Merge pull request #488 from dreur/upstream-archlinux-plugin
Remove sudo when using yaourt + do not rely on abs when not in path - In
commit
dbc674988e915a81203b147f2b19903cd776e4d2
Merge:
2816ea7 d5ce689
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:40:54 2011 -0700
Merge pull request #259 from dereine/master
Add a plugin to support kate the kde text editor
commit
2816ea726eac3ed861862280234ca4a2bb313191
Merge:
fc6f072 4facba9
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:39:25 2011 -0700
Merge pull request #251 from kalasjocke/master
New terminalparty theme
commit
fc6f07206efba43d1b7e434e3ea4fa15de003584
Merge:
46440e7 caa1cc7
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:36:30 2011 -0700
Merge pull request #215 from sunaku/history
history substring search plugin from fizsh
commit
46440e7198905659108ce7598d880f92361d434f
Merge:
250bee9 a5c3832
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:33:42 2011 -0700
Merge pull request #208 from sorin-ionescu/plugin-extract
extract plugin
commit
250bee9cda1436c9f9ae900eaf540c82642c9031
Merge:
92467e0 5e5096d
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:27:31 2011 -0700
Merge pull request #206 from sorin-ionescu/plugin-osx
Vastly improved Mac OS X plugin
commit
92467e0b90d2c1d728ed7eadf9bc884918cacdf1
Merge:
dd6cc96 0647251
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:25:30 2011 -0700
Merge pull request #167 from jarinudom/master
Add superjarin theme that shows current ruby version via RVM
commit
dd6cc96bb1db382d824eb6dfa512d0526b6adac0
Merge:
9e783c0 5f103c7
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:15:42 2011 -0700
Merge pull request #112 from lukerandall/master
Update theme to support fine grained git status
commit
9e783c0a8e276e89d9d81951a4c32ea61dadccf1
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:14:44 2011 -0700
fixing issue with last commit merge. missed a conflict
commit
5e4d89385f8596b09a3bbb727015f81a53e9d6b4
Merge:
96b0af6 bea196d
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:13:57 2011 -0700
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
96b0af68242ec6235e4162f5e7e1f4d470cb2b22
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 23:09:42 2010 +0100
adding git svn aliases
commit
6bb0c1c9269025867e886b76bcbf737e5a54400d
Author: Sven Lito <me@svenlito.com>
Date: Mon Oct 11 02:43:51 2010 +0100
added git log with graph
commit
eb63ddf6bb119e3d0e62f012b2f9b5fe95e0d647
Author: Sven Lito <me@svenlito.com>
Date: Tue Oct 12 20:02:04 2010 +0100
added mac keybinding for backward-delete-char
commit
bea196de3b01fc8fe6e5b717c28d5064fa413dd9
Merge:
7a452fd f6efd17
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 09:03:15 2011 -0700
Merge pull request #412 from transat/master
Added git-friendly 'wedisagree' theme.
commit
7a452fd9501cf8766fa166350cff919cbdf0045e
Merge:
ae9457d 8f62ef4
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 08:59:30 2011 -0700
Merge pull request #461 from dpoggi/master
Added 'dpoggi' theme
commit
ae9457d84d4d70ed0c8b67706ad8718e40074713
Merge:
34f00f3 cbaa97d
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 08:58:10 2011 -0700
Merge pull request #487 from dreur/upstream-spectrum-utility
Add utility method to spectrum
commit
34f00f385ce1b322ee7de48f30d175746bba94fc
Author: hobbestigrou <hobbestigrou@erakis.im>
Date: Mon Oct 11 21:19:23 2010 +0200
More generic.
commit
8a102b941f80050a82b26b1e8ac79ffa4cc3a855
Merge:
3a56297 2a64d08
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 08:41:44 2011 -0700
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
3a56297ce8f597631202b6f532cbfb8daa5c537b
Merge:
3552423 1a673fc
Author: Dieter Plaetinck <dieter@plaetinck.be>
Date: Wed Dec 1 18:07:28 2010 +0100
Don't export oh-my-zsh configuration paramaters to the environment
These variables are only used by oh-my-zsh, so there's no need
to populate the environment of all children with them.
commit
2a64d08889c8df8fe74228d05adfe82d0eb899ed
Merge:
d6ffebe 8b4858b
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 08:29:05 2011 -0700
Merge pull request #107 from philips/philips-theme
Philips theme, sorry :-/
commit
d6ffebebc53bde5c3a272628e0f95f89eaf0ed4e
Merge:
dcab0cd f9bf396
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jul 23 08:26:11 2011 -0700
Merge pull request #484 from msabramo/
f9bf396e4ac68299f1370ed54350cc14ce954eea
As requested, here is the Django zsh completions alone without other cruft, such as
8e05d64
commit
512f3678c07accd6d121e9c0d6d50f008c99708a
Author: Benjamin Boudreau <dreurmail@gmail.com>
Date: Sat Jul 23 11:22:39 2011 -0400
Remove sudo when using yaourt + do not rely on abs when not in path - In archlinux plugin
commit
cbaa97d8c38bf7bc1a92480ae83e323e1e0cac02
Author: Benjamin Boudreau <dreurmail@gmail.com>
Date: Sat Jul 23 10:42:43 2011 -0400
Add utility method to spectrum
commit
dcab0cdc54df8dbd3c192106eb8b6b4c770ac118
Merge:
c082174 8e77ad4
Author: Robby Russell <robby@planetargon.com>
Date: Tue Jul 19 22:07:32 2011 -0700
Merge pull request #483 from dreur/upstream-archlinux-plugin
Fix typo in archlinux plugin
commit
8e77ad468dd22f25c461a0f69f9c03cbb2fb2d05
Author: Benjamin Boudreau <dreurmail@gmail.com>
Date: Tue Jul 19 19:38:29 2011 -0700
Fix typo
commit
5d5d2f94be7a13c3a5069bed6bfc2070fa7f014c
Author: fox <fox91@anche.no>
Date: Tue Jul 19 22:02:34 2011 +0200
fox's theme + theme chooser fixes
commit
fea4e54b1053764df10f507c233286281133fe90
Author: fox <fox91@anche.no>
Date: Tue Jul 19 21:47:26 2011 +0200
added theme chooser
commit
c082174a4ed388a2f71260c7405dbfc89daee0e6
Merge:
d62f29b c09e2f2
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jul 18 09:00:07 2011 -0700
Merge pull request #480 from PabloSerbo/master
I've just read your coding standards and updated the code to match.
commit
c09e2f2986aafbf2a67004f8df6b5dd10abb8d61
Author: Paul Serby <paul.serby@clock.co.uk>
Date: Mon Jul 18 16:05:05 2011 +0100
Bringing inline with oh-my-zsh coding convensions
commit
d62f29b62543924cfe87b404fc203c2e6840b826
Merge:
f951740 a38774c
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jul 18 07:57:54 2011 -0700
Merge pull request #479 from csexton/edit-command-line
C-x C-e to edit current command in $EDITOR
commit
a38774c98d1c08f82b1325a40b2de1a76586e02a
Author: Christopher Sexton <csexton@gmail.com>
Date: Tue May 17 14:13:07 2011 -0400
C-x C-e to edit current command in EDITOR
The command C-x C-e opens the current command line for editing
in the editor defined by the $EDITOR environment variable.
Thanks to Craig Bosma and his blog post about this:
http://distrustsimplicity.net/articles/zsh-command-editing
commit
f951740656d7390583b1eaa91d9ebae931d4e3be
Merge:
4dce1d5 66c6260
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:09:47 2011 -0700
Merge pull request #474 from PabloSerbo/master
Adding a completion plugin for cake the coffee-script
commit
4dce1d5d4adc8662e77f936ceab15ae41f3759fe
Merge:
202405e edcd4f7
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:09:24 2011 -0700
Merge pull request #476 from theunraveler/master
Paths with spaces in upgrade script
commit
202405e2b5d2e355eddb2ef2f801ebdbadf1d1d5
Merge:
ca1ccde b61fcb6
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:07:10 2011 -0700
Merge pull request #452 from franklouwers/master
chef "knife" plugin
commit
ca1ccde09f9912b48b72540e96e43f9a27758686
Merge:
ab61964 9308a7d
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:05:46 2011 -0700
Merge pull request #468 from blinks/master
Added a theme.
commit
ab6196430b571b8727c823b8ac178d344c21b9c4
Merge:
bce9c3b 127d2ae
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:04:49 2011 -0700
Merge pull request #477 from totolici/patch-1
redis-cli plugin: fixed typo for one of the subcommands
commit
bce9c3bb164d60c4521ed52b2f29fb611d226649
Merge:
c803924 40b7f20
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:03:39 2011 -0700
Merge pull request #404 from gwjo/ssh-agent
ssh-agent improvements
commit
c80392475f4be458fd0df58d85c87ab2a024da00
Merge:
08711cd cd84e37
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:02:43 2011 -0700
Merge pull request #415 from eproxus/master
New theme: sunrise
commit
08711cd8f7e9d678dd321dee926e3e77c8188b8f
Merge:
1eb52d4 e7e9e5b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jul 17 22:00:47 2011 -0700
Merge pull request #475 from dreur/upstream-archlinux-plugin
Added archlinux plugin
commit
127d2ae57b01ae13dd6017c3c104a45a0086e88e
Author: alexandru totolici <alex@hackd.net>
Date: Sun Jul 17 21:01:06 2011 -0700
Fixed typo for one of the subcommands (linset -> linsert)
commit
edcd4f7eea357cefee37a25a371e1dd5d1a6b598
Author: Jake Bell <jake@theunraveler.com>
Date: Sun Jul 17 13:01:48 2011 -0500
Adding quotes to deal with paths that have spaces.
commit
e7e9e5bbe608fd7572a810f36e7f1b3321c25136
Author: Benjamin Boudreau <dreurmail@gmail.com>
Date: Sat Jul 16 18:42:09 2011 -0400
Added archlinux plugin
commit
66c6260c10422bf50c474c9654a7928ce99e7ceb
Author: Paul Serby <paul.serby@clock.co.uk>
Date: Sat Jul 16 16:15:15 2011 +0100
Completion for cake the coffee-script build tool
commit
1d17502aed5fc04cd1ca3eb35757b5ba2822414a
Author: meh <meh@paranoici.org>
Date: Sat Jul 16 07:18:14 2011 +0200
rsync: add rsync- prefixes and use aliases
commit
1eb52d43851ae2d9bdeff3df073976e1935f5979
Merge:
9f099dd 8411a39
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jul 15 08:26:43 2011 -0700
Merge pull request #370 from lepht/taskwarrior-plugin
Taskwarrior plugin
commit
9f099ddb83b67302dc5ad4688e4a2cbe9802efae
Merge:
858ee94 e43eec9
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jul 15 08:25:32 2011 -0700
Merge pull request #451 from matthewmccullough/cloudappplugin
Added cloudapp from @holman of @GitHub fame
commit
858ee947f38d60a14d4f4c93694851511ef9eee0
Merge:
9e601c2 913cf53
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jul 15 08:24:38 2011 -0700
Merge pull request #467 from papercavalier/bundler
_run-with-bundler
commit
caa1cc70678e15fe0da93a89e52f543c6bda7494
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Thu Jul 14 21:41:26 2011 -0700
zsh-history-substring-search plugin at
15f63de
https://github.com/sunaku/zsh-history-substring-search
commit
9308a7d472a1dea6610887b98d6d789741f96a49
Author: Adam Blinkinsop <blinks@acm.org>
Date: Thu Jul 14 11:04:46 2011 -0700
Added a new theme.
commit
913cf5325264960d4c1dfe678a2adadeaecdbf6a
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Thu Jul 14 17:34:18 2011 +0100
refactor _run-with-bundler
commit
6774fb3d59365ddb8520cdb4d46444720f788be0
Author: Brandon Konkle <brandon.konkle@gmail.com>
Date: Wed Jul 13 23:23:01 2011 -0700
Minor corrections to deletion detection in git_prompt_status
commit
9e601c23f15a7da60ba8c17f4da0d85cd6bbb49e
Merge:
3552423 7d19ae8
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jul 13 20:20:47 2011 -0700
Merge pull request #462 from papercavalier/bundler
Bundler plugin consolidation
commit
7d19ae8fab80c826156f984aa6dd8221a9aaada0
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Wed Jul 13 22:42:44 2011 +0100
clean up rails plugin, removing bundler-specific logic
commit
ba5fa3abc8ccf1f05e48c9b201282792c956c337
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Wed Jul 13 22:41:36 2011 +0100
alias bundle list
commit
60e104acd1710c04057d079cfa5ac9316762f580
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Wed Jul 13 22:41:09 2011 +0100
merge bundler and bundle-exec plugins
commit
a77e6fb003cc80fbbff5d453a5ca3d38638d99ed
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Wed Jul 13 22:40:23 2011 +0100
fix indentation
commit
37fcd4af049ad9b755d7b1d32cf63b537da0342c
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Wed Jul 13 22:39:23 2011 +0100
update bundled commands
commit
69d30a6302f8c7daf6ad5ecf23224074789843db
Author: Bodo Tasche <bodo@wannawork.de>
Date: Sun Jun 12 23:16:47 2011 +0200
Moved opening braces
commit
86958a32f3d3e647fc61e92700a9ce393e11a3cb
Author: Bodo Tasche <bodo@wannawork.de>
Date: Sun Jun 12 20:28:27 2011 +0200
forgot to rename one variable
commit
3aee5c19412dea541495e10f1c4cc7a6d8e4af50
Author: Bodo Tasche <bodo@wannawork.de>
Date: Sun Jun 12 19:16:04 2011 +0200
changed names of functions and variables to fit naming conventions
commit
05883f383143fa4821a5b07a748a800c0299f1fd
Author: Bodo Tasche <bodo@wannawork.de>
Date: Sun Jun 12 15:52:58 2011 +0200
use lowercase for variablenames
commit
9e8194355c1a4f69dc52fbe2699fbce1be5c6493
Author: Bodo Tasche <bodo@wannawork.de>
Date: Sun Jun 12 13:13:39 2011 +0200
Added bundler-exec plugin
commit
8f62ef490de6945308c144a3bee7c3509a16d421
Author: Dan Poggi <dan.poggi@gmail.com>
Date: Tue Jul 12 23:20:21 2011 -0400
Added 'dpoggi' theme
commit
b61fcb64abfd733a95f0e83e3009086959623252
Author: Frank Louwers <frank@openminds.be>
Date: Thu Jun 30 15:19:50 2011 +0200
knife autocompletion
commit
053cb24d3160d69cb6c9579a3f154f45a72f065c
Author: Max Gonzih <gonzih@gmail.com>
Date: Thu Jun 30 11:45:24 2011 +0300
added tip about vundle configutarion after git clone
commit
499819ced108aa4b0d90dd0ac922a174c965d814
Author: Max Gonzih <gonzih@gmail.com>
Date: Wed Jun 29 10:26:42 2011 +0300
vundle plugin refactored
first it checks existens of vundle plugin, if plugin dont exist run git clone
commit
e43eec99f94c00a6a9d2b30f9c449aff5ab0dfe5
Author: Matthew McCullough <matthewm@ambientideas.com>
Date: Tue Jun 28 19:42:50 2011 -0600
Added cloudapp from @holman of @GitHub fame
commit
cd84e37216b28d0b090390a572f22ac4a6512e5b
Merge:
3eae652 3552423
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue Jun 28 09:54:44 2011 +0200
Merge remote-tracking branch 'robbyrussell/master'
commit
b727e337adb0264b3d03ffdd0a4af3ba9802572a
Author: Sagie Maoz <sagiem@gmail.com>
Date: Mon Jun 27 01:37:27 2011 -0700
Updated the frisk theme to display Bazaar branch information as well (based on zedtux.zsh-theme http://j.mp/ikTZJj)
commit
7ef7ffc5ebd21bff4ab8e42989c63ba8204c0e5b
Author: Max Gonzih <gonzih@gmail.com>
Date: Tue Jun 21 14:53:11 2011 +0300
removing useless line
commit
a335e9df9f13a5caa2b83cad9ebcfaa25b748202
Author: Max Gonzih <gonzih@gmail.com>
Date: Tue Jun 21 13:50:39 2011 +0300
plugin for vundle (vim plugins managment system) that provide vundle,
vundle-update and vundle-init aliases
commit
929c64e4c6f53e926757b7d9d89ab7da4f9a0d0d
Author: Max Gonzih <gonzih@gmail.com>
Date: Tue Jun 21 12:09:57 2011 +0300
Create gnzh theme
commit
3552423de3d5ae439dc815b7f9c4cbeab3fbebe8
Merge:
279cf27 527355e
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jun 20 01:28:34 2011 -0700
Merge pull request #429 from mhitza/master
Optional themes
commit
279cf279a67f274bc7ee1e4cb17231eff2694317
Merge:
ed990f6 03f71d1
Author: Robby Russell <robby@planetargon.com>
Date: Mon Jun 20 01:24:29 2011 -0700
Merge pull request #436 from smt/pull-request-1
Add ohmyzsh theme, my version of dogenpunk
commit
03f71d14dd1866b9da58f28f8f40f5c12bf3072f
Author: Stephen Tudor <smt@sunblu.sh>
Date: Sun Jun 19 12:22:23 2011 -0400
Changed kanji to fuku (good luck)
commit
f22460f18125421a73a60893ae97ed545465bca7
Author: Stephen Tudor <smt@sunblu.sh>
Date: Sat Jun 18 19:24:55 2011 -0400
Add ohmyzsh theme, my version of dogenpunk
commit
c5a01fe422c0b511be5972735b1dd9ac22a82dff
Author: meh <meh@paranoici.org>
Date: Wed Jun 15 16:15:52 2011 +0200
rsync: add plugin
commit
527355eae3c8b019ce203c38b6aa5ffd818c3640
Author: Marius Ghita <mhitza@gmail.com>
Date: Wed Jun 15 01:17:22 2011 +0300
When the theme choice is left out, oh-my-zsh will not try to load it
commit
55eda0c48b42e3ccd1b12579cd46d20332b828c1
Author: ptrv <mail@petervasil.net>
Date: Fri Jun 10 15:38:59 2011 +0200
Added mercurial plugin with aliases.
commit
f9bf396e4ac68299f1370ed54350cc14ce954eea
Author: Marc Abramowitz <marc@bluekai.com>
Date: Thu Jun 9 21:22:33 2011 -0700
Add Django plugin.
This is a slight modification of the Django zsh completions that I found
at
https://raw.github.com/technolize/zsh-completion-funcs/master/_manage.py
commit
3eae652a6d4bc5f280bb7f9d33000f378becf13c
Author: Adam Lindberg <eproxus@gmail.com>
Date: Wed Jun 8 16:33:29 2011 +0100
Fix MM lines being read correctly
commit
b02094e50fe3cd2e3f8ba911d19257dda047bf48
Author: Reza <reza@balatarin.com>
Date: Tue Jun 7 14:06:24 2011 -0700
Change plugin name from cap to capistrano
commit
d99284f6b569a0860ed14330c8c9eaf5f0441fe8
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue Jun 7 15:42:55 2011 +0200
Rename guru theme to sunrise
commit
4a7392fdd0be8fafcaffccc206f23c7746129fb8
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue Jun 7 15:40:32 2011 +0200
Fix git R and M status when used together
commit
73946a6066fa8bf740b4765b7e204df9599f9689
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue Jun 7 15:40:18 2011 +0200
Add note about Solarized color theme
commit
915c28752eb8bfb9610e14f62161ab3bd573d218
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue Jun 7 15:32:48 2011 +0200
Add email address
commit
86b8827d27a72471eed0e39f3681b4d533811082
Merge:
70cb607 ed990f6
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue Jun 7 15:31:26 2011 +0200
Merge remote-tracking branch 'robbyrussell/master'
commit
70cb607b7bee04ceef74d6f7aa80589e009e4c78
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue Jun 7 15:28:43 2011 +0200
Remove unused colors and use original prompt color
commit
f6efd17d864c7912510d8b39a43be9eb31edee77
Merge:
715be61 ed990f6
Author: Clement Girault <sub@transatmedia.com>
Date: Mon Jun 6 16:32:36 2011 +1000
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
f0451195f63b3607461bda1570c5fb2a4e429b3e
Author: Maxim Filatov <pipopolam@gmail.com>
Date: Sun Jun 5 16:57:21 2011 -0700
Dollar sign instead of percent in unprivileged user prompt (as in real gentoo)
commit
5444d2088c97dc776dcbd17acf55dd54b9d7060a
Author: thunfischbrot <moritz@moritzsuess.de>
Date: Sun Jun 5 15:19:46 2011 -0700
Included some essential aliases, inspired by http://lolcode.com/
commit
715be61966acecb4d30953e3dd4c9d8a3f8637eb
Author: Clement Girault <sub@transatmedia.com>
Date: Mon Jun 6 01:37:07 2011 +1000
New theme, Read contents for further customising.
commit
25adbe81a55664335e0166c202b8d8424a67c8aa
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sun May 29 09:32:44 2011 -0400
Aliases
Modify directory listing aliases to make more sense. Remove conflicting helper
function (mcd conflicts with mtools).
commit
ed990f61ff66a5c409ef2d8a444820cecf098188
Merge:
e8bd400 9b4a89f
Author: Robby Russell <robby@planetargon.com>
Date: Sun Jun 5 01:04:30 2011 -0700
Merge pull request #400 from mkomitee/master
Fix bug introduced in pull request #395 which impacts users who DISABLE_AUTO_UPDATE
commit
40b7f2099d393950e26d1a9720743e161b1abe49
Author: gwjo <gowen72@gmail.com>
Date: Sat Jun 4 22:16:10 2011 -0400
Add support for loading mulitple identities
commit
35b879a17b965b0ea28009c4561962c9ed17ef1f
Author: gwjo <gowen72@gmail.com>
Date: Sat Jun 4 21:07:55 2011 -0400
Add support for agent forwarding
commit
9b4a89f327a045ed5e756ae4e75d1aac68803164
Author: Michael Komitee <mkomitee@me.com>
Date: Sat Jun 4 14:03:10 2011 -0400
Fix bug from Pull request #395
#395 broke oh-my-zsh for users who disable check-for-updates
commit
e8bd400bffc51c83e0ef6671ecb5f364dc2f5065
Merge:
0c41b1c 7c94745
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jun 4 03:12:23 2011 -0700
Merge pull request #395 from vguerci/upgrade-before-init
Upgrade before init
commit
7c9474508cade14102a2fe1c63ad845fda521bec
Author: vguerci <vguerci@gmail.com>
Date: Sat Jun 4 11:02:25 2011 +0200
[upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified)
commit
0c41b1cdc3ff7b00ffb2310b91becb91b31704f7
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Fri Jun 3 14:05:25 2011 -0400
Colorize Install & Upgrade Scripts
Make tools/install.sh and tools/upgrade.sh pretty.
commit
3ed19c4895cc64d4f51a7f370a93c9d0cee567d2
Merge:
3ddc49c 1c2eb40
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 3 08:50:31 2011 -0700
Merge pull request #371 from nebirhos/master
Another (useless) theme!
commit
3ddc49cafd09239e8ab5fd3cfdfb1a2ed73686c3
Merge:
30787d8 93dab36
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 3 08:50:07 2011 -0700
Merge pull request #378 from secondplanet/master
Humza.zsh-theme
commit
30787d82bfa5a20adfd9c5be5760f7fce02e5759
Merge:
141d355 9b63a03
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jun 3 08:49:44 2011 -0700
Merge pull request #391 from mattdoran/master
Fix typos in svn plugin
commit
9b63a03bcfb7a6c34281d7d905575c5647e9c8d2
Author: Matt Doran <matt.doran@papercut.com>
Date: Sat Jun 4 00:32:05 2011 +1000
Fix typos in the svn plugin that would cause calls to 'svn' when not in an svn working copy.
commit
141d355e2ec9f0f516bbf07d08eb5f38903f48e8
Merge:
3bb21af c1b5d72
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 2 08:50:33 2011 -0700
Merge pull request #385 from sunaku/theme
add "sunaku" theme, see http://ompldr.org/vOHcwZg
commit
c1b5d72830629c737f40abebf87fcca797bf730c
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Wed Jun 1 20:38:25 2011 -0700
add "sunaku" theme, see http://ompldr.org/vOHcwZg
commit
bf86502b6940d938c488254befdf9461cb50591b
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Thu Feb 3 17:25:45 2011 -0500
Added gnu-utils plugin.
commit
a5c383258b760ad1c34d550edb86d7d63e8f5877
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Sun Apr 17 23:17:48 2011 -0400
Handle tar.xz and tar.lzma better (credit: @gwjo).
commit
1db6575f14d07b9ed3b0ce530837a8a0713b69d0
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Thu Feb 3 22:46:52 2011 -0500
Added extract plugin.
commit
5e5096dad60ef0f41aea384c1e249a3bf0377be6
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Fri Apr 22 19:13:37 2011 -0400
Added man-preview completion suggested by @webflo.
commit
f401d6ef78a94b723ce841b77151eaac477b8074
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Tue Feb 22 23:32:50 2011 -0500
Vastly improved osx plugin.
commit
5aa6b0fae5f1fa82c90003c2020849b4bb87c9e8
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Sun May 1 11:46:11 2011 -0400
Replaced npm 0.x completion with 1.0 completion.
commit
3bb21afa88f136c18073808852118dedd7e21fbf
Merge:
4b828cd 0d476e0
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 1 14:45:35 2011 -0700
Merge pull request #382 from miloshadzic/master
miloshadzic theme
commit
4b828cda28b93ae881030ace9135e720dabff757
Merge:
1f9b31e f487897
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 1 14:39:08 2011 -0700
Merge pull request #380 from brianjriddle/master
fixes for ant plugin. tested on mac.
commit
1f9b31ea347d51046720c67428a0593aedad1b6a
Merge:
7b0b836 1816e95
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 1 14:05:12 2011 -0700
Merge pull request #383 from alanpeabody/master
My theme
commit
0d476e02cd1b5660b09acde25725191044f062ac
Author: Miloš Hadžić <milos.hadzic@gmail.com>
Date: Wed Jun 1 12:45:15 2011 +0200
Adds my theme
commit
a9b6f081b4a405dd1365df9c35aa3603196e3fc7
Author: Adam Lindberg <eproxus@gmail.com>
Date: Wed Jun 1 10:11:06 2011 +0200
Remove extra space when no status
commit
7b0b83623fb54d21932014c9a6267e6dc03976db
Merge:
23a082d 643a4e7
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 1 09:33:49 2011 +0200
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
23a082df129b12b6edf8ea04432b0cb2be0588fd
Author: Robby Russell <robby@planetargon.com>
Date: Wed Jun 1 09:33:12 2011 +0200
Revert "Added my zsh theme file, heavily based on sjl's" as it relies
on a dotfile to be in ~/bin.
This reverts commit
f2f34f5404e8ab674a0e345a709783b6c56a3b72.
commit
643a4e77f639c1742d1ce01d8028649ae12f8e62
Merge:
ba0f136 9801ad6
Author: Robby Russell <robby@planetargon.com>
Date: Tue May 31 21:24:01 2011 -0700
Merge pull request #375 from betawaffle/rollback-366
Rollback of Pull #366
commit
ba0f13604aadaecb93ca83cc524471ddd1c853b5
Merge:
142c03d c014dca
Author: Robby Russell <robby@planetargon.com>
Date: Tue May 31 21:06:10 2011 -0700
Merge pull request #381 from thePapacy/fix-git-zsh
Fix deleted in git.zsh
commit
c014dca141588737a13c4e3974adb4afd58c09bb
Author: Michael Hanson <michael.b.hanson@gmail.com>
Date: Tue May 31 15:13:23 2011 -0700
Fix deleted in git.zsh
commit
f4878971752b6d76743c29d6f478d20c84755b8e
Author: Brian Riddle <brian.riddle@tv4.se>
Date: Tue May 31 14:16:43 2011 +0200
fix double -f and corrected format.
-f%m was getting called twice in the stat_cmd
corrected format of stat command from y to Y.
commit
9c306670a73ec3e313666fc497952153bdc16220
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue May 31 14:07:38 2011 +0200
Improve unicode characters and git status
commit
714cfb1db2966ddfc0330a09e620164189233b49
Author: Adam Lindberg <eproxus@gmail.com>
Date: Tue May 31 11:46:26 2011 +0200
Add guru theme
commit
93dab36fcb7f138aba32e5102c621180055d67fe
Author: Second Planet <contact@secondplanetanimation.com>
Date: Mon May 30 19:10:26 2011 -0400
added humza.zsh-theme
commit
9801ad6453caa05925847f63401e6266378eb2de
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Mon May 30 11:10:08 2011 -0400
Remove Uneeded Lines
commit
1e3b441ce7e0b8706867801c1e5e7ca6760ff17e
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Mon May 30 10:07:15 2011 -0400
Rollback of Pull #366
sorin-ionescu had some good points.
commit
1c2eb40e876db3d2bfad22a0b52f0d410e1d51f3
Author: nebirhos <nebirhos@aol.com>
Date: Thu May 26 20:00:23 2011 +0200
Added nebirhos theme
commit
8411a39a869cd80474e3898f2fa4f204599b943a
Merge:
1e86678 142c03d
Author: Pete Clark <pete.clark@gmail.com>
Date: Sun May 29 18:51:32 2011 -0400
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into taskwarrior-plugin
commit
142c03dbd223683fd2d99f878b68f0f075cf33fb
Merge:
d708f5d f8aae64
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 29 03:56:33 2011 -0700
Merge pull request #359 from theunraveler/master
Rewrite of plugin override
commit
d708f5ddc1410a3adaa4d9aab025f1abf5054c9c
Merge:
40a737e 0457332
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 29 03:54:40 2011 -0700
Merge pull request #363 from Blattlaus/master
Ant plugin: stat command doesn't work under linux
commit
40a737ee1362d7d745313c4aa8ea29e28ff52978
Merge:
b0c9bc8 6b86636
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 29 03:54:05 2011 -0700
Merge pull request #366 from betawaffle/master
Add/update plugins: brew, rvm, node, npm, pow, and thor.
commit
b0c9bc88ef630e056bd670ad185514cf435c2085
Merge:
0eba536 205e2f4
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 29 03:49:51 2011 -0700
Merge pull request #368 from trapd00r/master
add trapd00r theme
commit
0eba5364bf862bc4daa50a16cb4c3600cf8a26b4
Merge:
ab2a7b5 18ab94b
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 29 03:49:27 2011 -0700
Merge pull request #365 from briankftse/master
Added a new theme
commit
205e2f4842d1d1808b0d8d16bcfd1daeadb111d9
Author: Magnus Woldrich <m@japh.se>
Date: Sun May 29 11:55:24 2011 +0200
add trapd00r theme
commit
3b8f65477e989d534d2ce19aaec65ab2c1179aa3
Author: Reza <reza@balatarin.com>
Date: Sat Nov 13 09:08:24 2010 -0800
Fixed cap plugin
commit
6b86636413c3b9b98d723ea77058db6c283325e4
Merge:
ab2a7b5 18bfb14
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 13:14:42 2011 -0400
Merge branch 'plugins'
commit
18bfb14a2f774b115c8634cdaa3864cbdee91a94
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 13:12:03 2011 -0400
Thor
Add plugin with completion for thor.
commit
ace84c8b7eb8b50842798bac9811d02928f58dd3
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 13:06:03 2011 -0400
Cleanup
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
commit
18ab94bccd3cfe64f81ab2ea0e09ce4a630a21bc
Author: brian tse <briankftse@gmail.com>
Date: Sat May 28 23:57:32 2011 +0800
Add new 'minimal' theme
commit
18293cd724224282d6ca473fcbe6e7439d3eac0c
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 11:27:50 2011 -0400
OS X Helpers
Add helper aliases for show/hide files. Add helper alias to recursively delete
.DS_Store files.
commit
d72b9c5ec5d55765998bb301b3425fbe84012c1f
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 11:20:48 2011 -0400
Node.js Helpers
Add helper function to open node api in browser. Add binaries installed via
npm to path. Tell node where to find things (what things?).
commit
befb02e3da0573fa788114e1c18c70b75f787f1f
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 11:09:37 2011 -0400
Pow! Restart Helper
Add helper function to restart an app running on Pow!
commit
e263f1f0057f6cac15ef588c681e6f49713c3975
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 10:57:48 2011 -0400
Brew Plugin
Merge completion with official brew completion. Add a helper to link official
completion into oh-my-zsh plugin (without overwriting). Add an alias to list
installed brews. Add brews to the path (in a somewhat strange way).
commit
572b27b75724d00fbc99ef64de3dbd21a28c8194
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 10:50:06 2011 -0400
Gem List Helper
Add helper function to list gems in a pretty way (only with rvm, for now). Add
missng EOF newline and a todo to the ruby plugin.
commit
9f34bbedc8d4843b0ed50f76d38b63e5aa48cc8b
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 10:35:54 2011 -0400
RVM Update Helpers
Add helper function to get rvm head. Add helper function to link zsh
completion that comes with rvm into om-my-zsh plugin directory, but don't
overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is
better, but I want to be able to compare).
commit
e703c9591c64cd23bb0f0e1a892fbed0efe74fa7
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 10:23:06 2011 -0400
Helpful Listing Aliases
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
commit
3e433165502a01028fcd0368161a2193eaeb386c
Author: Andrew Hodges <betawaffle@gmail.com>
Date: Sat May 28 10:16:06 2011 -0400
Ruby Switching Helpers
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180.
Add completion definitions for helper functions.
commit
04573324d52aaadf947f3a80190e4f54d8580932
Author: Martin Thurau <martin.thurau@gmail.com>
Date: Fri May 27 16:58:14 2011 +0200
Added compatibility for the linux 'stat' command for the ant plugin
commit
1816e957770f8e3f0ad22658f741c5f0492da982
Author: alanpeabody <gapeabody@gmail.com>
Date: Thu May 26 23:56:45 2011 -0400
Added my own theme.
commit
f8aae64e478066be7d05f5eb6970c356cafcfd36
Author: Jake Bell <jake@theunraveler.com>
Date: Thu May 26 12:34:37 2011 -0500
Adding ability to override plugins from the custom directory.
commit
ab2a7b51a8c3ead55a272fba58232d0823e519a2
Merge:
63db49c bde77af
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 01:15:51 2011 -0700
Merge pull request #345 from jacobat/master
Autojump plugin
commit
63db49cef6a0071e98941f0ebed42f57e290407f
Merge:
a81b017 210c1ef
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 01:14:16 2011 -0700
Merge pull request #346 from jojahner/master
My 'simple' theme.
commit
a81b0171ccdaf478fdc88b4e81f1ced943f7ef56
Merge:
4dd4bf8 fcc7801
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 01:13:18 2011 -0700
Merge pull request #196 from asymmetric/master
Add missing flag to unrar
commit
4dd4bf84ed1c46aaebdd51a5eaeb4f930db143da
Merge:
54e4758 2127654
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 01:10:26 2011 -0700
Merge pull request #226 from sunaku/fishy
Fishy theme - better Git integration
commit
54e475844a002a8c2f0793b205c300feb516c24a
Merge:
41dbf79 6a39f81
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 01:04:23 2011 -0700
Merge pull request #139 from clauswitt/master
Fixed an issue with the phing plugin
commit
41dbf794ba42b4150b1d4f6a47b08f22d9c6f25d
Merge:
bc00334 b132009
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 00:59:25 2011 -0700
Merge pull request #118 from fwalch/gpg-agent
Added gpg-agent plugin
commit
bc00334be28c1c8756a95e46b1e29c67c6c2802c
Merge:
22ae70f ba9ae6a
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 00:54:58 2011 -0700
Merge pull request #92 from re5et/master
added my zsh-theme
commit
22ae70f79d6bdb58c041949d9a6371a6d5e92c1d
Merge:
f9e2af2 4ff0136
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 26 00:52:57 2011 -0700
Merge pull request #90 from steeef/steeef-theme
Steeef theme
commit
21276546e9614576ce6e1a6be1393abce393d04f
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Wed Feb 23 00:38:15 2011 -0800
fishy theme: text indicators for $? and git status
The git status indicators were taken from sorin.zsh-theme and changed to
use ASCII symbols instead of Unicode ones because my preferred terminal
font, DejaVu Sans Mono, renders Unicode symbols poorly and also because
Unicode rendering is not available in standard Linux virtual terminals.
commit
f9e2af2bd7e567114724c4ca7f4a1727a656e7e2
Merge:
a57ffbe 1aacb74
Author: Robby Russell <robby@planetargon.com>
Date: Wed May 25 12:55:41 2011 -0700
Merge pull request #351 from GutenLinux/master
add custom completion support
commit
a57ffbed8524f0831f448e07f5d1d96d23272781
Merge:
542415b 093f907
Author: Robby Russell <robby@planetargon.com>
Date: Wed May 25 12:55:11 2011 -0700
Merge pull request #347 from obcode/master
obraun theme
commit
542415b92243b3508bc79cee9688613df843e35d
Merge:
2440954 5c1b341
Author: Robby Russell <robby@planetargon.com>
Date: Wed May 25 12:52:43 2011 -0700
Merge pull request #355 from watsoncj/master^1
Fix to Random Theme Selection
commit
1e86678f9d3c8c979ff8d3c8b5aac19e9e611441
Author: Pete Clark <pete.clark@gmail.com>
Date: Tue May 24 15:29:05 2011 -0400
Adds oh-my-zsh plugin to load TaskWarrior completions
commit
5da609e2c96c100c3c862e83f96e618d693c934f
Author: Pete Clark <pete.clark@gmail.com>
Date: Tue May 24 15:28:42 2011 -0400
Adds the _task script included with TaskWarrior
On my Ubuntu system this file was found in
/usr/share/doc/task/scripts/zsh/_task.gz
commit
f78218f625846afe2b6a487d18b0d7c65daa4edf
Author: Pete Clark <pete.clark@gmail.com>
Date: Tue May 24 15:25:18 2011 -0400
Adds compl .swp caches to gitignore
commit
5c1b341132119f08047a506e2c2b06fa0c0db52e
Author: Casey Watson <watsoncj@gmail.com>
Date: Tue May 24 12:15:58 2011 -0600
Fix to random theme selection
- themes array is 1-based
- theme files names are located in indicies 1 through N inclusive
- this resolves an issue where you would occasionally see: "no such
file or directory. Random theme '' loaded..."
commit
2440954f062a19f1b7393c02701cc71d19539e84
Merge:
7c3d12c 7f69551
Author: Robby Russell <robby@planetargon.com>
Date: Tue May 24 03:01:49 2011 -0700
Merge pull request #224 from Soliah/plugin-rvm
RVM Plugin
commit
1aacb74caf6800fe895ab3a40584c08bfded451e
Author: Guten <ywzhaifei1@gmail.com>
Date: Sun May 22 21:27:30 2011 +0800
add custom completion support
commit
093f9077f5b358803a810d65fb0d4729477905cf
Author: Oliver Braun <ob@obraun.net>
Date: Fri May 20 22:26:45 2011 +0200
Added obraun theme which is a slightly modified version of an already
existing theme.
commit
210c1ef86deed805b3c5b25833d4b128f758b610
Author: Jan-Oliver Jahner <jan-oliver.jahner@tolingo.com>
Date: Fri May 20 15:14:10 2011 +0200
Added 'simple' theme.
commit
8454542ddc33c4907bb864054b9adb0cf61d9002
Author: Jurriën Stutterheim <j.stutterheim@me.com>
Date: Fri May 20 13:21:04 2011 +0200
Update, no more full path
commit
bde77af40d28ed7a308a843d8bcad556d8115f84
Author: Jacob Atzen <jacob@incremental.dk>
Date: Thu May 19 16:33:29 2011 +0200
TextMate automatically forks into the background
commit
31ef6199675be846e473c20681da339b6ea864cd
Author: Jacob Atzen <jacob@incremental.dk>
Date: Thu May 19 16:20:30 2011 +0200
Add autojump plugin
commit
1d9eacb34f59f3bf82a9de0d7b474cb4c501e3fd
Author: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Thu May 19 10:55:19 2011 +0100
Plugin to make WOL nice & easy
commit
e199e1dae8f43e3de3bfd59696226497a7c3c3d1
Author: Jurriën Stutterheim <j.stutterheim@me.com>
Date: Sun May 15 15:02:46 2011 +0200
Add norm theme
commit
7c3d12c7de1c2d8efdefe09b02349e24106e36c6
Merge:
d275440 34f1944
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 13 02:53:02 2011 -0700
Merge pull request #295 from alexrinass/apache2-macports-plugin
Added start/stop aliases for Apache 2 installation via macports.
commit
d275440219f5a3d7659606d41a05c78c2c286a7b
Merge:
396dc78 7d9628b
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 13 02:52:25 2011 -0700
Merge pull request #290 from arthurkalm/delete-key-working
Make the delete key work correctly, instead of outputting a ~
commit
396dc787af5702a73936df5dd5f769b480346d4c
Merge:
4a497b0 e1210cd
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 13 02:51:03 2011 -0700
Merge pull request #322 from jonashuckestein/master
jispwoso theme
commit
4a497b021c886fece4b8dd162a730bf8b4e5343a
Merge:
4f71818 bd1a78a
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 13 02:50:43 2011 -0700
Merge pull request #324 from sorin-ionescu/plugin-compleat
Compleat - Completion for Human Beings Plugin
commit
4f71818a8b5e6e4901c2534066e827f045bd8d25
Merge:
7958e54 e129fc5
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 13 02:48:50 2011 -0700
Merge pull request #329 from juanghurtado/master
Support for $(current_branch) on git_parse_ahead()
commit
7958e54aaf17235bf151180796e2c19edbe5e8a1
Merge:
0365ef0 5440815
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 13 02:48:13 2011 -0700
Merge pull request #330 from jtriley/jtriley-theme
update to jtriley-theme
commit
f71647fa85267d558d0d69034902f53aeeed67ad
Merge:
dccfdf7 0365ef0
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Thu May 12 13:40:07 2011 +0200
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
commit
5440815c8303e715f04da48fb85e5d05400afb7d
Author: Justin Riley <justin.t.riley@gmail.com>
Date: Mon May 9 10:19:10 2011 -0400
remove git status from prompt
commit
e129fc5a285ccc8ff3c6ae9770908a0b5c2836e7
Author: Juan G. Hurtado <juan.g.hurtado@gmail.com>
Date: Mon May 9 13:32:42 2011 +0200
Adds support for $(current_branch) on git_parse_ahead()
Changes method git_parse_ahead() on git.zsh lib file. Before this
change it checked directly against origin/master branch. Now it
uses $(current_branch) to check for not pushed changes against
the current remote branch.
commit
bd1a78ae34cc3ce81a7b858f459ad0ad8da2cf62
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Thu May 5 18:41:05 2011 -0400
Added Compleat - Completion for Human Beings plugin.
commit
e1210cdfaab6baba2eeb62599fea832ea446af85
Author: Jonas Huckestein <jonas.huckestein@gmail.com>
Date: Tue May 3 14:07:35 2011 -0700
added my theme
commit
0365ef0529ddfb912ca8202773e45916c55fdf4f
Merge:
66b7fe1 e3cede3
Author: Robby Russell <robby@planetargon.com>
Date: Mon May 2 04:56:59 2011 -0700
Merge pull request #321 from nel/fix-window-title-regex.
Relax pattern matching on TERM. Closes #320.
commit
e3cede37a0ac1ef427fb07b6f79839b8c6a64780
Author: Renaud (Nel) Morvan <nel@w3fu.com>
Date: Mon May 2 13:51:16 2011 +0200
Relax pattern matching on TERM. Closes #320.
commit
66b7fe1b27637feba61a4b47e113b18b69432bf2
Merge:
a525993 6d899e2
Author: Robby Russell <robby@planetargon.com>
Date: Sun May 1 03:02:57 2011 -0700
Merge pull request #314 from mattsacks/master.
Add Muse theme for 256 color terminals
commit
a525993f6b62f3c5acec0afd204ff517408b6f29
Merge:
784c56c 626fa5b
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 10:33:21 2011 -0700
Merged pull request #315 from nebirhos/master.
Fixies auto update (2nd try)
commit
5f103c750891b926aab9f24f896853ea2a0493d5
Author: Luke Randall <luke.randall@mit-can.com>
Date: Wed Oct 13 16:54:12 2010 +0200
Add fine-grained git prompt status to lukerandall.zsh-theme
commit
626fa5b1d83abb145452deaa610fc8f7a59293c1
Author: nebirhos <nebirhos@aol.com>
Date: Fri Apr 29 17:12:40 2011 +0200
fixed autoupdate
commit
6d899e23917ea9278b06f60df6b5cc4fcd5b60c3
Author: Matt Sacks <matt.s.sacks@gmail.com>
Date: Fri Apr 29 08:28:46 2011 -0400
Add muse theme for 256 color terminals
commit
784c56cd09842c28df9a2e78279dd0667db8da47
Merge:
f3e162c 208b225
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 04:48:37 2011 -0700
Merged pull request #312 from juanghurtado/master.
Personal theme: juanghurtado.zsh-theme
commit
208b225a2f12076099255c329abbb3569723b39b
Author: Juan G. Hurtado <juan.g.hurtado@gmail.com>
Date: Fri Apr 29 13:11:38 2011 +0200
Custom theme with Git support
This is my personal oh-my-zsh theme. It has Git support through
methods found in Git lib file of oh-my-zsh. It uses:
- parse_git_dirty()
- git_prompt_ahead()
- current_branch()
- git_prompt_short_sha()
- git_prompt_status()
It also shows user name, machine name and current path. You can
take a look at a screenshot at http://goo.gl/ZVoyk
commit
f3e162c3e6c72837ac3da24e276227b14173ddbd
Merge:
e34b61f 7377ba3
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 03:38:41 2011 -0700
Merged pull request #310 from Ikke/master.
Add git-flow plugin
commit
e34b61fdd262c3a9fe66eba45a56bbf1123f690f
Merge:
1c33f71 d03a617
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 03:36:09 2011 -0700
Merged pull request #270 from sankara/
d03a6176aacd583993c02c7e837d10751c431875.
Basic autocompletion for Leiningen (fixed pull request)
commit
1c33f719b9fc9819c8b2153666dafdc3d780b1d8
Merge:
c8ac335 86fa438
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 03:33:52 2011 -0700
Merged pull request #311 from papercavalier/rails3.
Rails 3 aliases now work with Rails 2 as well.
commit
86fa4385c51d6778b1358d6f7134c1243feace87
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Fri Apr 29 10:59:59 2011 +0100
Rails 3 aliases now work with Rails 2 as well.
commit
7377ba3f7a08bb11114ddae1b421599e4073da96
Author: Kevin Daudt <compufreak@gmail.com>
Date: Fri Apr 29 11:54:31 2011 +0200
Added git-flow plugin
commit
c8ac3356c8da5ba0290066309b0fcd16d223f187
Merge:
6f7d51c 17eba9e
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 11:24:51 2011 +0200
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
6f7d51c68d4de102f295d3b543ccb5c61dea2c3c
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 11:24:29 2011 +0200
Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309
commit
17eba9e46c3478d1f5840a477228216bd2844fbc
Merge:
a89d33c 077baa7
Author: Robby Russell <robby@planetargon.com>
Date: Fri Apr 29 01:54:59 2011 -0700
Merged pull request #308 from juanghurtado/master.
New prompt methods on Git lib file
commit
077baa7bb1aba75d3005b7c6e5df4f53e0ea15d1
Author: Juan G. Hurtado <juan.g.hurtado@gmail.com>
Date: Fri Apr 29 09:22:56 2011 +0200
Adds new prompt methods on Git lib
Modifies the Git lib file (lib/git.zsh), adding three new prompt
methods:
- git_prompt_ahead(): Shows the content of the custom var
$ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has
commits ahead from the remote origin repository
- git_prompt_short_sha(): Shows last commit SHA hash in short
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
- git_prompt_long_sha(): Shows last commit SHA hash in long
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
commit
a89d33c0607320e6ce283dff745cb5aecfa19cd4
Merge:
58413bc 14404eb
Author: Robby Russell <robby@planetargon.com>
Date: Thu Apr 28 23:36:49 2011 -0700
Merged pull request #307 from jtriley/jtriley-theme.
add my custom zsh prompt
commit
58413bc0f554c21ea714f6ddfcec49ed7a3e2ede
Merge:
ed5f85c 5bcfab3
Author: Robby Russell <robby@planetargon.com>
Date: Thu Apr 28 23:29:55 2011 -0700
Merged pull request #302 from JonathanTron/
5bcfab37312511a7ffc3e8242ba8b8a622ecf061.
New theme second try
commit
ed5f85c145c3819509e83bfd039e4ea41d717ee8
Merge:
b8f8cd4 1783b16
Author: Robby Russell <robby@planetargon.com>
Date: Thu Apr 28 23:29:17 2011 -0700
Merged pull request #303 from cit/master.
added alias for apt-cache search to deb plugin
commit
b8f8cd46a44f3b28139a011e65a470c9b117d458
Merge:
c550f1f 5a957c4
Author: Robby Russell <robby@planetargon.com>
Date: Thu Apr 28 23:28:06 2011 -0700
Merged pull request #299 from atmos/master.
Support non-standard rvm install prefixes in bira
commit
c550f1f8443774e9639bbb03b50728eb855836eb
Merge:
70d0bea 58a7cf1
Author: Robby Russell <robby@planetargon.com>
Date: Thu Apr 28 23:24:39 2011 -0700
Merged pull request #269 from oknowton/master.
Significantly speed up startup time (1.2 seconds for me) by removing redundant compinit calls
commit
58a7cf19b7af136c5f59ee706ffe4772871f00fa
Author: Pat Regan <thehead@patshead.com>
Date: Thu Apr 28 19:12:05 2011 -0400
Move sourcing of custom to below plugins
commit
14404eb7a00dcbafcaf81402844f0eb24243cbbb
Author: Justin Riley <justin.t.riley@gmail.com>
Date: Thu Apr 28 15:29:27 2011 -0400
add my custom zsh prompt
commit
57d699ee33e5d4673d8c6a2a9ba42bd25d7b737c
Author: Pat Regan <thehead@patshead.com>
Date: Wed Apr 27 19:46:23 2011 -0400
redis-cli.plugin.zsh removed, adding to the fpath isn't needed now
commit
dc76c5694dda120fcac02b2d75ef0a149de94a2f
Merge:
886af72 70d0bea
Author: Pat Regan <thehead@patshead.com>
Date: Wed Apr 27 04:56:44 2011 -0400
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
1783b16d25029b72bdd1aa164f3e76fd29702e70
Author: Florian Adamsky <Florian.Adamsky@iem.fh-friedberg.de>
Date: Tue Apr 26 23:22:42 2011 +0200
added alias for apt-cache search
commit
70d0beae22e7d97d4380af32dae1618f45e3dd4b
Merge:
bc3a8d2 e0ab7f9
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 10:05:48 2011 -0700
Merged pull request #138 from murilasso/master.
Added my theme
commit
bc3a8d295cd88241e37326e426adeeb1d4ea972f
Merge:
0f9c67b 60bae66
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 10:04:38 2011 -0700
Merged pull request #276 from saimn/yum.
new yum plugin with useful aliases
commit
0f9c67bdb25cbe9cd4bf3a166ce3293a4629947c
Merge:
58b3e21 14f07eb
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 09:50:39 2011 -0700
Merged pull request #278 from totolici/redis-plugin.
Redis-cli plugin
commit
58b3e21a839140024fc57212113c001ae7173896
Merge:
ffbc013 16f9dfb
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 09:48:49 2011 -0700
Merged pull request #288 from dogenpunk/dogenpunk_theme.
Adding dogenpunk theme
commit
ffbc0136278fa7e6d77d4671368576bff13ba590
Merge:
5f0e585 1354eb1
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 09:47:56 2011 -0700
Merged pull request #287 from arthurkalm/install-tweeks.
Install tweeks
commit
5f0e585e5b01043e660611bc5d7d0fd8585af492
Merge:
55a5b3e 96ec1e1
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 09:46:18 2011 -0700
Merged pull request #294 from alexrinass/mysql-macports-plugin.
Fixed folder naming for mysql-macports plugin and improved start/stop scr
commit
55a5b3e7dc9dd1e9c329563d832402d9199883d5
Merge:
6989581 eb3d157
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 09:45:48 2011 -0700
Merged pull request #297 from Soliah/master.
Updated my theme.
commit
69895813c2608c99146b7cbfe74cb503a0dc7ead
Merge:
79cf053 6f53b31
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 09:45:27 2011 -0700
Merged pull request #298 from wolverian/master.
Update brew autocompletion
commit
79cf05326de505c48435d4812e8abfdcbb05b15a
Merge:
971b071 07cee28
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 26 09:44:32 2011 -0700
Merged pull request #300 from gallois/master.
Added a custom theme, based on eastwood
commit
07cee28e31753f8cf424e413aa5f9754720d367b
Author: Felipe Gallois <felipe@gallois.com.br>
Date: Sat Apr 23 17:31:15 2011 -0300
added custom theme, based on eastwood
commit
5a957c4d2ecc12e90304d13b3ae724843f0fcb7b
Author: Corey Donohoe <atmos@atmos.org>
Date: Thu Apr 21 15:53:44 2011 -0700
support non-standard rvm install prefixes
commit
6f53b3130d5aee8461b0be30e5589e5673929318
Author: Ilmari Vacklin <ilmari@dicole.com>
Date: Fri Apr 22 00:16:29 2011 +0300
Add 'upgrade' to brew completions.
commit
eb3d1576bf593c900d0e0fd9465ca3a076779fe0
Author: Christopher Chow <soliah@gmail.com>
Date: Thu Apr 21 21:40:34 2011 +1000
Made my them display the current rvm gemset and check for detached head
state in git.
commit
34f1944016a7671fe47aca99f18f25d19f6ff5dc
Author: Alexander Rinass <alex@rinass.net>
Date: Wed Apr 20 15:54:51 2011 +0200
Added start/stop aliases for Apache 2 installation via macports.
commit
96ec1e12498fb2c3200fef941ad6eadece723a0d
Author: Alexander Rinass <alex@rinass.net>
Date: Wed Apr 20 15:50:55 2011 +0200
Fixed folder naming for mysql-macports plugin and improved start/stop scripts.
commit
886af72125a108c2f928474c7f817dd2c164795e
Author: Pat Regan <thehead@patshead.com>
Date: Wed Apr 20 01:30:52 2011 -0400
Remove fpath/compinit code from github and npm plugins
commit
655e6e8df0aaba7da9a4a35a3c2017a9050fa99d
Merge:
796f516 971b071
Author: Pat Regan <thehead@patshead.com>
Date: Wed Apr 20 01:29:58 2011 -0400
Merge remote branch 'upstream/master'
Conflicts:
plugins/github/github.plugin.zsh
commit
7d9628b2dcccb5627c59380de331e3c906c8164d
Author: Arthur Kalmenson <arthur.kalm@gmail.com>
Date: Tue Apr 19 22:40:46 2011 -0400
Added bindings for Gnome terminal.
commit
c7c959de60add8371e08926d642b2bbb7406ce84
Author: Arthur Kalmenson <arthur.kalm@gmail.com>
Date: Tue Apr 19 19:01:18 2011 -0400
Make the delete key work correctly, instead of outputting a ~
commit
1354eb124893df9c8f60f668550efcafb94eb05f
Author: Arthur Kalmenson <arthur.kalm@gmail.com>
Date: Mon Apr 18 22:51:28 2011 -0400
Changed to use which.
commit
5f415c465a576a78d7e1577e472309fdd4c7621f
Author: Arthur Kalmenson <arthur.kalm@gmail.com>
Date: Mon Apr 18 07:50:14 2011 -0400
Change URL to https since most corporate environments block git port.
commit
1e2152fcf3103c3acbae49caa0f6184b55c7bb17
Author: Arthur Kalmenson <arthur.kalm@gmail.com>
Date: Mon Apr 18 07:48:35 2011 -0400
Make the chsh more reliable.
commit
0a896119214b5211d26be6446d5e98af7634c5ae
Merge:
9092bf7 971b071
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Sun Apr 17 14:02:38 2011 +0200
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Conflicts:
lib/termsupport.zsh
commit
5bcfab37312511a7ffc3e8242ba8b8a622ecf061
Author: Jonathan Tron <jonathan@tron.name>
Date: Sat Apr 16 14:44:38 2011 +0200
Add new jonathan theme
commit
14f07ebc68da8b06cdb0a4fdb435ac928ff419f1
Author: alexandru <alex@hackd.net>
Date: Thu Apr 14 16:22:18 2011 -0700
redis-cli completion plugin
commit
b2d5b4365019a466fb8481598de87159704ded7a
Author: Diógenes <diofeher@gmail.com>
Date: Thu Apr 14 12:15:26 2011 -0300
refactored pycrm command
commit
60bae66bbfebe7bf78378564ffe9aed00c3342b4
Author: Simon <contact@saimon.org>
Date: Thu Apr 7 10:23:06 2011 +0200
new yum plugin with useful aliases
commit
0c032aaf81afcb134668a462a9ea028e6fc64eeb
Author: Tristan Carel <tcarel@exalead.com>
Date: Wed Apr 13 17:46:36 2011 +0200
Removing master stuff
commit
df0b37f9db3f8a1d445bebf30d04039eb247ab71
Author: Tristan Carel <tcarel@exalead.com>
Date: Wed Apr 13 17:45:04 2011 +0200
Merge branch 'master'; commit '
ca4dabb45e14d8cd38e07c4ffadf9473ceb2193b' into require_tool
commit
2fba4486bfa63cf2a4a11a34c94ce123127ef4c9
Author: Tristan Carel <tcarel@exalead.com>
Date: Wed Apr 13 17:34:51 2011 +0200
Add new plugin emacs, to take benefit of daemon capabilities of emacs >=23
commit
bbf1f87ee6aa73a11bcb0a3b33fbe7349d20ebcb
Author: Tristan Carel <tcarel@exalead.com>
Date: Wed Apr 13 17:24:44 2011 +0200
Fix version parsing. Now working with command $ zsh --version
commit
ca4dabb45e14d8cd38e07c4ffadf9473ceb2193b
Author: Tristan Carel <tcarel@exalead.com>
Date: Wed Apr 13 17:23:25 2011 +0200
New tool require_tool.sh
commit
d6c150decca10ba2a3566fe1dc1144f7e37f1c5b
Author: Diógenes <diofeher@gmail.com>
Date: Wed Apr 13 11:55:24 2011 -0300
adding python plugin with some aliases
commit
14a1877311bd0a9cf9c4db0e44e55da0fba77c5c
Author: Tristan Carel <tcarel@exalead.com>
Date: Wed Apr 13 16:48:47 2011 +0200
New plugin git-svn installing git project
git-svn-clone-externals
commit
796f5164f306da2f4e6ab7cbadc17b78f5f683af
Author: Pat Regan <thehead@patshead.com>
Date: Tue Apr 12 19:53:55 2011 -0400
Minor reformatting
commit
911837c48fc6387daa341b3cc5be21b1b1cade57
Author: Daniel Hahler <git@thequod.de>
Date: Wed Apr 13 00:30:45 2011 +0200
github plugin: check for `ruby`.
I've run into the issue where a stripped down container had no Ruby
installed, which caused `hub` to fail.
Therefore I've added an extra check to verify that `ruby` is in the
commands list before setting up this alias/function.
commit
757ebfcbd20b0893d8c9529eed2dfd428868f431
Author: Pat Regan <thehead@patshead.com>
Date: Tue Apr 12 17:50:15 2011 -0400
Moved the plugin fpath loop and compinit so they happen before custom scripts are loaded.
commit
6bf906a2622ddea1e9aae5d23c544d37fc4b6a76
Author: Pat Regan <thehead@patshead.com>
Date: Tue Apr 12 17:41:09 2011 -0400
Optimize plugin loading so that only one call to compinit is required
commit
16ac094a43052fb57eda9503174006a84a61a414
Author: Pat Regan <thehead@patshead.com>
Date: Tue Apr 12 09:28:15 2011 -0400
Moved compinit call back to oh-my-zsh.sh, after plugins are loaded
commit
971b071dc67f423d8b2a6f476e1dd58819049f41
Author: kphoen <geek63@gmail.com>
Date: Mon Mar 7 15:15:46 2011 +0100
Add: new theme
commit
b6be2889aaa28250ec8ed504e35ac37024866fb7
Merge:
6cbd15f 7cc4ab9
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 12 10:40:11 2011 +0200
Merge branch 'friskTheme' of https://github.com/Nycto/oh-my-zsh
commit
6cbd15f4035ffd79e6e325a256f87443c106c2c6
Author: James Frasca <james@roundeights.com>
Date: Thu Mar 17 11:22:51 2011 -0700
Added the Frisk theme
commit
849e2834fb1e4fe27a0b5f997733fd2ae4d8f9b7
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 12 10:36:45 2011 +0200
Updating the README... now links to contributors page
commit
7d71148490511ae2ef849a9d95de07ec4a751121
Author: Dmitry Maksimov <dmtmax@gmail.com>
Date: Sat Feb 26 10:04:45 2011 +0300
kolo.zsh-theme
commit
f0922006aba68e485480a81d83ba53b201270a69
Author: Theodore Robert Campbell Jr <trcjr@stupidfoot.com>
Date: Sat Mar 19 10:29:22 2011 -0400
changes recommended by blueyed
commit
9406ae7929bc1d3a063b65e7559a28268aaf0a7a
Author: Theodore Robert Campbell Jr <trcjr@stupidfoot.com>
Date: Thu Mar 3 21:38:56 2011 -0500
Whoops, this was supposed to be in the last commit!
commit
277057cb6399769340d41bba9421464c58742026
Author: Theodore Robert Campbell Jr <trcjr@stupidfoot.com>
Date: Thu Mar 3 21:36:35 2011 -0500
Moved this to the existing github plugin
commit
2717e147b303beef0f84e6dfbb2db562c8fc6740
Author: Theodore Robert Campbell Jr <trcjr@stupidfoot.com>
Date: Wed Mar 2 20:00:40 2011 -0500
blueyed's ZSH-fu is much stronger than mine.
commit
8ed33a8ccc5e926e84bf522951ecf80e97e2a8e6
Author: Theodore Robert Campbell Jr <trcjr@stupidfoot.com>
Date: Tue Mar 1 21:34:25 2011 -0500
no need for an extra fork
commit
0447a0ec11ad56d24ad391e9149c8d7e0429b205
Author: Theodore Robert Campbell Jr <trcjr@stupidfoot.com>
Date: Tue Mar 1 01:04:10 2011 -0500
added hub plugin from defunkt
commit
8883ace767997d1a629c165780af303f715ee78d
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 12 10:24:06 2011 +0200
Revert "Enable alias completion, do not limit completion to just files"
This reverts commit
c3a58b00040018743ead1e6672910433fc1ca7c2.
commit
f9282283822771a7f471547569de481a66a70b0f
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Sun Mar 20 16:29:00 2011 -0400
Added npm plugin.
commit
b3a78d2b287cc9789d1c791a91448c40dcab2e23
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 12 10:19:15 2011 +0200
Using git-diff instead of git diff
commit
d11fb9d47c85b623831919f1910dd862e600c63d
Merge:
91e4f3d 4cd4167
Author: Robby Russell <robby@planetargon.com>
Date: Tue Apr 12 10:16:32 2011 +0200
Removing call to mate.
commit
91e4f3d667cc04148fafc4675174424daf5f6b5a
Author: Daniel Hahler <git@thequod.de>
Date: Mon Apr 4 00:54:43 2011 +0200
Fix `gdv`: make it a function, and use `view`.
I've changed it to use `view` instead of `vim -R` to make it hopefully
more editor-agnostic.
commit
235733e5e224539cf5002a02694d021902fd9550
Author: Pat Regan <thehead@patshead.com>
Date: Fri Apr 8 11:12:21 2011 -0400
Removed commented out code.
commit
ef4175981b78ca6ef24f7776ab213f3b71488472
Author: Pat Regan <thehead@patshead.com>
Date: Fri Apr 8 11:10:14 2011 -0400
Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh
commit
993e05da50543b9c2dcc5e4fedb93afd1c8b020c
Author: Pat Regan <thehead@patshead.com>
Date: Fri Apr 8 10:12:22 2011 -0400
Replace redundant calls to compinit with a single call.
commit
0cc0915bf83c1915575182d1287abfc6dd3e6f3c
Author: Renaud (Nel) Morvan <nel@w3fu.com>
Date: Mon Apr 4 14:02:50 2011 +0200
Refactor DISABLE_AUTO_TITLE to be more DRY
commit
a3e92892bbc95acc270d93b45be05c55348da55c
Author: Renaud (Nel) Morvan <nel@w3fu.com>
Date: Mon Apr 4 13:44:48 2011 +0200
Command title behavior no longer depend on local zsh configuration
Fix by derekjw. closes #52.
commit
d138751cbd721bf7036e88cb1a2bafc9ebb87366
Author: Renaud (Nel) Morvan <nel@w3fu.com>
Date: Mon Apr 4 13:30:39 2011 +0200
Escape characters used in escape sequence to avoid triggering bugs in Apple Terminal
Closes #45 #57 #58 #86.
commit
4cd4167c8d988656eed4896d6d1343e311ce078c
Author: Jakub Nawalaniec <pielgrzym@prymityw.pl>
Date: Sun Apr 3 21:28:19 2011 +0200
Further git completion improovements
In detail:
gup - now completes with remotes like git fetch would
gdv - got git diff completions
gc/gca - now zsh will suggest files in staging area
gba - suggestions as for git branch
commit
2e9492969b0ea90932ad3f4298330b75ef8cf2ce
Author: Jakub Nawalaniec <pielgrzym@prymityw.pl>
Date: Sun Apr 3 15:43:39 2011 +0200
Completions are git subdommand-aware now
commit
57f55e69ed967e93c0fd44a6a7e470781eb38029
Author: Jakub Nawalaniec <pielgrzym@prymityw.pl>
Date: Sun Apr 3 13:50:05 2011 +0200
Zsh will now complete git aliases with git stuff
commit
05fc020a081846245a5a4a26d190652cb8cf9add
Merge:
2497c57 06063ab
Author: Robby Russell <robby@planetargon.com>
Date: Sun Apr 3 11:00:38 2011 -0700
Merge branch 'disable_auto-title' of https://github.com/lorrin/oh-my-zsh into lorrin-disable_auto-title
commit
16f9dfb3aa6d301d4345df9af017bd6982273919
Author: Matthew M. Nelson <dogenpunk@gmail.com>
Date: Thu Mar 31 13:51:29 2011 -0500
Adding dogenpunk theme
commit
d5ce689a0c10f71967dcc163cd66ef9bd2778416
Author: Daniel Wehner <daniel.wehner@erdfisch.de>
Date: Sat Mar 26 15:06:30 2011 +0100
Add a plugin to support kate the kde texteditor
commit
2497c57976b1e5002ebecd7ffa5c35bc87ada903
Author: Simon Elsbrock <simon@iodev.org>
Date: Thu Mar 24 09:47:48 2011 +0100
fixed wget command in readme
github uses a wildcard certificate which is not accepted by wget
commit
06063ab695ecfe6fa7737511a070b24412ee1b2a
Author: Lorrin Nelson <lhn_github@nerdylorrin.net>
Date: Wed Mar 23 21:20:08 2011 -0700
Introduce DISABLE_AUTO_TITLE option
commit
e8a7a31ef66093f1b1ab034e84e01a147fa8b28a
Author: Lorrin Nelson <lhn@mult.ifario.us>
Date: Mon Feb 7 23:21:46 2011 -0800
Make command-not-found no-op when support not available (e.g. not on Ubuntu)
commit
9092bf7b53b9e24a5283aeb6dd6950c3238e5cb8
Merge:
f61a395 52df854
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Wed Mar 23 09:20:24 2011 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
d03a6176aacd583993c02c7e837d10751c431875
Author: Sankara Rameswaran <sankara@bankbazaar.com>
Date: Wed Mar 2 15:20:43 2011 +0530
Lein completion
commit
a15a8c4a98bc1aff024c3ef44dec48309ff4f90b
Author: James Smith <james@loopj.com>
Date: Sat Mar 19 17:51:22 2011 -0700
New theme 'intheloop' which demonstrates the git_remote_status function
commit
2d5412e99be6d9fab50169ad0cf290e022fc6e9b
Author: James Smith <james@loopj.com>
Date: Sat Mar 19 17:50:24 2011 -0700
Added new function git_remote_status to check if we are ahead, behind or diverged from the remote branch
commit
4facba9824b7c3d0115c5f66e5b1517bd5674027
Author: Joakim Ekberg <jocke.ekberg@gmail.com>
Date: Thu Mar 17 22:29:58 2011 +0100
Added terminal party theme.
commit
7cc4ab9b3f79ed2e56c8bebeb6fbd4b870b53de2
Author: James Frasca <james@roundeights.com>
Date: Thu Mar 17 11:22:51 2011 -0700
Added the Frisk theme
commit
52df85440ee8ead8f17d3aa3e1fedf187162313c
Author: Robby Russell <robby@planetargon.com>
Date: Wed Mar 16 12:20:35 2011 -0700
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
d4ea399b04ef57dd31097eadc316305d1e42a194.
commit
23556491e66ab0229034681e1cce8481936e7e7b
Merge:
bb3414e 9d991a5
Author: Robby Russell <robby@planetargon.com>
Date: Wed Mar 16 08:05:19 2011 -0700
Merge branch 'ssh-agent-append-host-to-environment' of https://github.com/trcjr/oh-my-zsh into trcjr-ssh-agent-append-host-to-environment
commit
bb3414ec002b106bb868f50231644c64a36298e5
Merge:
fce2733 f90cb7e
Author: Robby Russell <robby@planetargon.com>
Date: Wed Mar 16 08:03:23 2011 -0700
Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into AlexBio-master
commit
fce2733fe91b07da55bf9136e4cd42adc3d6ad3a
Merge:
bafa8cd d4ea399
Author: Robby Russell <robby@planetargon.com>
Date: Wed Mar 16 08:01:29 2011 -0700
Merge branch 'osx-terminal-title' of https://github.com/curiousstranger/oh-my-zsh into curiousstranger-osx-terminal-title
commit
bafa8cd980336ea830ba6c9f84d1f94893de4def
Merge:
af23a48 ce41d0e
Author: Robby Russell <robby@planetargon.com>
Date: Wed Mar 16 07:59:18 2011 -0700
Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into dbbolton-master
commit
af23a48a197ce5c006ebcaf072509995c9d2ec20
Merge:
2358888 c3a58b0
Author: Robby Russell <robby@planetargon.com>
Date: Wed Mar 16 07:57:01 2011 -0700
Merge branch 'feature/alias-completion' of https://github.com/shadowhand/oh-my-zsh into shadowhand-feature/alias-completion
commit
23588889a76209c5d3e970a5dcfdf27779277700
Merge:
fa34473 92cacc9
Author: Robby Russell <robby@planetargon.com>
Date: Wed Mar 16 07:55:25 2011 -0700
Merge branch 'master' of https://github.com/tjkirch/oh-my-zsh into tjkirch-master
commit
ce41d0e5bdf7df7e4261ad6e5b3e3c0fa59dd890
Author: Daniel Bolton <danielbarrettbolton@gmail.com>
Date: Tue Mar 15 20:31:14 2011 -0400
Add debian plugins file
commit
92cacc9552e720b7b29d788fdb24bd46548f5846
Author: Tom Kirchner <tjkirch+github@gmail.com>
Date: Tue Mar 15 00:43:37 2011 +0000
No space before prompt char at beginning of line
commit
cb2362c006b25f8f2c655a50999c57ae48597c6b
Author: Tom Kirchner <tjkirch+github@gmail.com>
Date: Tue Mar 15 00:43:22 2011 +0000
Actually show return code on failure
commit
e1f37e311fe895916a5e821266617ddb3f26fef1
Author: Tom Kirchner <tjkirch+github@gmail.com>
Date: Tue Mar 15 00:42:51 2011 +0000
Sweet lightning bolt on uncommitted git changes
commit
1b7868adca07d4a77b0d5b15d305eb6e15be9fe7
Author: Tom Kirchner <tjkirch+github@gmail.com>
Date: Tue Mar 15 00:42:12 2011 +0000
Remove unnecessary whitespace
commit
6654d5dd9982fb2f67c49e87b8b242c3964537b7
Author: Tom Kirchner <tjkirch+github@gmail.com>
Date: Tue Mar 15 00:41:51 2011 +0000
Make personal theme based on dst
commit
5bbd87a33380ab4fb9cab6688b11cb98faa61cd7
Author: Daniel Bolton <danielbarrettbolton@gmail.com>
Date: Mon Mar 14 01:43:33 2011 -0400
add Perl plugins file
commit
d4ea399b04ef57dd31097eadc316305d1e42a194
Author: Matt Cable <wozz@wookie.net>
Date: Sun Mar 13 17:10:13 2011 -0600
Re-order title/tab setting to make window titles work on OSX terminal which
doesn't support tabs titles.
commit
fa344733e5d7cee33e4c3ba6a9a7241c7b6377ca
Author: Matt Cable <wozz@wookie.net>
Date: Sun Mar 13 16:08:12 2011 -0600
Add completion for port command
commit
f90cb7e7b9f8a3743071d6d15ca441f293379517
Author: Alessandro Ghedini <al3xbio@gmail.com>
Date: Sat Mar 12 16:25:27 2011 +0100
add 'deb' plugin with Debian's apt aliases
commit
a6b8bec8ecdb48a059f73e82a1df0bf3387beccc
Author: Alessandro Ghedini <al3xbio@gmail.com>
Date: Sat Mar 12 16:24:20 2011 +0100
add completion plugin 'cpanm' for cpanminus
commit
a2d0bd7c296706b3a2f6b0125ab79748a95bb90c
Author: Alessandro Ghedini <al3xbio@gmail.com>
Date: Sat Mar 12 16:23:55 2011 +0100
add 'lol' plugin (based on lolbash)
commit
c3a58b00040018743ead1e6672910433fc1ca7c2
Author: Woody Gilk <woody.gilk@gmail.com>
Date: Fri Mar 11 21:44:12 2011 -0600
Enable alias completion, do not limit completion to just files
commit
f61a395587327b68e25ee7b5390d8888dde314c2
Merge:
0294487 f1af415
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Wed Mar 9 12:19:38 2011 +0100
Merge ssh://spix-dev01/home/fredrik/.oh-my-zsh
commit
f1af41589960f7fc98d270c70a80b351b703e53e
Author: Fredrik Appelberg <fredrik.appelberg@scanpix.se>
Date: Wed Mar 9 12:19:01 2011 +0100
figuring out home dir on unix systems as well
commit
0294487a3e4c7e0257cc8f17357e497fd9280a3b
Merge:
d537dc8 d807221
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Wed Mar 9 09:55:28 2011 +0100
Merge branch 'master' of github.com:fred-o/oh-my-zsh
commit
da0cc3701e75e2c8be07ee4eb0dc6b1b68e3fa06
Merge:
0664370 d807221
Author: Fredrik Appelberg <fredrik.appelberg@scanpix.se>
Date: Mon Mar 7 14:36:36 2011 +0100
Merge branch 'master' of git@github.com:fred-o/oh-my-zsh
commit
d807221f607cc7ef02e17a9aa60b1f5f18a886ab
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Mon Mar 7 14:36:12 2011 +0100
fix to avoid parse errors if $TERM is empty
commit
0664370f80a6a3c80686a427bdc6226822bb5408
Merge:
8d18844 c2e8bed
Author: Fredrik Appelberg <fredrik.appelberg@scanpix.se>
Date: Mon Mar 7 14:31:03 2011 +0100
Merge branch 'master' of git@github.com:fred-o/oh-my-zsh
commit
c2e8bed253d25699f826fd7b65d965944b42a21c
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Mon Mar 7 14:22:06 2011 +0100
Added a plugin for GNU Screen.
commit
0504a01012b88e6eb74040ed599bddf29163fd69
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Mon Mar 7 13:49:30 2011 +0100
.gitignore
commit
9d991a5080bea5c71e1b5f6838d5498c908c434b
Author: Theodore Robert Campbell Jr <trcjr@stupidfoot.com>
Date: Tue Mar 1 00:21:49 2011 -0500
ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nfs shared homes.
commit
8d18844a4bdcb7e0f2cc3e9be09cf504c001db71
Merge:
63de788 746a103
Author: Fredrik Appelberg <fredrik.appelberg@scanpix.se>
Date: Mon Feb 28 09:13:14 2011 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
d537dc8cb6907b4be520e8e603045aff37219e84
Merge:
63de788 746a103
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Sun Feb 27 12:37:28 2011 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
8bf1d8edc39ca4575448b5e4483cbebf47d8dc67
Merge:
0858eae 63de788
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Fri Feb 25 10:23:19 2011 +0100
Merge branch 'master' of git@github.com:fred-o/oh-my-zsh
commit
0858eae3a123a512ec3049de4874c0a2a79d9fc8
Merge:
bbde258 746a103
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Fri Feb 25 09:59:13 2011 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
d926a55872b5a12ab8b987e9d86c02358d0c825e
Author: Stephen Eley <sfeley@gmail.com>
Date: Tue Feb 22 14:38:37 2011 -0500
Refined RVM prompt in Crunch theme
commit
fadd5f74ce205ddb14735354170150745ae42ca6
Author: Stephen Eley <sfeley@gmail.com>
Date: Tue Feb 22 14:03:48 2011 -0500
Crunch theme (by Stephen Eley)
commit
4144f4beea4e56231adeb3574d3516b35c3331cf
Author: Christopher Chow <soliah@gmail.com>
Date: Wed Feb 23 03:05:25 2011 +1100
Add tab completion to bundler plugin.
commit
7f69551498a78a6b30d706c89808fcd2ba000045
Author: Christopher Chow <soliah@gmail.com>
Date: Wed Feb 23 02:56:25 2011 +1100
Add tab completion for rvm.
commit
dccfdf7dbf707b2e860fde1b6540e66ec6bda207
Merge:
48ab2ad 746a103
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Tue Feb 22 09:53:26 2011 +0100
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
commit
48ab2ad6e261fc30caa7fe17bd4d3435100c7f3d
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Tue Feb 22 09:53:02 2011 +0100
no hg & git status (sloooow)
commit
746a10368acd38d80cd35c2b97202a9187d58a05
Merge:
4ef3bb4 6b610d7
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 22:05:56 2011 -0800
Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master
commit
4ef3bb4847de4d9d665b6eea74e1fc51a1d2d838
Merge:
4378d85 faac3ba
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 22:00:05 2011 -0800
Merge branch 'refactor-term' of https://github.com/nel/oh-my-zsh into nel-refactor-term
commit
4378d85934169bee4ca2a43ad23d680a010a6cbe
Merge:
d1d14e6 6b5c4e2
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:57:03 2011 -0800
Merge branch 'master' of https://github.com/medwezys/oh-my-zsh into medwezys-master
commit
d1d14e6ea6884fd2063e783afb7ccc274f32e0fa
Merge:
aca392b 6467e90
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:55:27 2011 -0800
Merge branch 'osx' of https://github.com/benlangfeld/oh-my-zsh into benlangfeld-osx
commit
aca392bebdcf9b8c44d521889675538becb82bea
Merge:
6a3f406 cc90e3a
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:52:12 2011 -0800
Merge branch 'master' of https://github.com/Soliah/oh-my-zsh into Soliah-master
commit
6a3f406468e95e5b9731db1415aeb83922a26359
Merge:
6235467 90a9a5f
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:50:36 2011 -0800
Merge branch 'lib-git' of https://github.com/sorin-ionescu/oh-my-zsh into sorin-ionescu-lib-git
commit
6235467421f49e1e8f68a7b2c7e26014c62d4f82
Merge:
9d941d0 143dd16
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:49:05 2011 -0800
Merge branch 'master' of https://github.com/nanotech/oh-my-zsh into nanotech-master
commit
9d941d05446039966e620c840b8752f7fe165d53
Merge:
9ddff75 ae8b3b6
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:47:26 2011 -0800
Merge branch 'theme-sorin' of https://github.com/sorin-ionescu/oh-my-zsh into sorin-ionescu-theme-sorin
commit
9ddff75972f6ed9beaf1504181bd2e924c476ef5
Merge:
452eeed ab1cbe9
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:46:26 2011 -0800
Merge branch 'master' of https://github.com/Nemo157/oh-my-zsh into Nemo157-master
commit
452eeed890084d7a9e776fa888c3f6c9695fa2d2
Merge:
01b0366 9b0a75c
Author: Robby Russell <robby@planetargon.com>
Date: Mon Feb 21 21:45:00 2011 -0800
Merge branch 'nicoulaj-theme' of https://github.com/nicoulaj/oh-my-zsh into nicoulaj-nicoulaj-theme
commit
6467e90efbb8a0064045ccd2c09f1b0513d782c3
Author: Ben Langfeld <ben@langfeld.me>
Date: Fri Feb 18 12:48:27 2011 +0000
Add iTerm version of tab function (itab)
commit
c52fea808210bb4f81915306855b6bd00a5fe219
Author: Ben Langfeld <ben@langfeld.me>
Date: Fri Feb 18 12:17:00 2011 +0000
Make a cleaner version of the OS X tab function
commit
e0ab7f9fb5774381d846cd90d06a501ec91a3ee9
Author: Murilo Soares Pereira <murilo.soares3@gmail.com>
Date: Wed Nov 24 02:22:55 2010 -0200
Renamed theme.
commit
4b7038f8f46f842df02acdce9b8fb21f6f2b3050
Author: Murilo Soares Pereira <murilo.soares3@gmail.com>
Date: Tue Nov 23 02:05:33 2010 -0200
Added my theme.
commit
bbde258141acef4174f4e3184517af6705fd5939
Merge:
792e50c 01b0366
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Wed Feb 16 10:40:57 2011 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
792e50c917b7c854fbcadbce10a895ab7fbaa7ec
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Wed Feb 16 10:40:51 2011 +0100
mvn plugin
commit
6b610d7dd80ab6cf1142bc615931c17c41395f00
Author: Myron Marston <myron.marston@gmail.com>
Date: Tue Feb 15 11:27:25 2011 -0800
Add bundler plugin with aliases.
commit
ab1cbe9038bee71bae1d5b7ce1d8cd9f6a94d7f3
Author: Wim <ghostunderscore@gmail.com>
Date: Mon Feb 14 01:19:01 2011 -0800
Should use https for all GitHub urls.
commit
6b5c4e27b24f0652e7e53b6abfe9634589271572
Author: Tadas Tamošauskas <TadasTamo@gmail.com>
Date: Sun Feb 13 11:05:12 2011 +0000
fixed typo in rails3 plugin and added one alias for migrating and redoing migration if it was successful
commit
63de788425d1d92e24f0214ceb21e35e277cc50f
Merge:
d02a391 01b0366
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Fri Feb 11 09:02:13 2011 +0100
Merge branch 'master' of github.com:fred-o/oh-my-zsh
commit
8aec32b48bb88e980150a43586e7e02b9156e165
Author: Allan Caffee <allanc@aweber.com>
Date: Mon Feb 7 15:09:06 2011 -0500
Add vagrant completion for individual VMs
For multi-VM setups some commands take the name of
a virtual machine. Read the Vagrantfile and offer
suggestions.
commit
143dd165e973a3559fbc1b085f1ff05e263f85b0
Merge:
2a203b5 01b0366
Author: NanoTech <nanotech008@gmail.com>
Date: Sat Feb 5 23:51:05 2011 -0600
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
3e260a9ef63ed8e73650c72049002e6f9edd0dc9
Merge:
57e0b57 01b0366
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Sat Feb 5 11:48:46 2011 +0100
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
commit
90a9a5f251b2273735b58be55014d94582f1db91
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Thu Feb 3 23:24:33 2011 -0500
Added modified while newly added and type change detection to git prompt modified status.
commit
cc90e3aa06cc3de32e4679dcccd0f00a2a4bdf79
Author: Christopher Chow <soliah@gmail.com>
Date: Fri Feb 4 11:33:20 2011 +1100
Fixed auto update.
Paramater substitution instead of command subsitution was being used
causing the calculation of time since last check to be incorrect.
commit
ae8b3b6dbaa444a1b08a63cadabaf3f1781b7c11
Author: Sorin Ionescu <sorin.ionescu@gmail.com>
Date: Thu Feb 3 16:47:08 2011 -0500
Added sorin oh-my-zsh theme.
commit
051fb5f1d5d0c72812989bd4dfd0be33f43d75ad
Author: Christopher Chow <soliah@gmail.com>
Date: Fri Feb 4 01:37:39 2011 +1100
Added time since last commit to Soliah theme and changed some colours.
commit
faac3ba8fcad6ad1742f82a7d508a37c0c70d809
Author: Renaud (Nel) Morvan <nel@w3fu.com>
Date: Sun Jan 30 08:21:49 2011 +0100
Refactor window and tab title in tty
Term window title and tab title are now skinable
Tab title can be different from window title (when supported by term)
Default theme is optimized of usuability (no %u@%m: $~ in a 10 char tab)
Cleanup code duplication and add comment for supported terms
On osX it works great on iterm, and is decent once you tweak Terminal pref
Tested under GNU screen, iTerm and Apple Terminal, need to be tested on linux
TODO implement Konsole support (via dbus)
commit
6a39f8109320e9bd13f006648baf84bb62d1d487
Merge:
4e42bdc 01b0366
Author: Claus Witt <claus@wittnezz.dk>
Date: Wed Jan 26 11:07:25 2011 +0100
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
fcc7801435fd2c5c6defcfbfc736e22341500a9d
Author: Lorenzo Manacorda <lorenzo@soundcloud.com>
Date: Mon Jan 24 15:49:49 2011 +0100
add missing unrar flag
commit
01b0366f3e27cf30f3882870100f14625fc267d1
Merge:
f02e732 f2d60d3
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jan 15 01:18:08 2011 -0800
Merge branch 'master' of https://github.com/theunraveler/oh-my-zsh into theunraveler-master
commit
f02e732543872814adb52439fbfff3e247cc49d0
Merge:
8da8d45 beb980d
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jan 15 01:17:29 2011 -0800
Merge branch 'master' of https://github.com/SuprDewd/oh-my-zsh into SuprDewd-master
commit
8da8d45236f10199f41ddd8ec1d543b8cb3c0473
Merge:
76d9905 8294cf4
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jan 15 01:10:23 2011 -0800
Merge branch 'postpone-theme-sourcing' of https://github.com/mkomitee/oh-my-zsh into mkomitee-postpone-theme-sourcing
commit
4e42bdc306e5d8c1d0ff7c86be305e11b432c04f
Merge:
2aee197 76d9905
Author: Claus Witt <claus@wittnezz.dk>
Date: Fri Jan 14 16:53:42 2011 +0100
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
76d99055840a85ab4da139c1286ae7c805b88087
Merge:
c322490 e7c8673
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jan 14 06:54:49 2011 -0800
Merge branch 'master' of https://github.com/Rixius/oh-my-zsh into Rixius-master
commit
c3224900b7f9f619a99cb6f3a32ba985eaaf1be4
Merge:
e46eb70 0cd956c
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jan 14 06:46:42 2011 -0800
Merge branch 'dieter-theme' of https://github.com/Dieterbe/oh-my-zsh into Dieterbe-dieter-theme
commit
e46eb7016a69ffca927f23ac8a72fb8933711f76
Merge:
192ea14 632181c
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jan 14 06:43:49 2011 -0800
Merge branch 'typo' of https://github.com/papercavalier/oh-my-zsh into papercavalier-typo
commit
192ea1424adcfbcb390fc482df44de85f1a6dbeb
Merge:
7bf6adc 8d2b9d1
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jan 14 06:40:09 2011 -0800
Merge branch 'master' of https://github.com/sunaku/oh-my-zsh
commit
7bf6adcd4861c1f7c4638ddcc01911c79b8b9230
Merge:
552b66f f5c45c2
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jan 14 06:38:27 2011 -0800
Merge branch 'master' of https://github.com/dannytatom/oh-my-zsh into dannytatom-master
commit
552b66fed9bcb7686b2b1fc8c47557f0b383b75f
Merge:
664b97a b61cae1
Author: Robby Russell <robby@planetargon.com>
Date: Fri Jan 14 06:36:45 2011 -0800
Merge branch 'master' of https://github.com/flazz/oh-my-zsh into flazz-master
commit
e7c8673a45b9a65a672d2bb8e4e0d3f54a910c7c
Author: Stephen Middleton <rixius@gmail.com>
Date: Fri Jan 14 01:31:21 2011 -0600
added newline
commit
277f664df33d4a9078bb55e7ddf0a669ca63c462
Author: Stephen Middleton <rixius@gmail.com>
Date: Fri Jan 14 01:29:24 2011 -0600
Personal Style
commit
c58942d3b25cf25867e3096e5f52f1c256647d8a
Author: Stephen Middleton <rixius@gmail.com>
Date: Fri Jan 14 01:26:31 2011 -0600
theme changes
commit
5cca63a770ed78e17ffdf13bfbed5defc56edb92
Author: Stephen Middleton <rixius@gmail.com>
Date: Fri Jan 14 00:05:06 2011 -0600
changes to theme
commit
26614b3478306d9f23ae9d817e70c1acba9b43de
Author: Stephen Middleton <rixius@gmail.com>
Date: Thu Jan 13 23:52:41 2011 -0600
add Rixius-Theme
commit
beb980d37013ee9cf5f2fdd4f19444f7f7a77fcf
Merge:
bcc235e 7a9cc19
Author: SuprDewd <suprdewd@gmail.com>
Date: Mon Jan 10 17:56:38 2011 +0000
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
bcc235e1420f39a0dbd8a7672dffc0f0c81e9b53
Author: Robin Ramael <robin.ramael@gmail.com>
Date: Mon Jan 10 17:34:38 2011 +0100
Added an option to remove file afterwards.
commit
664b97a3c8fc167bda2c64e48b18b27de8dce4cd
Author: Robin Ramael <robin.ramael@gmail.com>
Date: Mon Jan 10 18:18:31 2011 +0100
Added svn info in prompt with plugin.
If the svn plugin is used, svn info (repo name and wether the repo is dirty) is displayed in the prompt like with git. Just lke with git, the colors can be manipulated with variables (see awesomepanda theme for example).
commit
77d05fe8ab0f1b35af9332e889e384f935ce08f9
Author: Robin Ramael <robin.ramael@gmail.com>
Date: Mon Jan 10 17:01:11 2011 +0100
Made git ignore everything in custom, not only the .zsh files.
commit
b61cae150a5f693ed1e2bd4a292feea899058e44
Author: Francesco Lazzarino <flazzarino@gmail.com>
Date: Mon Jan 10 10:16:04 2011 -0500
theme based on afowler with vi-mode support
commit
f5c45c23ee7958395e80f97228c4267bfd0d4e6c
Author: Danny Tatom <dannytatom@gmail.com>
Date: Sat Jan 8 21:07:03 2011 -0800
Added lambda theme
commit
8294cf44d1d348fd1590ee28b5be8483fb012153
Author: Michael Komitee <mkomitee@me.com>
Date: Sat Jan 8 23:34:47 2011 -0500
Postponing sourcing of the theme until after local customizations
commit
8d2b9d10e5105f9e0af0700e427e0567011ab45b
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Sat Jan 8 18:15:57 2011 -0800
avoid forking subshell to test if user is root
commit
7a9cc198196cb0c935afe96e1de249c3a05ad413
Merge:
31bfb61 1a8ceef
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jan 8 11:33:14 2011 -0800
Merge branch 'git' of https://github.com/papercavalier/oh-my-zsh into papercavalier-git
commit
31bfb61290439ee995ce1f789a270d4eac6cccde
Merge:
55bcf23 2b03b95
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jan 8 11:31:32 2011 -0800
Merge branch 'master' of https://github.com/derekprior/oh-my-zsh into derekprior-master
commit
55bcf235126f8341e9e64a8fec285c4b8fada0f3
Merge:
943e09c 6aa8ee2
Author: Robby Russell <robby@planetargon.com>
Date: Sat Jan 8 11:25:58 2011 -0800
Merge branch 'rails3' of https://github.com/papercavalier/oh-my-zsh into papercavalier-rails3
commit
943e09cd84baff55d36ebcfcf05b9fbfb4436a17
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Tue Dec 28 20:36:29 2010 -0800
add "fishy" theme to emulate Fish shell's prompt
commit
f0136f2aec4efdd11e976ddbbfd204ca5e113498
Author: SuprDewd <suprdewd@gmail.com>
Date: Sat Dec 25 13:28:16 2010 +0000
Support for more archive formats.
commit
ff0b25b745494d96ae06694321b2299991620b14
Author: SuprDewd <suprdewd@gmail.com>
Date: Fri Dec 24 22:20:57 2010 +0000
Added a function to extract various archives.
Also an alias for the function.
commit
2b03b95122361fa73e7651d1a06730ae95548a14
Author: Derek Prior <derekprior@gmail.com>
Date: Tue Dec 21 14:28:40 2010 -0500
Added function to mkdir and immediately change to it
commit
06472515e137df32ad2f898962a3ca05c24ad8d0
Author: Jarin Udom <jarin@robotmo.de>
Date: Mon Dec 20 13:51:29 2010 -0800
Add superjarin theme that shows current Ruby version via RVM
commit
1a8ceef514bc86f882adce1834bfab168afcb4d1
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Mon Dec 20 12:57:23 2010 -0300
Typo
commit
6aa8ee2f515875e9a75b30b3a5734451f585a3f1
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Mon Dec 20 12:50:55 2010 -0300
Removed remote_console. It doesn't handle rvm, capistrano, and so on.
commit
960eb52366abe6e8951b8b20a9fb59ef6d50a3e8
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Mon Dec 20 12:19:59 2010 -0300
A rails3 plugin based on the rails plugin
commit
8edf417375fa8468008fbea78b7532125ea6bd83
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Mon Dec 20 12:13:47 2010 -0300
Aliased git checkout as `gco`
commit
632181c3dc0930ddd147e11041f4ffe07b4ad18f
Author: Hakan Ensari <hakan.ensari@papercavalier.com>
Date: Mon Dec 20 11:13:46 2010 -0300
Fixed typo
commit
f2d60d3023b006e5e31928ed36491f4639a7a022
Author: Jake Bell <jake.b.bell@gmail.com>
Date: Sun Dec 19 21:08:21 2010 -0600
Updating theunraveler theme to include more detailed git info.
commit
4fadc302472f9b02e386da3e7182c1397ee3cd5c
Merge:
d230d2e 17c6c03
Author: Robby Russell <robby@planetargon.com>
Date: Tue Dec 7 08:08:22 2010 -0800
Merge branch 'kardan' of https://github.com/kardan/oh-my-zsh into kardan-kardan
commit
17c6c0376084d09a6cf3d1260d65447ba179c694
Author: Daniel Karlsson <daniel@fraction4.com>
Date: Fri Dec 3 15:58:18 2010 +0100
Updated the PROMT.
commit
0e2d289fffbf15c95c5401aa484ad63a51e88e3c
Author: Daniel Karlsson <daniel@fraction4.com>
Date: Fri Dec 3 15:51:34 2010 +0100
Added new kardan theme.
commit
d230d2e519fb4720671ff7acf2b5a05f640eaebe
Author: Igor Vinokurov <zynaps@zynaps.ru>
Date: Thu Dec 2 03:49:13 2010 +0300
gentoo-like theme w/ git_prompt_info
commit
1a673fc1d582463c17168557b95fe6a55e0757e5
Author: Dieter Plaetinck <dieter@plaetinck.be>
Date: Wed Dec 1 18:07:28 2010 +0100
Don't export oh-my-zsh configuration paramaters to the environment
These variables are only used by oh-my-zsh, so there's no need
to populate the environment of all children with them.
commit
d02a3912cfd52636ad547fe0b1357303b77584a8
Author: Fredrik Appelberg <fredrik.appelberg@gmail.com>
Date: Wed Dec 1 09:56:54 2010 +0100
maven plugin
commit
2aee1973e947593bebef6942ffd214fb3f57fda4
Merge:
fa7036b a116b6f
Author: Claus Witt <claus@wittnezz.dk>
Date: Thu Nov 25 21:48:46 2010 +0100
Merge branch 'master' of github.com:clauswitt/oh-my-zsh
commit
fa7036b4eef177f25478091e660fca52b9ac725d
Author: Claus Witt <claus@wittnezz.dk>
Date: Thu Nov 25 21:48:07 2010 +0100
Added ant plugin
commit
8f95ca6b8d32b32659460c4aa47802bda75e5aae
Merge:
bdaf872 583c984
Author: Claus Witt <claus@wittnezz.dk>
Date: Thu Nov 25 21:44:40 2010 +0100
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
0cd956c59692d5e4e7bc01138b96b1537b6d821a
Author: Dieter Plaetinck <dieter@plaetinck.be>
Date: Wed Nov 24 20:04:40 2010 +0100
better phrasing/documentation
commit
dc87b81b1b70d528643aece33dcb0f4c25621e72
Author: Dieter Plaetinck <dieter@plaetinck.be>
Date: Wed Nov 24 19:58:03 2010 +0100
reset exit code visual cues (not exit code itself) after showing once
commit
e5beb1a6b5f31d2fa1c77598ef48d888b773e26c
Author: Dieter Plaetinck <dieter@plaetinck.be>
Date: Wed Nov 24 18:03:14 2010 +0100
add dieter theme v1
commit
a116b6f75a036aad60bd506eb76d153ce7286f72
Merge:
bdaf872 583c984
Author: Claus Witt <claus@wittnezz.dk>
Date: Wed Nov 24 11:06:05 2010 +0100
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
commit
9b0a75ca84e9bb1956806f09ee7040ce8c0d647c
Author: Julien Nicoulaud <julien.nicoulaud@gmail.com>
Date: Sat Nov 20 20:12:19 2010 +0100
Avoid duplicate path cropping
commit
b0c39ec7f1625fafd4d51166b19d38f583a3cf9b
Author: Julien Nicoulaud <julien.nicoulaud@gmail.com>
Date: Sat Nov 20 18:07:45 2010 +0100
Add my prompt theme
commit
f624889aa4eacbd5f5f11ec02115abd59e567716
Author: Julien Nicoulaud <julien.nicoulaud@gmail.com>
Date: Sat Nov 20 18:06:23 2010 +0100
Rename appearance.zsh so that it gets loaded after spectrum.zsh.
Allows to use 256 colors in prompt themes.
commit
57e0b57434eb7f3b7d0fe0ca4849478477404e43
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Fri Nov 19 20:25:19 2010 +0100
changes
commit
583c984a864969579a0c258528ae93f9529308d4
Merge:
c517f58 ab170c3
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 19 10:53:39 2010 -0800
Merge branch 'fix-lighthouse-error-message' of https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message
commit
c517f585992ec62835514a76e643ba660774c2b1
Merge:
e2cd26c 9465ba0
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 19 10:49:30 2010 -0800
Merge branch 'completions' of https://github.com/gwjo/oh-my-zsh into gwjo-completions
commit
e2cd26c72ed7d111ba53ea74109ad9b8e8d3d2b3
Merge:
8bda5d1 baa46b3
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 19 10:48:07 2010 -0800
Merge branch 'joerc' of https://github.com/sargas/oh-my-zsh into sargas-joerc
commit
8bda5d185aedefb08bf3f98c8e930cc1f380370d
Merge:
580eda4 72d7c03
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 19 10:42:55 2010 -0800
Merge branch 'master' of https://github.com/Bira/oh-my-zsh into Bira-master
commit
580eda4dcae7332669677974526c670e896a08a1
Merge:
9db8042 6dbfdd9
Author: Robby Russell <robby@planetargon.com>
Date: Fri Nov 19 10:41:11 2010 -0800
Merge branch 'master' of https://github.com/FedyashevNikita/oh-my-zsh into FedyashevNikita-master
commit
bdaf872ce6e411f881e5e6138fc61a9c1645e67a
Author: Claus Witt <claus@wittnezz.dk>
Date: Wed Nov 17 11:17:03 2010 +0100
Removed the echo statement - no need for that.
commit
6dbfdd9e31cefcb9510edf5e526cf572cbcfa776
Author: Fedyashev Nikita <loci.master@gmail.com>
Date: Mon Nov 15 15:18:58 2010 -0500
improved formatting; redundant attributes deleted
commit
ea274ab90c1a6d7f553e44ad7138f6205336b3b4
Author: Fedyashev Nikita <loci.master@gmail.com>
Date: Mon Nov 15 14:56:01 2010 -0500
fixed formatting; dead code deleted
commit
148c14e4f7e3ee9134807304a7c38682276e918c
Author: Fedyashev Nikita <loci.master@gmail.com>
Date: Mon Nov 15 14:45:04 2010 -0500
vagrant plugin autocompletion - initial version
commit
2a203b558fd6328c9a91e9dbbf145d91e7ba7ed1
Author: NanoTech <nanotech008@gmail.com>
Date: Sun Nov 14 16:51:19 2010 -0600
themes/nanotech: Use the new built-in zsh color variables.
commit
72d7c0363c849fe166577ad91f06ab087feb99b1
Author: Ubiratan Pires Alberton <u.alberton@gmail.com>
Date: Fri Jul 30 09:27:32 2010 -0300
Added my own theme, based on macovsky-ruby and funky
commit
9db8042c465faec4bc9ff591fe02e50694ab5c08
Author: Claus Witt <claus@wittnezz.dk>
Date: Tue Nov 9 14:56:26 2010 +0100
Added phing plugin
commit
b1320095fd70c847390d5529fe8554a7050b40cc
Merge:
60b560f 4e433eb
Author: Florian Walch <florian.walch@gmx.at>
Date: Thu Nov 4 14:04:47 2010 +0100
Merge remote branch 'origin/master' into gpg-agent
commit
9465ba0de456d270418457b486c308a2d49ed9c6
Author: gwjo <gowen72@gmail.com>
Date: Wed Nov 3 16:57:15 2010 -0400
Completion fixes
Use /etc/hosts in addtion to $HOME/.ssh/known_hosts as the source for
hostname completion
Turn on completion caching to speed up certain comands
When completing usernames, don't include system accounts by default
commit
ab170c38ea7f3db981303afc6eb4dabe7b37711b
Author: Tom Stuart <tom@therye.org>
Date: Tue Nov 2 11:26:49 2010 +0000
Fix lighthouse plugin error message
commit
baa46b39e34a88da00f19411841ca9456fac4493
Author: Joseph Jon Booker <joe@neoturbine.net>
Date: Mon Oct 25 16:02:16 2010 -0500
command-not-found package in ubuntu
commit
4ff0136079b8ffe29e0990d0a0ce8876554aa0d5
Author: steeef <steeef@gmail.com>
Date: Fri Oct 22 11:34:52 2010 -0700
merge from master
commit
d2bfdc2d89cb08a870169af4f394f27d2b9c0aed
Author: steeef <steeef@gmail.com>
Date: Fri Oct 22 10:51:58 2010 -0700
merge theme fixes from master
commit
810b8f5ce8a58b03afba4e6ec5937e2cd0bcab5c
Author: steeef <steeef@gmail.com>
Date: Fri Oct 22 10:42:49 2010 -0700
merge with master
commit
9b6dd1cd48a549d2868cfe16073bbd04357e27e5
Author: steeef <steeef@gmail.com>
Date: Fri Oct 22 10:39:33 2010 -0700
merge with master
commit
68f893cbe05e5a84adf7f26a0ed7492af6e03def
Merge:
02c5fd5 dc12853
Author: NanoTech <nanotech008@gmail.com>
Date: Tue Oct 19 15:39:27 2010 -0600
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
60b560fc9ace116cde7e56954f386b1098751648
Author: Florian Walch <florian.walch@gmx.at>
Date: Fri Oct 15 16:50:39 2010 +0200
Added gpg-agent plugin
Based on ssh-agent plugin.
commit
fb6fddda37b7693c0b6f49345e25f8cac66ba9e4
Merge:
f294eeb dc12853
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Fri Oct 15 14:49:23 2010 +0200
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
commit
4e433eb6bb578c864116cbcf0aa201227f80e4aa
Author: Florian Walch <florian.walch@gmx.at>
Date: Fri Oct 15 11:05:47 2010 +0200
Added own theme (based on robbyrussell)
commit
8b4858b6646ef2ce1bf4ab33ba94db33a95559b4
Author: Brandon Philips <brandon@ifup.org>
Date: Sat Oct 9 16:52:53 2010 -0700
themes: philips customize git/ls for developers
- Customize LS_COLORS for developers working on C code bases like the
Kernel.
- Add a * to the dirty prompt. Missed this accidently. Oops.
Signed-off-by: Brandon Philips <brandon@ifup.org>
commit
dc12853b0c3e5af9e42f44cb9efdf57d44d20711
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 19:11:07 2010 +0100
merging in changes from robby's repo
commit
8bef74081e9dda6e1d6c5854c2fcedb9145031ba
Merge:
425b0ef df126ef
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 18:56:51 2010 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
425b0ef89fcd40b6b235347e32d8efd44709a802
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 18:38:01 2010 +0100
bugfix - moved gem info
commit
df126ef5ba7461fb227a0fa39c3d416d94b08931
Merge:
d1c8ef4 210c76c
Author: Robby Russell <robby@planetargon.com>
Date: Sat Oct 9 10:06:49 2010 -0700
Merge branch 'master' of http://github.com/svnlto/oh-my-zsh into svnlto-master
commit
d1c8ef46e0556c2b82ac65f8770ee0bfe87586ce
Merge:
69e611e d53d0ea
Author: Robby Russell <robby@planetargon.com>
Date: Sat Oct 9 09:58:20 2010 -0700
Merge branch 'master' of http://github.com/philtr/oh-my-zsh into philtr-master
commit
69e611e2a96170e3d8992cbd3b61ee5d5d39bf47
Merge:
7ab4d30 df1e305
Author: Robby Russell <robby@planetargon.com>
Date: Sat Oct 9 09:57:37 2010 -0700
Merge branch 'philips-theme' of http://github.com/philips/oh-my-zsh into philips-philips-theme
commit
7ab4d30fe17ba2fc4125685d393a2bd2671b5d5e
Merge:
061ea5c aab235f
Author: Robby Russell <robby@planetargon.com>
Date: Sat Oct 9 09:55:52 2010 -0700
Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into philips-title-fix
commit
061ea5c7c98ada295ae4623692e6811c0baab88d
Author: Irakli Gozalishvili <rfobic@gmail.com>
Date: Sat Oct 9 18:06:00 2010 +0200
changeing unicode characters that were causing issues
commit
210c76c35b1db7a761df45cd7f85d3b324f8e0b5
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 15:29:28 2010 +0100
leaving out subcommands for now
commit
fcd88edfb3464e46d3337c3ee72d28248e92ac79
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 15:18:35 2010 +0100
adding comment and URL to github gem
commit
dfbed8fd9894ec4b13745e9e08233a750c2369ee
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 15:03:08 2010 +0100
added git log incl. stats for the past 5 commits
commit
249fe1471cde3b12366729e5a869dd56c26b07ce
Author: Sven Lito <me@svenlito.com>
Date: Sat Oct 9 14:29:24 2010 +0100
adding github plugin
commit
df1e305736f23d8702a4d68b0fb8fc502e8c442a
Author: Brandon Philips <brandon@ifup.org>
Date: Fri Oct 8 22:57:43 2010 -0700
themes: add philips theme
Theme based on clean that is more suitable for white background
terminals.
Signed-off-by: Brandon Philips <brandon@ifup.org>
commit
aab235f6121a93b81a425d522a0c7f2aaac946bd
Author: Brandon Philips <brandon@ifup.org>
Date: Fri Oct 8 22:44:42 2010 -0700
functions: fix title() to not match any $TERM
On my linux virtual terminals, where TERM="linux", I was getting
annoying output that was messing up my prompt.
It turns out the title function was always matching on the elif
statement for xterm/rxvt no matter what and the linux vt doesn't know
what to do with the title special control sequence and thus was printing
out garbage.
Through experimentation I figured out that the || inside of the [[ ]]
did not work:
export TERM=linux
$ if [[ $TERM =~ "^xterm" || $TERM == "rxvt" ]]; then echo $TERM; fi
linux
$ if [[ $TERM =~ "^xterm" ]] || [[ $TERM == "rxvt" ]]; then echo $TERM; fi
Signed-off-by: Brandon Philips <brandon@ifup.org>
openSUSE running zsh 4.3.10
commit
deb0f7478b292b48338bc4d6098b8f6b013d0b4b
Author: Irakli Gozalishvili <rfobic@gmail.com>
Date: Sat Oct 9 02:16:10 2010 +0200
Fixing some minor redrew issue
commit
b6dde1e8cfb938e507e5e8db9eac99d28a020468
Author: Irakli Gozalishvili <rfobic@gmail.com>
Date: Sat Oct 9 01:49:35 2010 +0200
Adding new gozilla theme
commit
8059c0727a09257dc387aa9ba17dc99d1842aa19
Author: Irakli Gozalishvili <rfobic@gmail.com>
Date: Sat Oct 9 01:27:40 2010 +0200
Improving git plugin so it can display much more data.
commit
d53d0eac070b270222c042c2e187dcf3a109b39a
Author: Phillip Ridlen <phillip@balcomagency.com>
Date: Tue Oct 5 17:06:08 2010 -0500
Add cloud.zsh-theme
commit
c6b339f532b05e907b0c554000643db5e896a75f
Author: steeef <steeef@gmail.com>
Date: Mon Oct 4 22:08:38 2010 -0700
merge master
commit
6d5e4eaebcde1c48413f89b4554983f489e4b017
Author: steeef <steeef@gmail.com>
Date: Mon Oct 4 18:05:01 2010 -0700
use 256 colors, if available
commit
ba9ae6a1e5fe1b45a58e655ab3413bb95a82573e
Author: atom smith <re5etsmyth@gmail.com>
Date: Sun Oct 3 17:42:57 2010 -0400
should have newline at end of file.
commit
f2f49f9571cf56b2fa672f16260c000050f9349b
Author: atom smith <re5etsmyth@gmail.com>
Date: Sun Oct 3 17:41:45 2010 -0400
adding my zsh-theme
commit
f294eeb57175f5ef86f903d41c84ecacd96fe00c
Author: Roman Kamyk <roman.kamyk@gmail.com>
Date: Sat Oct 2 19:49:16 2010 +0200
added rkj theme - xion-chiamiov-plus + hg from thomasjbradley
commit
7405f5d9ff29f42e934fa5f3c87401437c16aedd
Author: steeef <steeef@gmail.com>
Date: Fri Oct 1 14:40:06 2010 -0700
fix untracked files checking
commit
6fcf9393c31a51cef688b591de73817c5988c405
Author: steeef <steeef@gmail.com>
Date: Fri Oct 1 14:17:13 2010 -0700
merge steeef.zsh-theme from master (removed submodule check)
commit
7fb0b210e88bcbdb71d2cb0022c35b2cc3810327
Author: steeef <steeef@gmail.com>
Date: Fri Oct 1 14:11:53 2010 -0700
merge steeef.zsh-theme from master
commit
541da0c9d1cdf88583490fa06b6e307ea09bfc94
Author: Jake Bell <jake.b.bell@gmail.com>
Date: Fri Oct 1 14:15:52 2010 -0500
Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific).
commit
a4afcfddbf8c9e8769e4e78c23a144c9b3c9aaf3
Author: Luke Randall <luke.randall@mit-can.com>
Date: Sun Sep 5 16:52:38 2010 +0200
Add lukerandall.zsh-theme
commit
7936bbbd5a3895caa7153e4d03740ac12a333862
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Fri Oct 1 10:59:48 2010 +0200
adapt brew,gem,pip plugin to new structure
commit
d340bfab3345a223114b09d589356ff18a1a3efd
Merge:
cef6dcd 26d97a9
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Fri Oct 1 10:55:44 2010 +0200
Merge remote branch 'origin/master' into restructure_plugins
commit
26d97a9355d37c55e0b044d8dafc425cc0ca7217
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 21:34:06 2010 -0700
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
commit
02c5fd5bdd0d37bb0e1cb19ad058154f5b7d96a7
Merge:
8c419ae 7a09175
Author: NanoTech <nanotech008@gmail.com>
Date: Thu Sep 30 22:23:50 2010 -0600
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
7a09175bb4c32c7027dab872cd7b80503da3f5d5
Merge:
59a83e8 fbc22d8
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 21:04:59 2010 -0700
Merge branch 'master' of http://github.com/kennethreitz/oh-my-zsh into kennethreitz-master
commit
59a83e8b7b9ce82e0ecb264ea59f2fb39d7373dc
Merge:
88293b3 f9fce9b
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 21:04:22 2010 -0700
Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into vivekprahlad-master
commit
88293b305a217d097dc425c1920590e4d018c5ff
Merge:
b905630 3add6a2
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 21:01:57 2010 -0700
Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh into curiousstranger-dirpersist
commit
b9056303669806be8e1e90eacfc471590c39f353
Author: Trevor Creech <trevor.creech@involver.com>
Date: Mon Sep 20 17:31:17 2010 -0700
Match xterm-color, the default OS X terminal
commit
d647a9b25c43b75eea6fee29f27affe5edc4b72e
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 20:54:45 2010 -0700
Tidying up the spacing to bring in line with coding standards
commit
321f5ef3596b5a3a1fb6cb40c0b19f041cde7ee2
Merge:
c9c65bf 62cea31
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 20:53:19 2010 -0700
Merge branch 'ssh-agent' of http://github.com/gwjo/oh-my-zsh into gwjo-ssh-agent
commit
c9c65bf7fcf21bf939e55dfc0108076e477f5e03
Merge:
36c05fb 6764e50
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 20:50:43 2010 -0700
Merge branch 'theunraveler_theme' of http://github.com/theunraveler/oh-my-zsh into theunraveler-theunraveler_theme
commit
36c05fbe8d2582563cdeca678f1d099ba7b52538
Merge:
6104e59 74b2c5d
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 20:50:00 2010 -0700
Merge branch 'named_dirs_completion' of http://github.com/kremso/oh-my-zsh into kremso-named_dirs_completion
commit
6104e59c8dd478b91851d91e2becd7ae5c8e787d
Merge:
6c3b9da 3e1d5fa
Author: Robby Russell <robby@planetargon.com>
Date: Thu Sep 30 20:48:10 2010 -0700
Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into kremso-shifttab
commit
c24936ece51940536f3e62fc9e458b74c2affe68
Author: steeef <steeef@gmail.com>
Date: Thu Sep 30 19:56:56 2010 -0700
added steeef theme
commit
3add6a2ac47186240a2d02a986ae22b6519d965f
Author: Matt Cable <wozz@wookie.net>
Date: Sun Sep 26 21:30:57 2010 -0600
Portable perl dirpersiststore because 'tail -r' doesn't work everywhere.
commit
6c3b9daaf7cd1bf387d46e865f316c6815dc14d2
Author: Tomas Kramar <kramar.tomas@gmail.com>
Date: Sun Sep 26 22:25:31 2010 +0200
Add vi-mode plugin for vi-like editing
commit
74b2c5d75ab6477ea3f72eeadb6fd81b42c1abd4
Author: Tomas Kramar <kramar.tomas@gmail.com>
Date: Sun Sep 26 16:03:44 2010 +0200
Do not complete named-directories
commit
e37d62a282dc74b7cd265643dcb01f80e25b3e34
Author: Tomas Kramar <kramar.tomas@gmail.com>
Date: Sun Sep 26 16:05:53 2010 +0200
unset config_file is useless
commit
6764e50397f35eba635e57a231ff06f1685efc5f
Author: Jake Bell <jake.b.bell@gmail.com>
Date: Sat Sep 25 00:48:19 2010 -0500
Added theunraveler theme.
commit
62cea310fb97a98f6360397dfeef3a01507153fd
Author: gwjo <gowen72@gmail.com>
Date: Fri Sep 24 20:46:52 2010 -0400
ssh-agent module
Implement a simple module that automatically launches the ssh-agent when you login and
adds your default key.
Useful for anyone that does remote work and thus doesn't have access to a keychain tool.
commit
2ff567e16267274041f542b5bce18876b8815fca
Author: Matt Cable <wozz@wookie.net>
Date: Tue Sep 21 12:07:02 2010 -0600
Removed unportable (and unnecessary) grep flags
commit
8f7609b4fabd3d02e3991221cbe35bea692c22e3
Author: Matt Cable <wozz@wookie.net>
Date: Sun Sep 19 22:40:47 2010 -0600
Change zdirstore to variable
commit
610f68c8e0401048f87d1f2bd48086b8c0cd0dbe
Author: Matt Cable <wozz@wookie.net>
Date: Sun Sep 19 22:39:11 2010 -0600
Added install instructions
commit
1862b1c0755770cffcbcb936bdecc3bfb050931d
Author: Matt Cable <wozz@wookie.net>
Date: Sun Sep 19 19:43:49 2010 -0600
Added installation function
commit
50fb2d037ee75ac6e558923c7a92c818a96d43c8
Author: Matt Cable <wozz@wookie.net>
Date: Sun Sep 19 19:39:51 2010 -0600
Move dirpersist to plugin
commit
181a2ed5379f5bf9d0420c0caaea56034eb22732
Author: Matt Cable <wozz@wookie.net>
Date: Thu Apr 22 11:26:08 2010 -0600
Escape some metachars that trip up .zdirstore script
commit
21e2a913bff765b8dc23f12309059f7446e0ff99
Author: Matt Cable <wozz@wookie.net>
Date: Fri Apr 2 15:24:41 2010 -0600
Escape &'s in path name. Need to find general function for escaping all
shell metacharacters.
commit
870551e960c6cb506fd7cc232a069432dfc72f2c
Author: Matt Cable <wozz@wookie.net>
Date: Mon Mar 15 20:34:26 2010 -0600
Alias popd to remove deleted dirs from persistance
commit
a0a8ba666b29cbcdbba05726e4e2d46eca708ca1
Author: Matt Cable <wozz@wookie.net>
Date: Sat Feb 27 16:15:47 2010 -0700
Initial pass at pesistant directory stack
commit
f9fce9bb8d293286d7d0fb7ecde170bd0c7f37fc
Author: Vivek Prahlad <vivek.prahlad@gmail.com>
Date: Fri Sep 10 10:55:17 2010 +0530
Adding comments
commit
5215e74bf470b4baba571e879cbd1bfddc28daf3
Author: Vivek Prahlad <vivek.prahlad@gmail.com>
Date: Fri Sep 10 10:50:42 2010 +0530
Adding a plugin with aliases for macports
commit
cef6dcd98bb42c5ca2613bbbef12dd384ec8e33a
Merge:
a8ec607 fe09064
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Wed Sep 1 13:21:48 2010 +0200
Merge branch 'pip_plugin'
commit
a8ec607a9c175c96b2defc2cebc3a9830c07daf8
Merge:
7ca9a3f c96f5f7
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Wed Sep 1 13:21:44 2010 +0200
Merge branch 'gem_plugin'
commit
7ca9a3f91d131a2e8983a7157582b82130dee629
Merge:
99f159e 7b6be56
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Wed Sep 1 13:21:38 2010 +0200
Merge branch 'brew_plugin_fix'
commit
fe09064fcf4859b0e417c8040094f622f971012a
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Wed Sep 1 13:21:11 2010 +0200
add pip completion and plugin
commit
c96f5f78cbb95d29c712af173c5b9c630efcf710
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Wed Sep 1 13:07:11 2010 +0200
add gem completion function and plugin
commit
fbc22d80fe098f9ee5ca935766bc3d411c53ed92
Author: Kenneth Reitz <me@kennethreitz.com>
Date: Mon Aug 30 14:59:23 2010 -0400
Added the truly epic kennethreitz theme.
commit
99f159e0a7c63e6756f8e6e40691914da8f7a96c
Author: Robby Russell <robby@planetargon.com>
Date: Tue Aug 24 11:08:20 2010 -0700
Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63
commit
7b6be5611763f25eca043f9ed0d46066a3454205
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Fri Aug 20 18:55:30 2010 +0200
fix problems with brew completion
- update plugin architecture
- completion function in $ZSH/functions/brew
- plugins/brew.plugin.zsh only activates
commit
ed90f182ef5de7161a681c732c3223ce67305f9f
Merge:
aeabc3f 306cea0
Author: Robby Russell <robby@planetargon.com>
Date: Thu Aug 19 08:04:26 2010 -0700
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
aeabc3f616ccd407f68a621ecd676834e276c531
Author: Robby Russell <robby@planetargon.com>
Date: Thu Aug 19 08:04:18 2010 -0700
Switching to /usr/bin/env zsh instead of /bin/zsh in the installer
commit
306cea0945166bd0b32290c0813bf90c7dee6369
Author: Matt Fletcher <fletcher@atomicobject.com>
Date: Thu Jan 14 03:45:10 2010 +0800
add fletcherm theme; a slightly modified copy of an old tonotdo theme
commit
75de90dc9eedc62edfbd34785f191c56fee802b0
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Sun Aug 8 19:45:49 2010 +0200
add simple mrtazz theme based on robbyrussell
- simple theme
- hostname and current folder on left prompt
- git branch and working tree status on the right
commit
95ccb4db1a33c3cdcf7afd134567b8930fe8b6f5
Author: Daniel Schauenberg <d@unwiredcouch.com>
Date: Mon Aug 9 15:45:40 2010 +0200
update brew plugin from homebrew contributions
commit
622ee4ceb2cedfd97fe456ead5f20b7e6d84b088
Merge:
1582570 5b8bc7a
Author: Robby Russell <robby@planetargon.com>
Date: Thu Aug 19 07:20:00 2010 -0700
Merge branch 'master' of http://github.com/AlexBio/oh-my-zsh into AlexBio/master
commit
1582570919b5bed145d38d1d60ae8572f4552f25
Author: Josh Price <joshcp@gmail.com>
Date: Tue Aug 17 23:22:26 2010 +1000
Made the user_machine_size calculation generic. Pwned the function name.
commit
eb14ee1c630a4ae02234e78eabf3e8416dc9d977
Author: Josh Price <joshcp@gmail.com>
Date: Tue Aug 17 22:45:10 2010 +1000
Added my own theme based on pat's
commit
5b8bc7aeebdf5f28da811a29bdcdf41e0f08c218
Author: Alessandro Ghedini <al3xbio@gmail.com>
Date: Mon Aug 16 21:47:21 2010 +0200
add candy theme
commit
8c419ae3b5b77a24485c6a68e6af1a0384db67a8
Author: NanoTech <nanotech008@gmail.com>
Date: Sat Jun 12 16:31:02 2010 -0600
Added my theme (nanotech).
commit
7c279856ed4f244a504e5fc89201ab0be86eade5
Merge:
7f350da b26ff05
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 10 07:50:24 2010 -0700
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
7f350da5b74c65ed99766c8ebd5137aee9479225
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 10 07:50:13 2010 -0700
Adding a ggpnp which does a git pull followed by a git push.
commit
b26ff059653716fd38d1813b797572bbec718c16
Author: toabi <tobias@codingcorsairs.com>
Date: Sun Jun 6 22:14:13 2010 +0800
updated the readme
commit
6bb13632f538db339520ab2b46794006a405430f
Author: Tobias Birmili <birmilts@studi.informatik.uni-stuttgart.de>
Date: Sun Jun 6 18:42:25 2010 +0800
added plugin to control macports mysql-server installation
commit
47e9914529e0807681c3c6dd2c11187ee67f0326
Author: Takashi Yoshida <takashi@takashiyoshida.org>
Date: Mon May 31 00:56:26 2010 +0800
Added my own theme.
commit
6efc79c74edbc8cfbb5cdc438332eeae9b950508
Author: James Rowe <jnrowe@gmail.com>
Date: Sun Nov 22 01:38:55 2009 +0800
Don't correct hpodder commands.
commit
3bc73012041c8762fa0276c6e02ac46fb3698a32
Author: James Rowe <jnrowe@gmail.com>
Date: Thu Nov 12 14:52:53 2009 +0800
Added a minimum zsh version note.
commit
f9fbd079832637c192e35fe65532495a37a3e3d3
Author: James Rowe <jnrowe@gmail.com>
Date: Sun May 9 22:23:11 2010 +0800
Don't display dotfiles or reverse sort with ll alias.
The ll alias is a very common default for bash in Linux distributions, so use
that definition.
commit
edc8e3d092bc758fa9dd4f3472d2c6ec9d03b737
Author: James Rowe <jnrowe@gmail.com>
Date: Sun May 9 21:16:33 2010 +0800
Ignore commands that start with a space.
This is useful when you want to use a dangerous command, as it won't be
available with history searching.
commit
6774490a467016db70e9ec1ddd1bab6fe37a722a
Author: James Rowe <jnrowe@gmail.com>
Date: Sun May 9 21:17:20 2010 +0800
Don't auto-correct ebuild commands.
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
commit
fca8b7e3e61056998c8d15836f907345b423b121
Merge:
59bfd87 81aa74b
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 21:27:38 2010 -0700
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
59bfd87e08c127e6aacf473e99d2ebbc20e633ff
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 13:01:41 2010 -0700
Adding some candy to the upgrade script
commit
dea166411f134b33ae36c4ec4c51e71248dfa2a3
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:59:49 2010 -0700
Moving brew functions to it's own plugin
commit
27904c117c3ee70938edbac45cee7a44ced5c38b
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:56:11 2010 -0700
Moving current_branch() to git plugin
commit
89bd2bf317fe458c6a6154824823670dd2d32660
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:55:07 2010 -0700
Moving some rails and osx-specific functions to their corresponding plugin files
commit
455669e97606bb512b9f69fc1ed9b8fea5105a33
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:54:40 2010 -0700
Removing legacy completion code
commit
ab2c0744abc648da9c35dc52f4c0b3c0623b989d
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:33:15 2010 -0700
Removing rake completion from lib/ as it was moved to rails plugin
commit
c21d3775a9663daf69133ae8dcd0a2697ef694fa
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:32:55 2010 -0700
Moving capistrano functions to rails plugin
commit
31dace882969e04e0256dac4ddb333f648707106
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:05:12 2010 -0700
Updating default .zshrc template file to include plugins declaration
commit
3cf9ab722e7c0829727f548c7d05a0d96055f707
Author: Robby Russell <robby@planetargon.com>
Date: Thu Jun 3 12:03:26 2010 -0700
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
commit
81aa74b73cc221b5050e28ccf35d29317812edf9
Author: MasterLambaster <MasterLambaster@gmail.com>
Date: Mon May 31 17:09:45 2010 +0800
Eastwood theme with optional RVM support
commit
eb0f3c0234e88bbbf5ca014ace8d8d801207c222
Author: Joseph Bergantine <jbergantine@gmail.com>
Date: Mon May 24 04:03:27 2010 +0800
adding my zsh theme -- only difference from robby's being that i'm using white instead of blue for legibility over brown
commit
c5c870ac0556467a1b21f4298fda6aeefcc93ecd
Author: Vincent Driessen <vincent@datafox.nl>
Date: Fri May 28 03:20:27 2010 +0800
Added customized version of the wezm theme (mainly added username/host in the prompt).
commit
f2f34f5404e8ab674a0e345a709783b6c56a3b72
Author: Thomas J Bradley <theman@thomasjbradley.ca>
Date: Thu May 27 06:37:52 2010 +0800
Added my zsh theme file, heavily based on sjl's
commit
0dbfeb9c23cfd3bffd2f744a5db17c3613ea44d2
Author: Alan Harper <alan@aussiegeek.net>
Date: Wed May 19 14:53:38 2010 +0800
aussiegeek theme (include showing rvm prompt)
commit
ba9c78fc9b83752e970f7a1bc1b16a582672bd58
Author: Alan Harper <alan@aussiegeek.net>
Date: Wed May 19 14:53:16 2010 +0800
Import rvm prompt
commit
f02c9560b3089fae2639a466ea39263553619df5
Author: lunks <pnascimento@gmail.com>
Date: Fri May 14 07:15:31 2010 +0800
macowsky modified theme with ruby version on prompt
commit
8247cbf8b56ebd5915813bb1fafb72e71fc06c8f
Author: lunks <pnascimento@gmail.com>
Date: Fri May 14 04:42:24 2010 +0800
modified macovsky to support ruby version
commit
0a2a981dfeadf0e8cfcf361e792a3e3872f1aef4
Author: Hayes Williams <hwpi31@gmail.com>
Date: Wed May 26 21:49:55 2010 -0700
Adds a new theme that only seems to work on Linux
commit
5a3bde78d804a0c20a18f7de02e60f1c835a3f28
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 7 15:35:03 2010 -0700
Sprinkling some candy on this muffin.
commit
456834b9ea5aca1a7727f7070681e5d0336e3893
Author: Doug Fritz <doug@media.mit.edu>
Date: Sat Apr 3 15:48:35 2010 +0800
added skaro theme
commit
081deba3c4971a2a9af8c185f01ee9ea6754fdcb
Author: Edvard Majakari <edvard.majakari@leonidasoy.fi>
Date: Wed Apr 14 04:44:51 2010 +0800
added my theme
commit
97aac4acb5913a042a12a4797f5cc1894f2e21f5
Author: Dave Verwer <dave.verwer@shinydevelopment.com>
Date: Thu Apr 22 17:32:36 2010 +0800
New theme "daveverwer", based on "geoffgarside".
commit
d8a10dbba5cff634193a9a957833ad0f395d7a7d
Author: Parker McGee <pmcgee@twistingmaze.com>
Date: Fri Apr 30 00:12:26 2010 +0800
added my own theme
commit
a649b2d410e3f3cd2b5749d199da03168d0c3920
Author: Andy Fowler <andy@andyfowler.com>
Date: Wed May 5 04:58:10 2010 +0800
happy with my theme. caret turns red for root
commit
6213f3304f945b56dfea30d6e11e4c860afdbbc9
Author: Andy Fowler <andy@andyfowler.com>
Date: Wed May 5 04:19:09 2010 +0800
my WIP theme
commit
458da5895a5fd13823545c187cf64436b39c8266
Author: Christopher Chow <soliah@gmail.com>
Date: Fri Apr 30 16:36:03 2010 +0800
Added my own theme.
commit
08a90297fe7c1105253619e42f0fb07a2538db21
Author: Ryan McCuaig <rgm@actonostry.ca>
Date: Fri Apr 16 08:22:50 2010 +0800
Add my preferred prompt
commit
147acd22377d06eb41f4c4368ba33b98c9bbd034
Author: dstufft <donald.stufft@gmail.com>
Date: Wed Mar 24 08:51:57 2010 +0800
added the dstufft theme (based on prose by sjl)
commit
36f1f4e51595943d0b8e06a9078aa6f627a9734d
Author: Matthew Gadd <hello@darkotter.com>
Date: Tue Apr 6 08:24:33 2010 +0800
Add my oh-my-zsh theme
commit
93f9825b79f7dc577d8891f0264fbdc484be80b0
Author: Mike Hostetler <mike@squarepegsystems.com>
Date: Wed Mar 31 01:31:41 2010 +0800
share history with your zsh's on the same host
commit
e3b9e981538d2bbb9a3c3934419162d1c2a6046e
Author: Mike Hostetler <mike@squarepegsystems.com>
Date: Wed Mar 31 00:21:42 2010 +0800
added my theme, based on xiong-chiamiov-plus but using vcs_info
instead of just git
commit
9efc086fb3140e6e9023f7d8543d5b8231075370
Author: Dylan Clendenin <dylan.clendenin@gmail.com>
Date: Tue May 4 02:49:48 2010 +0800
two aliases set to 'ss', clobbering rails script/server
commit
1d03ea53427c0658fc6924aa890c21f6e46c0a80
Author: Mario Gutierrez <mgutz@debian5.home.lan>
Date: Wed Apr 21 19:24:53 2010 +0800
my theme
commit
86d0cd380dbb084ca998d9fbf7411481ca33780c
Merge:
19ead08 cd9a855
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 7 13:20:38 2010 -0700
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
commit
19ead08382510820c764d7298b9489574b532ffe
Merge:
7a9d4ce 4778352
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 7 13:20:30 2010 -0700
Merge remote branch 'NV/master'
commit
cd9a85500e9ddcb99c3340288b8f02fbed1fa3bb
Author: Jon Duell <duellj@gmail.com>
Date: Tue Apr 27 05:47:02 2010 +0800
Adds new duellj theme
commit
7a9d4ceb75cbba745a6c0cecf098f6625ce50411
Merge:
44cad95 99d72ca
Author: Robby Russell <robby@planetargon.com>
Date: Fri May 7 13:16:50 2010 -0700
Merge remote branch 'jreese/master'
commit
44cad95ed220a3a3a0c76de15186f395fc6e7ab0
Author: Dallas Reedy <code@dallasreedy.com>
Date: Fri May 7 11:17:12 2010 -0700
updated my theme with the date and git branch (+ dirty or not)
commit
74429549856521ea71fb4a3c9e6be0741f7c86f8
Merge:
f9abe04 7d03691
Author: Dallas Reedy <code@dallasreedy.com>
Date: Fri May 7 10:21:27 2010 -0700
Merge remote branch 'robbyrussell/master'
commit
7d036913c4476916fe8b0325ea9cd54266787021
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 6 21:13:59 2010 -0700
Unsetting config_file after loading config
commit
926d9e8893789e1b70cb4df2144c868f4aa91515
Author: kremso <kramar.tomas@gmail.com>
Date: Tue Mar 9 14:09:08 2010 +0100
Don't autoselect first completion entry (Fixes #14)
The key here is not using MENU_COMPLETE which autoselects the first
entry, but using AUTO_MENU which displays the menu but autoselects
on successive tab hit.
Also, do not use zstyle menu yes because that somehow overrides
the setopts.
commit
447da5816eb2be9c7a79906a484cb78334fd1d7d
Author: Robby Russell <robby@planetargon.com>
Date: Thu May 6 21:04:09 2010 -0700
Removing rake autocompletion as this is apparently baked into recent versions of zsh
commit
4155adeefe2c6a941917ece7bbe19bd68950553e
Author: canthiswait <canthiswait@gmail.com>
Date: Tue Apr 27 00:55:15 2010 -0700
Fixed color in last character of clean git info
commit
91add78bdcecee469d6843e0b16f5ac353fd25c1
Author: canthiswait <canthiswait@gmail.com>
Date: Mon Apr 26 22:27:32 2010 -0700
256 color theme with bright blue and orange
commit
e8ef16570f9828553f9b0e926563a1496bf3740c
Author: canthiswait <canthiswait@gmail.com>
Date: Mon Apr 26 22:01:41 2010 -0700
escape sequences so rprompt doesn't mess up
commit
02bd8ab53e82c1b9be5f13e72e087b7a5d95373c
Author: canthiswait <canthiswait@gmail.com>
Date: Mon Apr 26 16:02:19 2010 -0700
Added scpectrum script for easy 256 color theaming
commit
3c87d483628267e48fc0f462f46488dcd4f87810
Author: Andy Fowler <andy@andyfowler.com>
Date: Tue May 4 16:18:57 2010 -0400
makes git status prompt 4x faster
(via git status -s, benchmarked)
commit
99d72cad5573f7481c28a75228b940f2212c9e1b
Author: John Reese <jreese@leetcode.net>
Date: Thu Apr 8 22:35:35 2010 -0400
Ignore errors from compaudit when using `sudo -s`
commit
a4dd691af5cdb3ce818fa14d32d58cbcecf45b4d
Author: John Reese <jreese@leetcode.net>
Date: Thu Apr 8 15:07:43 2010 -0400
Remove limit of two segments to PWD
commit
51935f768d69470d92d2f00f14c98a0380605075
Author: John Reese <jreese@leetcode.net>
Date: Thu Apr 8 15:02:56 2010 -0400
Added screenshot link for jreese theme
commit
6356d70710876edfe335022bdef79595c2e65d62
Author: John Reese <jreese@leetcode.net>
Date: Thu Apr 8 14:11:42 2010 -0400
Added theme "jreese" to oh-my-zsh
commit
3e1d5fa3164db236653756bde816c94af7d23b01
Author: Tomas Kramar <kramar.tomas@gmail.com>
Date: Mon Mar 22 21:44:15 2010 +0100
Make Shift+Tab move backwards in the menu
commit
f9abe041e2b70217b0d2f5519a51a57854b49857
Author: Dallas Reedy <code@dallasreedy.com>
Date: Wed Mar 17 11:25:17 2010 -0700
added my personal theme: the dallas them
commit
477835250273ce3f963e03ad4a75ca010f4d9972
Author: Nikita Vasilyev <me@elv1s.ru>
Date: Tue Mar 16 23:44:01 2010 +0300
git:(master) --> git:master
Parenthesis removed
commit
354ab87c85fb117d62cd314e957cd8708c3b7fe4
Author: Nikita Vasilyev <me@elv1s.ru>
Date: Sun Mar 14 23:08:27 2010 +0300
Arrow theme: http://elv1s.ru/i/zsh-arrow-theme.png
commit
be66fe9d7aab5cd1603a6e86d67b792ac9f5e6f5
Author: Evandro Myller <evandromyller@gmail.com>
Date: Sat Jan 2 17:59:11 2010 -0300
clean theme: username is now bold
commit
9658449450685d5adae867a0b79eddc47262f65e
Author: Evandro Myller <evandromyller@gmail.com>
Date: Sat Jan 2 02:51:49 2010 -0300
improvements to the 'clean' theme
commit
5149679f86d54658f8a292f6e220d4edef32769d
Author: Evandro Myller <evandromyller@gmail.com>
Date: Sat Jan 2 02:12:46 2010 -0300
added "clean" theme
commit
7e6eaff7d39cb73d9af31e2b58f04aa984e1bda8
Author: Ryan Wilcox <rwilcox@wilcoxd.com>
Date: Sun Dec 13 17:39:40 2009 -0500
fork xiong-chiamiov theme for git support
commit
f9509f365b633ea5f07de2de2a34abe52304d42c
Author: Martin Klepsch <martinklepsch@gmail.com>
Date: Sat Dec 19 14:35:57 2009 +0100
Putting Git related aliases into git.zsh to have them in context.
commit
90627d3d1c2e9c1528b1032b47732e21270609b9
Author: Dale Campbell <oshuma@gmail.com>
Date: Sat Dec 26 00:41:37 2009 -0600
adding quotes to tab()
commit
2ecc228b2325bf5fadb5c12a5ffff73167e53152
Author: Robby Russell <robby@planetargon.com>
Date: Wed Dec 16 11:23:41 2009 -0800
Adding a function that will open up a ticket in Lighthouse based on the number and there being a URL in a hidden file.
commit
98d56a3097237f4220d0f8833555ed37382281ee
Author: Robby Russell <robby@planetargon.com>
Date: Sun Dec 13 11:48:03 2009 -0800
Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.
commit
20755df49e28b97e0ad4ba8eef16aef476e9f61a
Author: johnmaxwelliv <notifyjohn@gmail.com>
Date: Sun Dec 13 12:38:37 2009 -0700
Based on a suggestion from robbyrussel, using env for greater compatibility.
commit
59116a25f1b071a691a7df2abf2f41d0ed2a2798
Author: johnmaxwelliv <notifyjohn@gmail.com>
Date: Sat Dec 12 21:23:36 2009 -0700
Instead of using the user's standard shell, this script should be run using zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-)
commit
4419c5c3475c00b97671c7041c0fd7d7eb4b205e
Merge:
c08e1e0 e429ff9
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 12 14:10:05 2009 -0800
Merge commit '
e429ff9e2bed41f88e3df3315b159fa79a7152fc'
commit
c08e1e0ca0fcc416a3881f39d1ceee6f72bad054
Merge:
41f13cc bee94db
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 12 13:52:55 2009 -0800
Merge branch 'master' of git://github.com/macovsky/oh-my-zsh into macovsky/master
commit
41f13ccb0a5d04496605f69b7ae284d9d639b625
Author: Robby Russell <robby@planetargon.com>
Date: Sat Dec 12 13:45:30 2009 -0800
Updating check_for_upgrade script to fix issue when the LAST_EPOCH file/value got corrupted. Closes #32
commit
e429ff9e2bed41f88e3df3315b159fa79a7152fc
Author: To1ne <toon@tonotdo.com>
Date: Sat Dec 12 10:12:14 2009 +0100
no correction on gist
commit
bee94dbd6276d53aae56938920466faf15d2495b
Author: macovsky <robotector@gmail.com>
Date: Sat Dec 12 12:06:46 2009 +0300
new theme
commit
dfb3fb5a0a7566d6576d6fb964ff1a29eacbfef4
Author: To1ne <toon@tonotdo.com>
Date: Thu Dec 10 19:04:06 2009 +0100
No correction on mkdir + removed duplicate nocorrect mv
commit
065ae00673f69c792a5778e19590ed50c99e8a04
Author: Toon Claes <toine@iMacT.local>
Date: Tue Dec 1 23:06:15 2009 +0100
Revert
commit
dca4651cee556ccdbfe678e695bf9523cc1fc11d
Author: Toon Claes <toine@iMacT.local>
Date: Mon Nov 30 23:28:40 2009 +0100
Completion from history
commit
328e67eb00c13e8e1046fde576af390fa61fcac2
Merge:
3f49658 473dd3b
Author: Toon Claes <toine@iMacT.local>
Date: Thu Nov 26 21:13:56 2009 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
473dd3b2121ae0e54803098a7fde4b4c1e673145
Author: Robby Russell <robby@planetargon.com>
Date: Wed Nov 25 12:45:16 2009 -0800
Adding current_branch function, which can be used like: git pull origin master
commit
3f49658cb53c589808e7fac47f4a6837c503292d
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Nov 13 23:55:37 2009 +0100
tonotdo theme: Back to the original
commit
6524bee2ce5996bdb03e9efff174b16028beca68
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Nov 13 23:44:28 2009 +0100
tonotdo theme still not like I wanted
commit
5bd19908919f9de691797a5a4589ac49bf6ed356
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Nov 13 23:39:07 2009 +0100
tonotdo theme like I like it
commit
7aca512f32aaa9eff78d9c2bd73e3db4b124661f
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Nov 13 22:02:42 2009 +0100
Theme tonotdo upgrade
commit
b549dd49991b87e16aa3c7225d47e435969d46fe
Author: Jordan Bracco <jordan@bracco.name>
Date: Fri Nov 13 05:10:21 2009 +0100
Gallifrey theme
commit
81acebee57d3afdf5afea377b68ba671bba58f6e
Author: technoweenie <technoweenie@gmail.com>
Date: Thu Nov 12 11:14:09 2009 -0700
gave credit to Nick for the rake autocompletion code.
commit
9fde1531f379449faa4f103d8493e8d2665e3055
Author: Toon Claes <toon@tonotdo.com>
Date: Wed Nov 11 18:15:33 2009 +0100
Spiced up the tonotdo theme, some more
commit
b4712ad693ca38e44e8b1f98308bab152f9c570c
Author: Toon Claes <toon@tonotdo.com>
Date: Wed Nov 11 18:14:25 2009 +0100
Spiced up the tonotdo theme
commit
80c20c32ddabac0ea590aba394a7b74128521508
Author: Toon Claes <toon@tonotdo.com>
Date: Wed Nov 11 17:26:23 2009 +0100
LS_COLORS fix for tonotdo theme
commit
e41d7305e55d144c324ba1adf1cf852e576457fc
Author: Toon Claes <toon@tonotdo.com>
Date: Mon Nov 9 22:28:17 2009 +0100
Improved the LS_COLORS in my tonotdo theme
commit
5246e103c54b7e503cb0c7a715a9d88dc5a4f0e1
Author: Toon Claes <toon@tonotdo.com>
Date: Mon Nov 9 22:05:00 2009 +0100
Fixed all themes so tab-completion doesn't move the cursor to a weird position
commit
147f1dc70212662fc60a5c21f87dda6b22993c74
Author: Toon Claes <toon@tonotdo.com>
Date: Mon Nov 9 21:38:40 2009 +0100
Modifying changes for issue 25, to fix issue 27
commit
729fd0ab3cae9636ea8d40b76b80a0763c9150da
Merge:
bbef2db c620408
Author: Toon Claes <toon@tonotdo.com>
Date: Mon Nov 9 21:28:17 2009 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
c620408962dd93fe920414eedd8e8e38b241eb08
Author: Robby Russell <robby@planetargon.com>
Date: Mon Nov 9 07:33:51 2009 -0800
Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed)."
This reverts commit
14a1ce80bbf7362ab2856cdd050714f02649fe3f.
commit
5c13930832b3e3bfcfd7b8ea99283ef477903bfd
Author: Robby Russell <robby@planetargon.com>
Date: Mon Nov 9 07:33:38 2009 -0800
Revert "Whoops, forgot to include this dummy precmd implementation."
This reverts commit
a21525ba0ccbdf35a0524f6cf7f2025fef578c78.
commit
fc3a3c72b17c0e12ea85094cd8b2575ccf1f2d44
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 8 15:34:02 2009 -0800
Only using the contents of .ssh/known_hosts when the file exists for ssh/scp auto-completion. Closes issue #20
commit
eb05b61483a9e03866404c903468360cb8df370b
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 8 15:27:17 2009 -0800
Removing gdb alias as it conflicts with an actual command for gdb. Closes #17
commit
286559d18016f0aeaaed96dbea39c71b52c374eb
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 8 15:24:20 2009 -0800
Revert "Fixed issue #19 'Rake not auto completing'. The stat command syntax that was being used was not correct. Or at least on my machine. See man page for the stat command"
This reverts commit
83907294d640d910968cf9152d11c6a5ab3205f5.
commit
97c66649485e227aba86b6006a6058a981da5092
Author: James Rowe <jnrowe@gmail.com>
Date: Fri Oct 16 12:07:02 2009 +0800
Added initial jnrowe theme.
commit
8f33231823dbf6c68ccc65fbb028fce6ff1efd74
Author: meh <meh.ffff@gmail.com>
Date: Fri Nov 6 20:55:08 2009 +0800
Fixed issue #25.
commit
e24709a2b80c8f829c8ceb66130a4b3a6cb86261
Author: meh <meh.ffff@gmail.com>
Date: Sun Nov 1 06:16:24 2009 +0800
Fixed darkblood theme as in issue #23.
commit
a21525ba0ccbdf35a0524f6cf7f2025fef578c78
Author: James Adam <james@lazyatom.com>
Date: Tue Oct 20 06:26:06 2009 +0800
Whoops, forgot to include this dummy precmd implementation.
commit
14a1ce80bbf7362ab2856cdd050714f02649fe3f
Author: James Adam <james@lazyatom.com>
Date: Tue Oct 20 06:24:21 2009 +0800
Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed).
commit
bbef2db92b39c41705e0a3f05da525b5b1eb8901
Author: Toon Claes <toon@tonotdo.com>
Date: Thu Nov 5 20:48:08 2009 +0100
parse error fix
commit
08fcf7dc393d6254fdcd7eef26d3f4ddd1c53a6c
Author: Toon Claes <toon@tonotdo.com>
Date: Thu Nov 5 20:44:28 2009 +0100
Enabled colors in ls and made it possible to theme them
commit
1c65ab9dea8caf834d662d3d20e3b8a83ea609b0
Author: Toon Claes <toon@tonotdo.com>
Date: Thu Nov 5 20:30:53 2009 +0100
added LSCOLORS
commit
e2dba2c3e94115829e9172294410cae4aedc7e96
Author: Toon Claes <toon@tonotdo.com>
Date: Wed Nov 4 20:37:18 2009 +0100
Joined the appearance so the theme can apply LSCOLORS too
commit
e53f90425ede1ce823c5d699f80441bb2b6fec3b
Merge:
8beb5a5 8330929
Author: Toon Claes <toon@tonotdo.com>
Date: Wed Nov 4 20:21:05 2009 +0100
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
commit
83309294df29bba2deaac7a3412eacef5ee89691
Author: Robby Russell <robby@planetargon.com>
Date: Sun Nov 1 14:23:03 2009 -0800
Adding devlog alias for tailing development.log for Rails
commit
8beb5a50f1e442733a624de73dedff99170b6b71
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Oct 30 20:41:38 2009 +0100
Skip the git word in this theme
commit
f11366374c233fd37b7df3b98240cac96ee1cf9f
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Oct 30 18:15:45 2009 +0100
Small fix, probably the smallest possible
commit
c103c15e5c9a51c655d503256bfd005530e5baf6
Author: Toon Claes <toon@tonotdo.com>
Date: Thu Oct 29 23:18:19 2009 +0100
Added my theme
commit
607ba0736b40c089546201f6324bf694c99ace2b
Author: meh <meh.ffff@gmail.com>
Date: Mon Oct 26 18:35:51 2009 +0100
Added darkblod theme.
commit
fd6861b8cd3ff12162d89babf27945a50d739ca8
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 26 09:24:37 2009 -0700
Fixing some conflict residue that I missed in a commit/merge:
commit
11220ca4959b36f9676f68389bd5b0c8825d6c44
Merge:
5fe112e b865f2a
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 26 09:21:16 2009 -0700
Merge branch 'master' of git://github.com/kastner/oh-my-zsh into kastner/master
commit
5fe112eb4b2a09aca2b1093df8f966ff3298f917
Merge:
58bccaf 8390729
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 26 09:19:24 2009 -0700
Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into mrinterweb/master
commit
58bccaf6fc7532d5ca8040a7c78997847fd10e06
Merge:
1779bed 886d97f
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 26 09:16:19 2009 -0700
Fixing merge conflicts
886d97f41e72b8662232a2c6b196fb60508e4f67
commit
1779bedd5362c13e3096873c01c167f329e8fca8
Author: Gerhard Lazu <mail@gerhardlazu.com>
Date: Wed Oct 14 14:12:17 2009 +0100
lsa now uses coloring
commit
552e4b864a09ff25e8ef1cad169dae193201f214
Author: Gerhard Lazu <mail@gerhardlazu.com>
Date: Mon Oct 12 07:56:55 2009 +0100
ll doesn't show hidden files, lsa does
commit
52f5eb20058796f3f4673b07c0f2c0463ed817b8
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 26 09:09:00 2009 -0700
Merging conflict.
788c9af05684f4b9e39e7f15de2c06c4c8291cbd
commit
56693663adbf9d8c5809612bd23324e90ceb4cd6
Merge:
c03aab5 c1444a9
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 26 08:57:29 2009 -0700
Merge branch 'master' of git://github.com/mdonoughe/oh-my-zsh into mdonoughe/master
commit
b865f2ab38156c33bdb1d6ffc6df56b3f2d53588
Author: Erik Kastner <kastner@gmail.com>
Date: Mon Oct 26 00:47:23 2009 -0400
adding homebrew completions - and a function dir
commit
83907294d640d910968cf9152d11c6a5ab3205f5
Author: Sean McCleary <sean@sean-desktop.(none)>
Date: Fri Oct 23 11:59:24 2009 -0700
Fixed issue #19 'Rake not auto completing'. The stat command syntax that was being used was not correct. Or at least on my machine. See man page for the stat command
commit
886d97f41e72b8662232a2c6b196fb60508e4f67
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Oct 16 23:03:50 2009 +0200
Removed useless else
commit
a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2
Merge:
11d0b3c c03aab5
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Oct 16 22:14:43 2009 +0200
Fixing merge
commit
11d0b3c2ac271f8d87629c73c9832f135558a6a2
Author: Toon Claes <toon@tonotdo.com>
Date: Fri Oct 16 22:12:31 2009 +0200
extended path variable, temporary
commit
c03aab51645fa7448f4e92b09ab00e2de989010e
Author: Robby Russell <robby@planetargon.com>
Date: Mon Oct 12 19:13:52 2009 -0700
Renaming script/server --debug alias to ssd to avoid conflict. Closes #1
commit
b6c8ef41b1b8ed129f473377d4b8d549fa93b5b9
Author: James Salter <james@flux.cse.unsw.EDU.AU>
Date: Tue Oct 13 12:34:53 2009 +1100
added gcp alias (git cherry-pick)
commit
6ef2e1f51c42a1e8b96f5ffc8a5b8f1e715d1738
Author: To1ne <toon@tonotdo.com>
Date: Mon Oct 12 21:17:36 2009 +0200
Added some comment
commit
a175f35bde56d0ce013dc95044ed7de9b888d427
Merge:
2f89c54 069e9b8
Author: Robby Russell <robby@planetargon.com>
Date: Sun Oct 11 13:52:40 2009 -0700
Merge branch 'master' of git://github.com/wezm/oh-my-zsh into wezm/master
commit
2f89c5401978f3f5aa3cd5f62bb2f0cb635900b5
Merge:
788c9af 9890bbb
Author: Robby Russell <robby@planetargon.com>
Date: Sun Oct 11 13:42:14 2009 -0700
Merge branch 'cypher/master'
commit
788c9af05684f4b9e39e7f15de2c06c4c8291cbd
Author: Gerhard Lazu <mail@gerhardlazu.com>
Date: Sun Oct 11 15:09:10 2009 +0100
Added more aliases for Rails & git
commit
fdac2b3f04f7b2c42bab7c7f6b53d8c8d32b62a5
Author: Gerhard Lazu <mail@gerhardlazu.com>
Date: Sun Oct 11 14:49:24 2009 +0100
Added ack-grep searching
commit
7705ffaf0c38438b0e007f75553876cf5ae99803
Author: Gerhard Lazu <mail@gerhardlazu.com>
Date: Sun Oct 11 09:56:22 2009 +0100
Added git diff for vim (gdv)
commit
fafa15676a8f398c95b909f719b07349df2c7d5b
Author: Gerhard Lazu <mail@gerhardlazu.com>
Date: Sun Oct 11 09:50:08 2009 +0100
Replaced source with .
commit
069e9b8752ddaa85b0e21b8033f0c2075ac42f11
Author: Wesley Moore <wez@wezm.net>
Date: Thu Oct 8 09:50:32 2009 +1100
Add my own theme
commit
c1444a96129b665bcbf67e9baad9bf7257c7c650
Author: Matthew Donoughe <mdonoughe@gmail.com>
Date: Wed Oct 7 20:08:54 2009 +0000
should probably use the value of CASE_INSENSITIVE
commit
cea6040c305d1e645f497e59133c2c5434a430ef
Author: Matthew Donoughe <mdonoughe@gmail.com>
Date: Wed Oct 7 20:01:52 2009 +0000
allow case sensitivity to be toggled
commit
9890bbb24d23e82bbc8f8fea9ffe423fc3eda12a
Author: Markus Prinz <markus.prinz@nuclearsquid.com>
Date: Tue Oct 6 23:19:43 2009 +0200
Fix cypher's theme for older zsh versions
commit
2289cacecbf027e71380ab0c349dee6f902e7b65
Merge:
8a8343b 60e9977
Author: Robby Russell <robby@planetargon.com>
Date: Tue Oct 6 05:15:55 2009 -0700
Merge branch 'master' of git://github.com/cypher/oh-my-zsh into cypher/master
commit
8a8343b0de31f3adcd366fc0b9c113ee009287f0
Author: xiongchiamiov <xiong.chiamiov@gmail.com>
Date: Mon Oct 5 19:23:12 2009 -0700
add xiong-chiamiov theme
commit
60e99779d5658841026acb84483a7deeb6851246
Author: Markus Prinz <markus.prinz@nuclearsquid.com>
Date: Sat Oct 3 19:48:29 2009 +0200
Make "-" an alias for "cd -" (cd back to previous directory)
commit
172bb418304eb4c513f8ae43dd72ff201a046b38
Author: Markus Prinz <markus.prinz@nuclearsquid.com>
Date: Sat Oct 3 19:34:49 2009 +0200
Add my (cypher's) zsh prompt
Based on Evan's prompt, it uses colors, shows the exit status of the
last command if it was non-zero, and displays "#" when running
with elevated privileges
commit
eddab5034cb19caa99a1a0e381de4dcf63ef0fe0
Author: Jon Evans <jon@springyweb.com>
Date: Thu Oct 1 08:55:07 2009 +0100
run update check *after* running custom configuration scripts.
This means we are running it after $PATH has potentially been set up,
which means it's more likely that commands like "git" will be found
commit
00a190bc017283ef8ab8c725c5f9fe93f030e31e
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 17:12:19 2009 -0700
Oh My Zsh gets a weekly auto-updater... the future is now!
commit
700a3f0badf89fc9bb5a8f54b5fd2e14aed2823d
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 17:11:45 2009 -0700
Adding a script to check for upgrades
commit
f363c025daa1dbf684f80ab7e29d34dbd5fb9d89
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 16:14:43 2009 +0100
put everything in lib
commit
8a8a7bafa037ef253ce582a182c77a74b76ac309
Merge:
71b1c60 ff545e6
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 16:14:04 2009 +0100
merge upstream
commit
ff545e6934b70945e778495f613d41a43681b662
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 08:07:02 2009 -0700
Bumping up history to 10k commands
commit
1dc73537320ff86b7597fc097ad82c58aeba0566
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 08:06:32 2009 -0700
Updating README to mention custom/ directory
commit
19a08f15d6a09b8c7a1f4f306abe6e61bdf7d95d
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 08:05:05 2009 -0700
not ignoring example.zsh
commit
ef9ce1e221e048b83edbe4def12d4b3a5c1c6dcb
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 08:03:38 2009 -0700
Updating .gitignore to ignore everything but the example.zsh file in custom/
commit
107322c2e86db377cc8260958a4b6e26ea849a67
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 08:02:58 2009 -0700
Moving some example files into custom/
commit
8debd097fbea09032c27b2c8d69d8430d7ea0551
Author: Robby Russell <robby@planetargon.com>
Date: Wed Sep 23 07:43:36 2009 -0700
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
commit
2759586aae5bea9ec38bb16403381c73589776ed
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 22 20:36:28 2009 -0700
Using compctl instead of compdef to resolve Issue #1
commit
71b1c60a8d2386a2a836d76fd57a507a0c9a3935
Merge:
1304baf fff31c3
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 01:23:28 2009 +0100
Merge remote branch 'upstream/master'
commit
1304baf9f9a18818246d1609be9da27f8ff79406
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 01:20:08 2009 +0100
add in refcard note
commit
b6d778201bae29d4b713f3651f500df10312f5d1
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 01:18:15 2009 +0100
more fixes, more or less have this as i want
commit
93af38f154174f8af9e2aa71a1a64bdc640c3655
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 00:49:00 2009 +0100
further refactorings
commit
1f05826afb13f3caafce091e438294e7939c57cf
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 00:45:15 2009 +0100
misc useful
commit
556ee4198f26731c85bfdd40ee1a2edfee755cb5
Author: James Cox <james@imaj.es>
Date: Wed Sep 23 00:44:57 2009 +0100
tidy up history
commit
fff31c33bcb5d98fbceb84ef0341c366c2b1da46
Author: Gary Blessington <garyblessington@gmail.com>
Date: Tue Sep 22 16:09:20 2009 -0700
Added a new theme
commit
8fe67686dba78a273b058f7f7e3d26c286d269f2
Author: James Cox <james@imaj.es>
Date: Tue Sep 22 23:36:25 2009 +0100
would rather store history in $HOME and double size
commit
89d86d869c298642e809dfa7530b7ef2539cd07f
Author: James Cox <james@imaj.es>
Date: Tue Sep 22 23:27:28 2009 +0100
some todo notes, take @chris2's titlebar improvements and poke at completions
commit
7d511379c1eace3363433352a9e38831785d2e5e
Author: James Cox <james@imaj.es>
Date: Tue Sep 22 23:02:18 2009 +0100
minimalist
commit
2b61a2aa3a15de60503dd1e78fbee7fb8e6580a3
Author: James Cox <james@imaj.es>
Date: Tue Sep 22 23:01:55 2009 +0100
add in xterms / title hacks
commit
bd5826980ea549d629feff0786f151c985525c98
Merge:
1b784bb 9f0df18
Author: James Cox <james@imaj.es>
Date: Tue Sep 22 22:47:21 2009 +0100
Merge remote branch 'upstream/master'
commit
9f0df188f4dd820d2f72f8095619709e62808ff5
Author: Christopher Sexton <csexton@gmail.com>
Date: Tue Sep 22 14:48:55 2009 -0400
Git 1.6 support
`git-symbolic-ref` needs to be `git symbolic-ref`
commit
a9f21b381cd855bc2fe79cb7b8f472d9f41f6bfa
Author: Christopher Sexton <csexton@gmail.com>
Date: Tue Sep 22 14:38:24 2009 -0400
Improved git prompt handling
* Improved speed, the first time cd'ing into a git repo the prompt
returns much faster (for me at least).
* Prompt is now decorated in nested folders within a git repo. No
longer check for the '.git' folder.
commit
1b784bbf4d2ce470ade3d0c2963c349a5a7af9cf
Author: James Cox <james@imaj.es>
Date: Tue Sep 22 16:41:22 2009 +0100
make correction work; this is a nicer way of handling typos in commands
commit
8176645e8231955a7e1a385da9251efd2ddda5c7
Author: James Cox <james@imaj.es>
Date: Tue Sep 22 16:39:53 2009 +0100
some helpers to make directory traversal go easier....
commit
ff8e99beef3c61b66b3d3537634fcc6e07644ef7
Author: Christopher Sexton <csexton@gmail.com>
Date: Mon Sep 14 13:06:47 2009 -0400
Adding a little documentation for the git themes
commit
85a4e3028990b6583253308ada3d456c291487d7
Author: Christopher Sexton <csexton@gmail.com>
Date: Mon Sep 14 12:42:53 2009 -0400
Added risto theme and made git.zsh themable
* git.zsh is now themable:
* git_prompt_info() now will look in the following variables for
formatting strings:
* ZSH_THEME_GIT_PROMPT_PREFIX - Prefix for the prompt (before the
branch name)
* ZSH_THEME_GIT_PROMPT_SUFFIX - The very end of the prompt
* ZSH_THEME_GIT_PROMPT_DIRTY - Displayed when the branch is dirty
* ZSH_THEME_GIT_PROMPT_CLEAN - Displayed when the branch is clean
* Updated geoffgarside, robbyrussell, and maran to work with new git
theme
* Added the Risto theme, which is very similar to a number of bash
prompts, and allows me to use zsh in with out my co-workers knowing I
have the advantage. Think of it as a ninja theme.
commit
86925121069b2b33be6f3b76034ebcae98b14592
Author: Robby Russell <robby@planetargon.com>
Date: Mon Sep 7 09:18:40 2009 -0700
Updating the name of the rake and capistrano task cache file to append a ~ to the end of the filename so it's easier to ignore in rails git projects. [#1]
commit
b67961d812c7f403aea223f40410bfc34f706b05
Author: Robby Russell <robby@planetargon.com>
Date: Mon Sep 7 09:11:34 2009 -0700
Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc.
commit
44465ef4ce41f0928f6c59573da476a559a809a4
Merge:
4c69833 1875755
Author: Robby Russell <robby@planetargon.com>
Date: Sun Sep 6 09:43:54 2009 -0700
Merge branch 'master' of git://github.com/mwilliams/oh-my-zsh into mwilliams/master
commit
4c69833eb1e8050a5b081d31b4c2873a18ee30f6
Author: Jamie van Dyke <fearoffish@fearofpro.local>
Date: Sun Sep 6 13:19:33 2009 +0100
added case-insensitive auto completion
commit
1875755f0a7aee1649b4778959cd9eeced725e01
Author: mwilliams <matthew.d.williams@gmail.com>
Date: Thu Sep 3 14:45:23 2009 -0400
Adding more useful aliases for Git.
commit
71c59eaf8554f1677f88423065596f39eb41973f
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 20:46:48 2009 -0700
Moving bindings into their own file. Updating aliases after moving out bindings
commit
1978c04daac2bc207c6a12ca05d94aeaefba029c
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 20:34:58 2009 -0700
Trying out some zsh-fu. Using the for x (*.zsh) source approach
commit
d1a9efc4e2f054a549787ebba8a1ccced2ec15eb
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 07:52:43 2009 -0700
Updating README to instruct people to copy the .zshrc template file versus symlinking it.
commit
fcc1cde56c1ed8cd0c4961e82dce4a721b4bd66c
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 07:50:45 2009 -0700
Updating installer to use the new template file. ~/.zshrc will now be outside of the repository
commit
261bf83d534cb129833bda773363e72c3693a2fa
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 07:46:15 2009 -0700
Updating the template file to use the oh-my-zsh.sh loader
commit
af3e48445456cd08256f21add3b602cd513065e8
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 07:45:49 2009 -0700
Renaming template file one last time (for now)
commit
4516bda0190aca430c57b6f8c6f5380db63e3b7e
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 07:43:46 2009 -0700
Moving and renaming the zshrc file to a template file
commit
53abb4e2a70a1e2c0871b83daa4dac6178a61803
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 07:41:18 2009 -0700
Moving the loading of all .zsh files into a different file so that we can remove zshrc from the repository
commit
ebc6ce25aa2aa2c8957724b916711ceee3bb15ce
Author: Robby Russell <robby@planetargon.com>
Date: Tue Sep 1 05:41:49 2009 -0700
Including a link to the Themes wiki page from the README
commit
f704193fd2732207c158aa3413e2ef9634e7b17f
Author: Maran Hidskes <maran.hidskes@gmail.com>
Date: Tue Sep 1 11:01:26 2009 +0200
Added extra theme with full pathnames and hostname
commit
1ec8a8848e5fa8f733af92f2c09387719e57e0d5
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 15:48:09 2009 -0700
Adding an upgrade_oh_my_zsh function to... well, upgrade Oh My Zsh
commit
0ce2fd0940e97fc19e7b3a38c374674bd1edc383
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 15:10:46 2009 -0700
Removing left over theme reference to geoffs theme
commit
09e2193ae6a4ec64290e2a9be2ec54179f6e3b5b
Merge:
e1f5c0c af8294d
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 15:09:34 2009 -0700
Merging geoffgarside work
commit
e1f5c0c703c60d473144f58e1ab49d51c38ab526
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 15:00:38 2009 -0700
Adding an uninstaller tool
commit
6fd7da65a34e9a2e10ccef7e83d974bab63cb99e
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 15:00:15 2009 -0700
Adding zsh_stats function to show you which commands you run the most.
commit
af8294d2068e3614a7635486de1d89e12e23a8e5
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 22:24:03 2009 +0100
Move the spaces around again :P
commit
517df8002d7a400899d3f1bd088fead83e2c6074
Merge:
845eabc 97cf187
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 22:00:50 2009 +0100
Merge branch 'master' of git@github.com:geoffgarside/oh-my-zsh
commit
a26cb28de4d095d547d774a3b3258a76f17507c3
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 13:54:50 2009 -0700
Only calling git symbolic-ref HEAD when we are in a .git directory
commit
845eabc8cc86ebfcab7a9ebca5eb87aa136e9ce3
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 21:51:11 2009 +0100
Restructure spaces in git pieces
commit
5ace61de4e9d10b3257f9565f246abd28082592c
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 21:49:24 2009 +0100
Switch double quotes for singles, fixes prompt issues
commit
076f9b15fff84f58009f73f19292729015d1c888
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 21:25:12 2009 +0100
Add my own theme
commit
652caa6b2591e773179b8e38992d516db1f99930
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 21:23:59 2009 +0100
Colour branch name and add dirty string
commit
a9c18304621b045d90a2fc328da79f29a2de6b42
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 21:23:35 2009 +0100
Change dirty git string to a yello X
commit
841cca16a6b355f707585b96f75194381f49590f
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 21:12:58 2009 +0100
Remove colour from ls command
commit
97cf1871ca1e6822200e0ae008cbbe4c24d88a4b
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 11:17:05 2009 -0700
Adding a file into log/ so that we have a log file to record history to
commit
df8ad95c6adfc91332e951f21d9a44c8612b0f04
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 18:49:48 2009 +0100
Remove PATH definition as we define this in .profile
commit
3dfa677ede716cb7dd7026f47dc764fcabe1c823
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 18:46:48 2009 +0100
Add geoffgarside theme
commit
857ec726c8a713db5dbff79e1d3b80ba08e02768
Merge:
3ab0d63 a19d1c0
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 18:46:16 2009 +0100
Merge branch master
commit
a19d1c0f53efbbc97eeaee4e496063abf7bf689d
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 09:27:35 2009 -0700
Adding Evan's skinny, topless prompt.
commit
5af0ba8f91d10aab109febecc730cb8c42f141e6
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 08:12:45 2009 -0700
Updating README with info about themes
commit
2c9f74b5c3f6910e7c66601008e9ddd0444b70c7
Author: Robby Russell <robby@planetargon.com>
Date: Mon Aug 31 07:45:31 2009 -0700
Adding theme support so that people can share their zsh prompts with others. Users can set which theme to load in zshrc now.
commit
3ab0d639d0f6feaf6612badd932542d206fc5450
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 14:03:56 2009 +0100
Add tab, take and tm functions
commit
a92158eab3dfce4c7010e600d88dcdcd2fbb8dcb
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 14:03:33 2009 +0100
Customise prompt value
commit
45f05b9bbc84f0ac934bb137a9ff3a01f7710c5d
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 14:02:19 2009 +0100
Use my normal PATH instead of included
commit
5811a6b11f86a2807ebd57697eaa67947276b61d
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 14:01:39 2009 +0100
Strip colours from git.zsh
commit
0f2e63f8995bfaf35b2cfc149866c3be503d3820
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 13:59:34 2009 +0100
Swap out g alias to git
commit
7a7b0bc7f57ffabaa8e409975be4efe83e6eb924
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 13:59:16 2009 +0100
Add textmate aliases
commit
da3be21b4f9dc510e6d6c91a58f3e1abb566369b
Author: Geoff Garside <geoff@geoffgarside.co.uk>
Date: Mon Aug 31 13:58:53 2009 +0100
Add in my normal s{s,d} aliases
commit
908fead30300c33a9eadc975309442a5ccf4f859
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 18:54:39 2009 -0700
Updating README to match new path for installation.
commit
13ca4fab1a944799d8a27e28daea6d19fe9dd813
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 18:51:41 2009 -0700
Changing order of loading zsh at end of install
commit
684eae38af9b00f2c743c7d198c387d5a817ee69
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 18:49:53 2009 -0700
Attempting to load zsh properly after auto-install
commit
3ec52a13537ed9c56cf55d1ce7c02a3f6d75fdc4
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 18:44:14 2009 -0700
Checking if .zshrc is a file or a symlink.
commit
43fd24e81fe83e9c2978e55d1d8f18bc251716f9
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 18:36:38 2009 -0700
Updating README with reference to auto-installer
commit
71769107dbff230ec7607368f50f9ff93b88b581
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 18:36:11 2009 -0700
Adding an installer tool
commit
1092aba5b819882c75c33be24f97556e03baec26
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 18:00:42 2009 -0700
Adding a note about backing up your existing zshrc file
commit
95f32b4f8b30fbd62e6df8ca66221cdf6f2cc4d9
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 17:48:43 2009 -0700
Updating README to show people how to change their default shell.
commit
fe8f83cd78e5a514eeee7801a74f196a7d17d580
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 17:46:51 2009 -0700
Removing some unused git-dirty parsing code.
commit
538c54ba8479e99964538755ab49dd47f3edf955
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 17:43:24 2009 -0700
Removed a bunch of aliases that I never use, which came from someone else I copied old config from
commit
f39adb8d8cfa86ef1f8832c2285028c4fdb8b611
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 17:41:31 2009 -0700
Removing a robby-only alias
commit
8b517ff666afcd06a96045b6c74887e394dfa297
Author: Robby Russell <robby@planetargon.com>
Date: Sun Aug 30 17:40:54 2009 -0700
Moving some more config into prompt.zsh to reduce amount of code in .zshrc
commit
c1ac59d29a8ff69fab7225785c0758014fc0bbe2
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 12:21:43 2009 -0700
Info about contributing
commit
5dd3755ed54bea647fa9b5ca36d4ae21e31e7de8
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:54:28 2009 -0700
Updating README regarding PATH info
commit
dcd664e41246c9ae6007c2e7fb6b1420fbcd2207
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:53:43 2009 -0700
Note about PATH
commit
627a61a0651370c6b4285cddf8d83ecd526c3d32
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:50:58 2009 -0700
Making sure it's obvious to symlink to ~/.zshrc
commit
b5104350823ab936c93790b66fae8f50bfe81ae4
Merge:
d1e1869 050a2b2
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:49:21 2009 -0700
Merge branch 'master' of git://github.com/eddorre/oh-my-zsh into eddorre/master
commit
d1e1869abfca8b6445095c5203d44c2fbbf3b03c
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:46:01 2009 -0700
Adding some info to the Usage section of the README
commit
14b219b5a282f4d2c1df67da533ff23cf0c03fac
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:43:19 2009 -0700
Updating README
commit
39f8b30d4d1a157e2b0ffa2f2e50427e50563ce7
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:37:53 2009 -0700
Loading all files in /Users/robbyrussell/oh-my-zsh that end in .zsh instead of specifying them manually
commit
050a2b2c25b1575c4e870dbe1a6f371fea80b2d7
Author: Carlos Rodriguez <carlos@carlos.argon.lan>
Date: Fri Aug 28 11:35:22 2009 -0700
Removed Git Aliases comment since there are no Git aliases in this file
commit
4e2b71bab88cac16d40d12675dcd3949191dff60
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:19:22 2009 -0700
Updating README file
commit
ada3ce5045b44c24ea84cacdffb34e3e9382b385
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:18:21 2009 -0700
Changing path to oh-my-zsh in zshrc
commit
5da20b9dddb1f7a9110675ded5df59c4c3ed1b83
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:14:17 2009 -0700
Importing initial files after reorganizing stuff.
commit
e20401e04e057a39c228dbb99dda68ec7fa4235a
Author: Robby Russell <robby@planetargon.com>
Date: Fri Aug 28 11:14:03 2009 -0700
Adding initial gitignore file