Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-22 | Don't set auto_name_dirs because it messes up prompts | Marc Cornellà | |
From http://zsh.sourceforge.net/Doc/Release/Options.html#Completion-4 > AUTO_NAME_DIRS > Any parameter that is set to the absolute name of a directory immediately > becomes a name for that directory, that will be used by the ‘%~’ and > related prompt sequences, and will be available when completion is performed > on a word starting with ‘~’. > (Otherwise, the parameter must be used in the form ‘~param’ first.) Explained in more detail in https://github.com/wayneeseguin/rvm/issues/3091#issuecomment-60083194 Related issues: https://github.com/robbyrussell/oh-my-zsh/issues/2857 https://github.com/robbyrussell/oh-my-zsh/issues/3238 https://github.com/wayneeseguin/rvm/issues/3091 | |||
2013-04-23 | Merge pull request #1565 from serdardalgic/autoenv-plugin | Robby Russell | |
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv. | |||
2013-04-23 | Merge pull request #1582 from To1ne/pushdminus | Robby Russell | |
use pushdminus | |||
2013-02-04 | use pushdminus | Toon Claes | |
2013-01-25 | Add autoenv plugin, which adopts using Kenneth Reitz's autoenv into | Serdar Dalgıç | |
oh-my-zsh. | |||
2012-12-04 | Merge pull request #1273 from ystein/master | Robby Russell | |
Typo in cd-wrapper | |||
2012-12-02 | Removing mcd as it conflicts with mtools | Robby Russell | |
2012-08-05 | fix typo in cd-wrapper | Yannik Stein | |
2012-02-28 | made the 'd' alias only show the directories that can be cd'ed to using the ↵ | Alex Light | |
number aliases | |||
2011-06-05 | Aliases | Andrew Hodges | |
Modify directory listing aliases to make more sense. Remove conflicting helper function (mcd conflicts with mtools). | |||
2010-12-21 | Added function to mkdir and immediately change to it | Derek Prior | |
2009-09-23 | put everything in lib | James Cox | |