Commit graph

447 commits

Author SHA1 Message Date
Carter Tazio Schonwald
1680c0943b modified ntabs to work with both iterm and term!
has the correct no arg and arg behavior for both

-Carter
2011-04-17 21:41:46 -04:00
Carter Tazio Schonwald
460e2db350 fixed itab, though renamed to ntab.
originally from
http://xanana.ucsc.edu/xtal/iterm_tab_customization.html

simplified to https://gist.github.com/924342
2011-04-17 21:08:45 -04:00
Carter Tazio Schonwald
45f0e3198e Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh 2011-04-14 20:11:04 -04:00
kphoen
971b071dc6 Add: new theme 2011-04-12 10:40:53 +02:00
Robby Russell
b6be2889aa Merge branch 'friskTheme' of https://github.com/Nycto/oh-my-zsh 2011-04-12 10:40:11 +02:00
James Frasca
6cbd15f403 Added the Frisk theme 2011-04-12 10:39:14 +02:00
Robby Russell
849e2834fb Updating the README... now links to contributors page 2011-04-12 10:36:45 +02:00
Dmitry Maksimov
7d71148490 kolo.zsh-theme 2011-04-12 10:28:13 +02:00
Theodore Robert Campbell Jr
f0922006ab changes recommended by blueyed 2011-04-12 10:24:53 +02:00
Theodore Robert Campbell Jr
9406ae7929 Whoops, this was supposed to be in the last commit! 2011-04-12 10:24:53 +02:00
Theodore Robert Campbell Jr
277057cb63 Moved this to the existing github plugin 2011-04-12 10:24:53 +02:00
Theodore Robert Campbell Jr
2717e147b3 blueyed's ZSH-fu is much stronger than mine. 2011-04-12 10:24:53 +02:00
Theodore Robert Campbell Jr
8ed33a8ccc no need for an extra fork 2011-04-12 10:24:52 +02:00
Theodore Robert Campbell Jr
0447a0ec11 added hub plugin from defunkt 2011-04-12 10:24:52 +02:00
Robby Russell
8883ace767 Revert "Enable alias completion, do not limit completion to just files"
This reverts commit c3a58b0004.
2011-04-12 10:24:06 +02:00
Sorin Ionescu
f928228382 Added npm plugin. 2011-04-12 10:22:31 +02:00
Robby Russell
b3a78d2b28 Using git-diff instead of git diff 2011-04-12 10:19:15 +02:00
Robby Russell
d11fb9d47c Removing call to mate. 2011-04-12 10:16:32 +02:00
Daniel Hahler
91e4f3d667 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.
2011-04-12 10:11:53 +02:00
Renaud (Nel) Morvan
0cc0915bf8 Refactor DISABLE_AUTO_TITLE to be more DRY 2011-04-04 14:02:50 +02:00
Renaud (Nel) Morvan
a3e92892bb Command title behavior no longer depend on local zsh configuration
Fix by derekjw. closes #52.
2011-04-04 13:56:00 +02:00
Renaud (Nel) Morvan
d138751cbd Escape characters used in escape sequence to avoid triggering bugs in Apple Terminal
Closes #45 #57 #58 #86.
2011-04-04 13:49:02 +02:00
Jakub Nawalaniec
4cd4167c8d 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
2011-04-03 21:28:19 +02:00
Jakub Nawalaniec
2e9492969b Completions are git subdommand-aware now 2011-04-03 11:01:48 -07:00
Jakub Nawalaniec
57f55e69ed Zsh will now complete git aliases with git stuff 2011-04-03 11:01:48 -07:00
Robby Russell
05fc020a08 Merge branch 'disable_auto-title' of https://github.com/lorrin/oh-my-zsh into lorrin-disable_auto-title 2011-04-03 11:00:38 -07:00
Simon Elsbrock
2497c57976 fixed wget command in readme
github uses a wildcard certificate which is not accepted by wget
2011-03-24 09:47:48 +01:00
Lorrin Nelson
06063ab695 Introduce DISABLE_AUTO_TITLE option 2011-03-23 21:20:08 -07:00
James Frasca
7cc4ab9b3f Added the Frisk theme 2011-03-17 11:22:51 -07:00
Robby Russell
52df85440e Revert "Re-order title/tab setting to make window titles work on OSX terminal which"
Was causing iTerm title to disappear entirely..

This reverts commit d4ea399b04.
2011-03-16 12:20:35 -07:00
Robby Russell
23556491e6 Merge branch 'ssh-agent-append-host-to-environment' of https://github.com/trcjr/oh-my-zsh into trcjr-ssh-agent-append-host-to-environment 2011-03-16 08:05:19 -07:00
Robby Russell
bb3414ec00 Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into AlexBio-master 2011-03-16 08:03:23 -07:00
Robby Russell
fce2733fe9 Merge branch 'osx-terminal-title' of https://github.com/curiousstranger/oh-my-zsh into curiousstranger-osx-terminal-title 2011-03-16 08:01:29 -07:00
Robby Russell
bafa8cd980 Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into dbbolton-master 2011-03-16 07:59:18 -07:00
Robby Russell
af23a48a19 Merge branch 'feature/alias-completion' of https://github.com/shadowhand/oh-my-zsh into shadowhand-feature/alias-completion 2011-03-16 07:57:01 -07:00
Robby Russell
23588889a7 Merge branch 'master' of https://github.com/tjkirch/oh-my-zsh into tjkirch-master 2011-03-16 07:55:25 -07:00
Daniel Bolton
ce41d0e5bd Add debian plugins file 2011-03-15 20:31:14 -04:00
Tom Kirchner
92cacc9552 No space before prompt char at beginning of line 2011-03-15 00:43:37 +00:00
Tom Kirchner
cb2362c006 Actually show return code on failure 2011-03-15 00:43:22 +00:00
Tom Kirchner
e1f37e311f Sweet lightning bolt on uncommitted git changes 2011-03-15 00:42:51 +00:00
Tom Kirchner
1b7868adca Remove unnecessary whitespace 2011-03-15 00:42:12 +00:00
Tom Kirchner
6654d5dd99 Make personal theme based on dst 2011-03-15 00:41:51 +00:00
Daniel Bolton
5bbd87a333 add Perl plugins file 2011-03-14 01:43:33 -04:00
Matt Cable
d4ea399b04 Re-order title/tab setting to make window titles work on OSX terminal which
doesn't support tabs titles.
2011-03-13 17:11:32 -06:00
Matt Cable
fa344733e5 Add completion for port command 2011-03-13 16:21:48 -06:00
Alessandro Ghedini
f90cb7e7b9 add 'deb' plugin with Debian's apt aliases 2011-03-12 16:25:27 +01:00
Alessandro Ghedini
a6b8bec8ec add completion plugin 'cpanm' for cpanminus 2011-03-12 16:24:20 +01:00
Alessandro Ghedini
a2d0bd7c29 add 'lol' plugin (based on lolbash) 2011-03-12 16:23:55 +01:00
Woody Gilk
c3a58b0004 Enable alias completion, do not limit completion to just files 2011-03-11 21:44:12 -06:00
Theodore Robert Campbell Jr
9d991a5080 ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nfs shared homes. 2011-03-01 01:38:12 -05:00