summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-23add fasd pluginAlexander Berezovsky
2012-05-23Load symlink custom filesnatsumesou
`(.)` search only real files. The deletion of it enables searching symlink *.zsh files
2012-05-21Add Sublime Text 2 alias for Linux.Varun Vijayaraghavan
Detects the platform using "uname", and sets the alias accordingly. If you are using Linux, this assumes that you have created a symbolic link to /usr/bin/sublime_text.
2012-05-21Added zp and zps aliases for the SUSE pluginRoey Darwish Dror
2012-05-21Added suse pluginsRoey Darwish Dror
2012-05-20Merge pull request #1026 from dir01/patch-1Robby Russell
Python plugin: added pygrep command, simplified pyclean
2012-05-20Merge pull request #1079 from dylnhdsn/feature/sublime_text_pluginRobby Russell
added aliases for sublime text
2012-05-20Merge pull request #1105 from Drarok/fix-svnRobby Russell
Fix the svn plugin only outputting the 1st path segment
2012-05-20Merge pull request #1111 from jimeh/fix-ZSH_CUSTOM-variableRobby Russell
Fix $ZSH_CUSTOM variable
2012-05-06Load themes from `$ZSH_CUSTOM` instead of `$ZSH/custom`Jim Myhrberg
This seems like a simple oversight, everything else uses `$ZSH_CUSTOM` rather than `$ZSH/custom`.
2012-05-06Suppress "zsh: no matches found" error when $ZSH_CUSTOM has no filesJim Myhrberg
The addition of `(.N)` enables the `NULL_GLOB` option which suppresses the error output in question. Reference: http://www.zsh.org/mla/users/2004/msg00621.html
2012-05-03Don't drop everything after a trailing slash, as this breaks standard svn ↵Mat Gadd
branches: ^/branches/featurename ^/releases/Release-vx.y ^/trunk
2012-04-22changed the alias to use to cli provided by sublime textDylan Hudson
2012-04-19added aliases for sublime textDylan Hudson
2012-04-18Add option to disable status notificationMartin Meredith
For certain git repositories, this slows down usage of the shell horifically. This option can be set with git config --add oh-my-zsh.hide-status 1 which will disable checking/showing the status notification
2012-04-12Added yum aliases for: makecache, grouplist, groupinstall, and groupremove.ntpeters
2012-04-04Added an if-statement to see if git is installedDaniel Lockard
2012-04-04Added subcommands for leiningen 1.7.0Peter Tillemans
2012-03-26Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshfred-o
2012-03-22add maven pluginHenry Yan
2012-03-22Python plugin: added pygrep command, simplified pycleandir01
2012-03-20Add a cat smilie as alias for catmapc
2012-03-17Don't clobber standard Esc+. behavior Mat Schaffer
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
2012-03-16Plugin for encoding strings into base64 and decoding themVitaliy Yanchuk
2012-03-07delete time filedHenry Yan
2012-03-07Disabled title function for emacs term modeJeffrey Dileo
2012-03-06change color of @ to cyanHenry Yan
2012-03-06add hostname behind username, example: henryyan [02:07:20] ~/.oh-my-zsh ↵Henry Yan
git:(master) ✗
2012-03-05move kafeitu.zsh-theme to themes folderHenry Yan
2012-03-05Added kafeitu theme it modified by robbyrussellHenry Yan
2012-03-01current repository actionpomaxa
2012-03-01Pager is 'less -R' to support colored outputsRotem Yaari
2012-03-01Add dircycle plugin: enables cycling through the directory stackRotem Yaari
2012-02-28made the 'd' alias only show the directories that can be cd'ed to using the ↵Alex Light
number aliases
2012-02-21Merge pull request #958 from cruser42/masterCarlos Rodriguez
URGENT: Fix for bug introduced in pull request 925
2012-02-21Fixed bug introduced when fixing issue 896cruser42
2012-02-20Merge pull request #868 from wgriffioen/bundler_add_railsCarlos Rodriguez
added rails to bundled_commands
2012-02-20Merge pull request #925 from cruser42/bugfix/gitversionfixCarlos Rodriguez
Bugfix/gitversionfix
2012-02-20Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshfred-o
2012-02-17blinks theme works with light and dark SolarizedDouglas Creager
The blinks theme now looks good if you're using the light version of the Solarized color scheme, too. It still defaults to the dark version, so it should work as before if you don't override things. If you're using the light version, just set SOLARIZED_THEME to "light" before sourcing oh-my-zsh.
2012-02-08fixed introduced to parse_git_dirtyAleksey Orekhov
2012-02-08changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurateAleksey Orekhov
2012-02-08fixed asterisk display for modified repos in git prior to 1.7.2Aleksey Orekhov
2012-01-27Fixed Mac OS X Terminal.app related issue with extra newlines being printed ↵Darren Clark
out sometimes
2012-01-26Merge pull request #666 from szetobo/rails_runnerCarlos Rodriguez
add rails runner alias
2012-01-26Removed trailing spaces in Git files. Fixes #867Carlos Rodriguez
2012-01-27update rails runner alias to ruszetobo
- avoid rr as it is mostly used for restart rails server
2012-01-26prompt git-remove as deletedTadaya Tsuyukubo
2012-01-26added rails to bundled_commandsWim Griffioen
2012-01-26Merge pull request #663 from gravof/patch-1Carlos Rodriguez
Replace "git-diff" with "git diff" in the git plugin