summaryrefslogtreecommitdiff
path: root/lib/directories.zsh
AgeCommit message (Collapse)Author
2014-10-22Don't set auto_name_dirs because it messes up promptsMarc 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-23Merge pull request #1565 from serdardalgic/autoenv-pluginRobby Russell
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv.
2013-04-23Merge pull request #1582 from To1ne/pushdminusRobby Russell
use pushdminus
2013-02-04use pushdminusToon Claes
2013-01-25Add autoenv plugin, which adopts using Kenneth Reitz's autoenv intoSerdar Dalgıç
oh-my-zsh.
2012-12-04Merge pull request #1273 from ystein/masterRobby Russell
Typo in cd-wrapper
2012-12-02Removing mcd as it conflicts with mtoolsRobby Russell
2012-08-05fix typo in cd-wrapperYannik Stein
2012-02-28made the 'd' alias only show the directories that can be cd'ed to using the ↵Alex Light
number aliases
2011-06-05AliasesAndrew Hodges
Modify directory listing aliases to make more sense. Remove conflicting helper function (mcd conflicts with mtools).
2010-12-21Added function to mkdir and immediately change to itDerek Prior
2009-09-23put everything in libJames Cox