term/eshell: alias cdp to cd-to-project
This commit is contained in:
parent
d52abd37f7
commit
eae7ca2c57
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue