Variable: eshell-ln-overwrite-files

eshell-ln-overwrite-files is a customizable variable defined in em-unix.el.gz.

Value

nil

Documentation

If non-nil, ln will overwrite files without warning.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defcustom eshell-ln-overwrite-files nil
  "If non-nil, `ln' will overwrite files without warning."
  :type 'boolean
  :group 'eshell-unix)