diff --git a/emacs/init.org b/emacs/init.org index 26dbb7c..ae6286e 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2140,9 +2140,10 @@ A function to properly clear the eshell: Some aliases: #+BEGIN_SRC emacs-lisp - (defvar eshell-aliases + (setq eshell-aliases '(("k" . "kubectl $*") - ("kctx" . "kubectx $*"))) + ("kctx" . "kubectx $*") + ("root" . "cd (projectile-project-root)"))) (add-hook 'eshell-mode-hook (lambda ()