mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
term/eshell: alias cdp to cd-to-project
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user