summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-11-03Completion fixesgwjo
2010-10-09merging in changes from robby's repoSven Lito
2010-10-09Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into philips-...Robby Russell
2010-10-08functions: fix title() to not match any $TERMBrandon Philips
2010-10-09Improving git plugin so it can display much more data. Irakli Gozalishvili
2010-09-30Match xterm-color, the default OS X terminalTrevor Creech
2010-09-30Merge branch 'named_dirs_completion' of http://github.com/kremso/oh-my-zsh in...Robby Russell
2010-09-30Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into kremso-shi...Robby Russell
2010-09-26Do not complete named-directoriesTomas Kramar
2010-08-24Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63Robby Russell
2010-06-05Don't correct hpodder commands.James Rowe
2010-06-05Don't display dotfiles or reverse sort with ll alias.James Rowe
2010-06-05Ignore commands that start with a space.James Rowe
2010-06-05Don't auto-correct ebuild commands.James Rowe
2010-06-03Moving current_branch() to git pluginRobby Russell
2010-06-03Moving some rails and osx-specific functions to their corresponding plugin filesRobby Russell
2010-06-03Removing legacy completion codeRobby Russell
2010-06-03Removing rake completion from lib/ as it was moved to rails pluginRobby Russell
2010-06-03Initial implementation of a new plugin system, so that people can managed whi...Robby Russell
2010-05-28Import rvm promptAlan Harper
2010-05-08share history with your zsh's on the same hostMike Hostetler
2010-05-08two aliases set to 'ss', clobbering rails script/serverDylan Clendenin
2010-05-07Merge remote branch 'jreese/master'Robby Russell
2010-05-06Don't autoselect first completion entry (Fixes #14)kremso
2010-05-06Removing rake autocompletion as this is apparently baked into recent version...Robby Russell
2010-05-06escape sequences so rprompt doesn't mess upcanthiswait
2010-05-06Added scpectrum script for easy 256 color theamingcanthiswait
2010-05-06makes git status prompt 4x fasterAndy Fowler
2010-04-08Ignore errors from compaudit when using `sudo -s`John Reese
2010-03-22Make Shift+Tab move backwards in the menuTomas Kramar
2009-12-27Putting Git related aliases into git.zsh to have them in context.Martin Klepsch
2009-12-27adding quotes to tab()Dale Campbell
2009-12-16Adding a function that will open up a ticket in Lighthouse based on the numbe...Robby Russell
2009-12-13Adding a nocorrect for the heroku command as it was getting triggered by hero...Robby Russell
2009-12-12no correction on gistTo1ne
2009-12-10No correction on mkdir + removed duplicate nocorrect mvTo1ne
2009-12-01RevertToon Claes
2009-11-30Completion from historyToon Claes
2009-11-25Adding current_branch function, which can be used like: git pull origin masterRobby Russell
2009-11-09Modifying changes for issue 25, to fix issue 27Toon Claes
2009-11-09Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshToon Claes
2009-11-09Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support ...Robby Russell
2009-11-09Revert "Whoops, forgot to include this dummy precmd implementation."Robby Russell
2009-11-08Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ...Robby Russell
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
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 g...James Adam
2009-11-05parse error fixToon Claes