summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-11-08Removing gdb alias as it conflicts with an actual command for gdb. Closes #17Robby Russell
2009-11-08Revert "Fixed issue #19 'Rake not auto completing'. The stat command syntax ↵Robby Russell
that was being used was not correct. Or at least on my machine. See man page for the stat command" This reverts commit 83907294d640d910968cf9152d11c6a5ab3205f5.
2009-11-09Fixed issue #25.meh
2009-11-09Whoops, forgot to include this dummy precmd implementation.James Adam
2009-11-09Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My ↵James Adam
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).
2009-11-05parse error fixToon Claes
2009-11-05Enabled colors in ls and made it possible to theme themToon Claes
2009-11-04Joined the appearance so the theme can apply LSCOLORS tooToon Claes
2009-11-01Adding devlog alias for tailing development.log for RailsRobby Russell
2009-10-26Fixing some conflict residue that I missed in a commit/merge:Robby Russell
2009-10-26Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into ↵Robby Russell
mrinterweb/master
2009-10-26Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67Robby Russell
2009-10-26lsa now uses coloringGerhard Lazu
2009-10-26ll doesn't show hidden files, lsa doesGerhard Lazu
2009-10-26Merging conflict. 788c9af05684f4b9e39e7f15de2c06c4c8291cbdRobby Russell
2009-10-26Merge branch 'master' of git://github.com/mdonoughe/oh-my-zsh into ↵Robby Russell
mdonoughe/master
2009-10-23Fixed issue #19 'Rake not auto completing'. The stat command syntax that ↵Sean McCleary
was being used was not correct. Or at least on my machine. See man page for the stat command
2009-10-16Fixing mergeToon Claes
2009-10-12Renaming script/server --debug alias to ssd to avoid conflict. Closes #1Robby Russell
2009-10-13added gcp alias (git cherry-pick)James Salter
2009-10-12Added some commentTo1ne
2009-10-11Added more aliases for Rails & gitGerhard Lazu
2009-10-11Added ack-grep searchingGerhard Lazu
2009-10-11Added git diff for vim (gdv)Gerhard Lazu
2009-10-07should probably use the value of CASE_INSENSITIVEMatthew Donoughe
2009-10-07allow case sensitivity to be toggledMatthew Donoughe
2009-10-03Make "-" an alias for "cd -" (cd back to previous directory)Markus Prinz
2009-10-01run update check *after* running custom configuration scripts.Jon Evans
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
2009-09-23Oh My Zsh gets a weekly auto-updater... the future is now!Robby Russell
2009-09-23put everything in libJames Cox
2009-09-23merge upstreamJames Cox
2009-09-23Bumping up history to 10k commandsRobby Russell
2009-09-23Moving all zsh config options into a lib/ subdirectory to make way for some ↵Robby Russell
upcoming changes to directory structure and configuration options