Variable: eshell-pushd-dextract

eshell-pushd-dextract is a customizable variable defined in em-dirs.el.gz.

Value

nil

Documentation

If non-nil, make "pushd +n" pop the nth dir to the stack top.

This mirrors the optional behavior of tcsh.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-dirs.el.gz
(defcustom eshell-pushd-dextract nil
  "If non-nil, make \"pushd +n\" pop the nth dir to the stack top.
This mirrors the optional behavior of tcsh."
  :type 'boolean)