f9fbd07983Don't display dotfiles or reverse sort with ll alias.
James Rowe
2010-05-09 22:23:11 +08:00
edc8e3d092Ignore commands that start with a space.
James Rowe
2010-05-09 21:16:33 +08:00
6774490a46Don't auto-correct ebuild commands.
James Rowe
2010-05-09 21:17:20 +08:00
fca8b7e3e6Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Robby Russell
2010-06-03 21:27:38 -07:00
59bfd87e08Adding some candy to the upgrade script
Robby Russell
2010-06-03 13:01:41 -07:00
dea166411fMoving brew functions to it's own plugin
Robby Russell
2010-06-03 12:59:49 -07:00
27904c117cMoving current_branch() to git plugin
Robby Russell
2010-06-03 12:56:11 -07:00
89bd2bf317Moving some rails and osx-specific functions to their corresponding plugin files
Robby Russell
2010-06-03 12:55:07 -07:00
455669e976Removing legacy completion code
Robby Russell
2010-06-03 12:54:40 -07:00
ab2c0744abRemoving rake completion from lib/ as it was moved to rails plugin
Robby Russell
2010-06-03 12:33:15 -07:00
c21d3775a9Moving capistrano functions to rails plugin
Robby Russell
2010-06-03 12:32:55 -07:00
31dace8829Updating default .zshrc template file to include plugins declaration
Robby Russell
2010-06-03 12:05:12 -07:00
3cf9ab722eInitial implementation of a new plugin system, so that people can managed which aliases/functions they want.
Robby Russell
2010-06-03 12:03:26 -07:00
81aa74b73cEastwood theme with optional RVM support
MasterLambaster
2010-05-31 17:09:45 +08:00
eb0f3c0234adding my zsh theme -- only difference from robby's being that i'm using white instead of blue for legibility over brown
Joseph Bergantine
2010-05-24 04:03:27 +08:00
c5c870ac05Added customized version of the wezm theme (mainly added username/host in the prompt).
Vincent Driessen
2010-05-28 03:20:27 +08:00
f2f34f5404Added my zsh theme file, heavily based on sjl's
Thomas J Bradley
2010-05-27 06:37:52 +08:00
7e6eaff7d3fork xiong-chiamiov theme for git support
Ryan Wilcox
2009-12-13 17:39:40 -05:00
f9509f365bPutting Git related aliases into git.zsh to have them in context.
Martin Klepsch
2009-12-19 14:35:57 +01:00
90627d3d1cadding quotes to tab()
Dale Campbell
2009-12-26 00:41:37 -06:00
2ecc228b23Adding a function that will open up a ticket in Lighthouse based on the number and there being a URL in a hidden file.
Robby Russell
2009-12-16 11:23:41 -08:00
98d56a3097Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.
Robby Russell
2009-12-13 11:48:03 -08:00
20755df49eBased on a suggestion from robbyrussel, using env for greater compatibility.
johnmaxwelliv
2009-12-13 12:38:37 -07:00
59116a25f1Instead 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? :-)
johnmaxwelliv
2009-12-12 21:23:36 -07:00
4419c5c347Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc'
Robby Russell
2009-12-12 14:10:05 -08:00
c08e1e0ca0Merge branch 'master' of git://github.com/macovsky/oh-my-zsh into macovsky/master
Robby Russell
2009-12-12 13:52:55 -08:00
41f13ccb0aUpdating check_for_upgrade script to fix issue when the LAST_EPOCH file/value got corrupted. Closes#32
Robby Russell
2009-12-12 13:45:30 -08:00
e429ff9e2bno correction on gist
To1ne
2009-12-12 10:12:14 +01:00
b549dd4999Gallifrey theme
Jordan Bracco
2009-11-13 05:10:21 +01:00
81acebee57gave credit to Nick for the rake autocompletion code.
technoweenie
2009-11-12 11:14:09 -07:00
9fde1531f3Spiced up the tonotdo theme, some more
Toon Claes
2009-11-11 18:15:33 +01:00
b4712ad693Spiced up the tonotdo theme
Toon Claes
2009-11-11 18:14:25 +01:00
80c20c32ddLS_COLORS fix for tonotdo theme
Toon Claes
2009-11-11 17:26:23 +01:00
e41d7305e5Improved the LS_COLORS in my tonotdo theme
Toon Claes
2009-11-09 22:28:17 +01:00
5246e103c5Fixed all themes so tab-completion doesn't move the cursor to a weird position
Toon Claes
2009-11-09 22:05:00 +01:00
147f1dc702Modifying changes for issue 25, to fix issue 27
Toon Claes
2009-11-09 21:38:40 +01:00
729fd0ab3cMerge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Toon Claes
2009-11-09 21:28:17 +01:00
c620408962Revert "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)."
Robby Russell
2009-11-09 07:33:51 -08:00
5c13930832Revert "Whoops, forgot to include this dummy precmd implementation."
Robby Russell
2009-11-09 07:33:38 -08:00
fc3a3c72b1Only using the contents of .ssh/known_hosts when the file exists for ssh/scp auto-completion. Closes issue #20
Robby Russell
2009-11-08 15:34:02 -08:00
eb05b61483Removing gdb alias as it conflicts with an actual command for gdb. Closes#17
Robby Russell
2009-11-08 15:27:17 -08:00
286559d180Revert "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"
Robby Russell
2009-11-08 15:24:20 -08:00
97c6664948Added initial jnrowe theme.
James Rowe
2009-10-16 12:07:02 +08:00