Variable: eshell-dirstack
eshell-dirstack is a variable defined in em-dirs.el.gz.
Value
nil
Documentation
List of directories saved by pushd in the Eshell buffer.
Thus, this does not include the current directory.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-dirs.el.gz
;;; Internal Variables:
(defvar eshell-dirstack nil
"List of directories saved by pushd in the Eshell buffer.
Thus, this does not include the current directory.")