- May
- 13,594
- 201
Directory history doesn't seem to be working!
When I use DirHistoryOnEntry=Yes, it works.
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:\