Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Directory history not working with DirHistoryOnEntry=No

May
13,594
201
Directory history doesn't seem to be working!

Code:
v:\> option DirHistoryOnEntry
DirHistoryOnEntry=No

v:\> cdd c:\

c:\> cdd d:\

d:\> cdd t:\

t:\> dirhistory | tail /n 5
C:\Users\vefatica\AppData\Local\Programs\Python\Launcher
T:\
V:\
D:\r
D:\gnu

t:\>

When I use DirHistoryOnEntry=Yes, it works.

Code:
t:\> option //DirHistoryOnEntry=Yes

t:\> cdd v:\

v:\> cdd c:\

c:\> cdd d:\

d:\> cdd t:\

t:\> dirhistory | tail /n 5
D:\gnu
V:\
C:\
D:\
T:\
 
Back
Top