Variable: eshell-default-target-is-dot

eshell-default-target-is-dot is a customizable variable defined in em-unix.el.gz.

Value

nil

Documentation

If non-nil, the default destination for cp, mv or ln is ..

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defcustom eshell-default-target-is-dot nil
  "If non-nil, the default destination for cp, mv or ln is `.'."
  :type 'boolean
  :group 'eshell-unix)