summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-26unset config_file is uselessTomas Kramar
2010-09-25Added theunraveler theme.Jake Bell
2010-09-24ssh-agent modulegwjo
Implement a simple module that automatically launches the ssh-agent when you login and adds your default key. Useful for anyone that does remote work and thus doesn't have access to a keychain tool.
2010-09-21Removed unportable (and unnecessary) grep flagsMatt Cable
2010-09-19Change zdirstore to variableMatt Cable
2010-09-19Added install instructionsMatt Cable
2010-09-19Added installation functionMatt Cable
2010-09-19Move dirpersist to pluginMatt Cable
2010-09-19Escape some metachars that trip up .zdirstore scriptMatt Cable
2010-09-19Escape &'s in path name. Need to find general function for escaping allMatt Cable
shell metacharacters.
2010-09-19Alias popd to remove deleted dirs from persistanceMatt Cable
2010-09-19Initial pass at pesistant directory stackMatt Cable
2010-09-10Adding commentsVivek Prahlad
2010-09-10Adding a plugin with aliases for macportsVivek Prahlad
2010-09-01Merge branch 'pip_plugin'Daniel Schauenberg
2010-09-01Merge branch 'gem_plugin'Daniel Schauenberg
2010-09-01Merge branch 'brew_plugin_fix'Daniel Schauenberg
2010-09-01add pip completion and pluginDaniel Schauenberg
2010-09-01add gem completion function and pluginDaniel Schauenberg
2010-08-30Added the truly epic kennethreitz theme.Kenneth Reitz
2010-08-24Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63Robby Russell
2010-08-20fix problems with brew completionDaniel Schauenberg
- update plugin architecture - completion function in $ZSH/functions/brew - plugins/brew.plugin.zsh only activates
2010-08-19Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2010-08-19Switching to /usr/bin/env zsh instead of /bin/zsh in the installerRobby Russell
2010-08-19add fletcherm theme; a slightly modified copy of an old tonotdo themeMatt Fletcher
2010-08-19add simple mrtazz theme based on robbyrussellDaniel Schauenberg
- simple theme - hostname and current folder on left prompt - git branch and working tree status on the right
2010-08-19update brew plugin from homebrew contributionsDaniel Schauenberg
2010-08-19Merge branch 'master' of http://github.com/AlexBio/oh-my-zsh into AlexBio/masterRobby Russell
2010-08-19Made the user_machine_size calculation generic. Pwned the function name.Josh Price
2010-08-19Added my own theme based on pat'sJosh Price
2010-08-16add candy themeAlessandro Ghedini
2010-06-10Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2010-06-10Adding a ggpnp which does a git pull followed by a git push.Robby Russell
2010-06-07updated the readmetoabi
2010-06-07added plugin to control macports mysql-server installationTobias Birmili
2010-06-05Added my own theme.Takashi Yoshida
2010-06-05Don't correct hpodder commands.James Rowe
2010-06-05Added a minimum zsh version note.James Rowe
2010-06-05Don't display dotfiles or reverse sort with ll alias.James Rowe
The ll alias is a very common default for bash in Linux distributions, so use that definition.
2010-06-05Ignore commands that start with a space.James Rowe
This is useful when you want to use a dangerous command, as it won't be available with history searching.
2010-06-05Don't auto-correct ebuild commands.James Rowe
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
2010-06-03Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2010-06-03Adding some candy to the upgrade scriptRobby Russell
2010-06-03Moving brew functions to it's own pluginRobby Russell
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-03Moving capistrano functions to rails pluginRobby Russell
2010-06-03Updating default .zshrc template file to include plugins declarationRobby Russell