Commit ee30cadd7a23

Vincent Demeester <vincent@sbr.pm>
2023-11-27 12:05:22
tools/emacs: use fish path style in epe (eshell)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f370647
Changed files (1)
tools
emacs
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")))