commit ee30cadd7a23bb5228269d3da67253a203a32908
parent f370647472a890f1ac6a895485ce24edfcc56a9b
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 27 Nov 2023 12:05:22 +0100
tools/emacs: use fish path style in epe (eshell)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/emacs/config/config-shells.el b/tools/emacs/config/config-shells.el
@@ -208,6 +208,8 @@ any directory proferred by `consult-dir'."
(eshell-highlight-prompt nil)
(eshell-prompt-function 'vde-theme-lambda)
:config
+ (setq epe-path-style 'fish
+ epe-fish-path-max-len 20)
(defun vde-kubernetes-current-context ()
"Return the current context"
(if (not (string-empty-p (getenv "KUBECONFIG")))