Marc Cornellà
|
36e05e95ad
|
Don't set auto_name_dirs because it messes up prompts
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
|
2014-10-22 15:39:27 +02:00 |
|
Robby Russell
|
685c746cc7
|
Merge pull request #1565 from serdardalgic/autoenv-plugin
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv.
|
2013-04-23 20:33:50 -07:00 |
|
Robby Russell
|
b61555d7c0
|
Merge pull request #1582 from To1ne/pushdminus
use pushdminus
|
2013-04-23 20:16:41 -07:00 |
|
Toon Claes
|
fe4c2379c4
|
use pushdminus
|
2013-02-04 22:21:34 +01:00 |
|
Serdar Dalgıç
|
4c91f6d13e
|
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv into
oh-my-zsh.
|
2013-01-25 13:23:40 +02:00 |
|
Robby Russell
|
421a738b49
|
Merge pull request #1273 from ystein/master
Typo in cd-wrapper
|
2012-12-04 06:36:45 -08:00 |
|
Robby Russell
|
11ff3b642d
|
Removing mcd as it conflicts with mtools
|
2012-12-02 12:05:58 -08:00 |
|
Yannik Stein
|
9172b3a89f
|
fix typo in cd-wrapper
|
2012-08-05 22:51:11 +03:00 |
|
Alex Light
|
d693711f14
|
made the 'd' alias only show the directories that can be cd'ed to using the number aliases
|
2012-02-28 13:52:57 -05:00 |
|
Andrew Hodges
|
25adbe81a5
|
Aliases
Modify directory listing aliases to make more sense. Remove conflicting helper
function (mcd conflicts with mtools).
|
2011-06-05 08:08:58 -04:00 |
|
Derek Prior
|
2b03b95122
|
Added function to mkdir and immediately change to it
|
2010-12-21 14:28:40 -05:00 |
|
James Cox
|
f363c025da
|
put everything in lib
|
2009-09-23 16:14:43 +01:00 |
|