f9fbd07983
Don't display dotfiles or reverse sort with ll alias.
James Rowe
2010-05-09 22:23:11 +08:00
edc8e3d092
Ignore commands that start with a space.
James Rowe
2010-05-09 21:16:33 +08:00
6774490a46
Don't auto-correct ebuild commands.
James Rowe
2010-05-09 21:17:20 +08:00
fca8b7e3e6
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Robby Russell
2010-06-03 21:27:38 -07:00
59bfd87e08
Adding some candy to the upgrade script
Robby Russell
2010-06-03 13:01:41 -07:00
dea166411f
Moving brew functions to it's own plugin
Robby Russell
2010-06-03 12:59:49 -07:00
27904c117c
Moving current_branch() to git plugin
Robby Russell
2010-06-03 12:56:11 -07:00
89bd2bf317
Moving some rails and osx-specific functions to their corresponding plugin files
Robby Russell
2010-06-03 12:55:07 -07:00
455669e976
Removing legacy completion code
Robby Russell
2010-06-03 12:54:40 -07:00
ab2c0744ab
Removing rake completion from lib/ as it was moved to rails plugin
Robby Russell
2010-06-03 12:33:15 -07:00
c21d3775a9
Moving capistrano functions to rails plugin
Robby Russell
2010-06-03 12:32:55 -07:00
31dace8829
Updating default .zshrc template file to include plugins declaration
Robby Russell
2010-06-03 12:05:12 -07:00
3cf9ab722e
Initial 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
81aa74b73c
Eastwood theme with optional RVM support
MasterLambaster
2010-05-31 17:09:45 +08:00
eb0f3c0234
adding 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
c5c870ac05
Added customized version of the wezm theme (mainly added username/host in the prompt).
Vincent Driessen
2010-05-28 03:20:27 +08:00
f2f34f5404
Added my zsh theme file, heavily based on sjl's
Thomas J Bradley
2010-05-27 06:37:52 +08:00
7e6eaff7d3
fork xiong-chiamiov theme for git support
Ryan Wilcox
2009-12-13 17:39:40 -05:00
f9509f365b
Putting Git related aliases into git.zsh to have them in context.
Martin Klepsch
2009-12-19 14:35:57 +01:00
90627d3d1c
adding quotes to tab()
Dale Campbell
2009-12-26 00:41:37 -06:00
2ecc228b23
Adding 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
98d56a3097
Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.
Robby Russell
2009-12-13 11:48:03 -08:00
20755df49e
Based on a suggestion from robbyrussel, using env for greater compatibility.
johnmaxwelliv
2009-12-13 12:38:37 -07:00
59116a25f1
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? :-)
johnmaxwelliv
2009-12-12 21:23:36 -07:00
4419c5c347
Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc'
Robby Russell
2009-12-12 14:10:05 -08:00
c08e1e0ca0
Merge branch 'master' of git://github.com/macovsky/oh-my-zsh into macovsky/master
Robby Russell
2009-12-12 13:52:55 -08:00
41f13ccb0a
Updating 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
e429ff9e2b
no correction on gist
To1ne
2009-12-12 10:12:14 +01:00
bee94dbd62
new theme
macovsky
2009-12-12 12:06:46 +03:00
dfb3fb5a0a
No correction on mkdir + removed duplicate nocorrect mv
To1ne
2009-12-10 19:04:06 +01:00
c620408962
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)."
Robby Russell
2009-11-09 07:33:51 -08:00
5c13930832
Revert "Whoops, forgot to include this dummy precmd implementation."
Robby Russell
2009-11-09 07:33:38 -08:00
fc3a3c72b1
Only 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
eb05b61483
Removing gdb alias as it conflicts with an actual command for gdb. Closes#17
Robby Russell
2009-11-08 15:27:17 -08:00
286559d180
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"
Robby Russell
2009-11-08 15:24:20 -08:00
97c6664948
Added initial jnrowe theme.
James Rowe
2009-10-16 12:07:02 +08:00