A
(use-package eshell-prompt-extras
:ensure t
:after (eshell esh-opt)
:custom
(eshell-prompt-function #'epe-theme-dakrone))
Size: a a a
DL
(use-package eshell-prompt-extras
:ensure t
:after (eshell esh-opt)
:custom
(eshell-prompt-function #'epe-theme-dakrone))
VL
VL
VL
Aß
(defun my-abbreviate-filename (filename)
"FILENAME."
(let* ((filename (abbreviate-file-name filename))
(localname (directory-file-name
(file-remote-p filename 'localname))))
(concat (file-remote-p filename)
(replace-regexp-in-string
(rx (not (or "." "/")) (* (not "/")) "/")
(lambda (match)
(string (aref match 0) ?/))
(file-name-directory localname))
(file-name-nondirectory localname))))
Aß
Aß
VL
Aß
Aß
VL
VL
Aß
VL