term/eshell: alias cdp to cd-to-project

This commit is contained in:
Henrik Lissner 2021-02-24 18:27:45 -05:00
parent d52abd37f7
commit eae7ca2c57

View file

@ -33,6 +33,7 @@ buffer.")
("l" "ls -lh $*") ("l" "ls -lh $*")
("ll" "ls -lah $*") ("ll" "ls -lah $*")
("gg" "magit-status") ("gg" "magit-status")
("cdp" "cd-to-project")
("clear" "clear-scrollback")) ; more sensible than default ("clear" "clear-scrollback")) ; more sensible than default
"An alist of default eshell aliases, meant to emulate useful shell utilities, "An alist of default eshell aliases, meant to emulate useful shell utilities,
like fasd and bd. Note that you may overwrite these in your like fasd and bd. Note that you may overwrite these in your