Function: sh-cd-here
sh-cd-here is an interactive and byte-compiled function defined in
sh-script.el.gz.
Signature
(sh-cd-here)
Documentation
Change directory in the current interaction shell to the current one.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defun sh-cd-here ()
"Change directory in the current interaction shell to the current one."
(interactive)
(sh-send-text (concat "cd " default-directory)))