zsh: new c
helper to change into a dir and list it
This commit is contained in:
@@ -161,9 +161,13 @@ in
|
||||
|
||||
# extra aliases
|
||||
# TODO: move to `shellAliases` config?
|
||||
function c() {
|
||||
cd "$1"
|
||||
l
|
||||
}
|
||||
function nd() {
|
||||
mkdir -p "$1";
|
||||
pushd "$1";
|
||||
mkdir -p "$1"
|
||||
pushd "$1"
|
||||
}
|
||||
|
||||
function repo() {
|
||||
|
Reference in New Issue
Block a user