zsh: fix c
alias to support 0 arguments
This commit is contained in:
@@ -190,7 +190,7 @@ in
|
|||||||
# TODO: move to `shellAliases` config?
|
# TODO: move to `shellAliases` config?
|
||||||
function c() {
|
function c() {
|
||||||
# list a dir after entering it
|
# list a dir after entering it
|
||||||
cd "$1"
|
cd "$@"
|
||||||
eza --oneline
|
eza --oneline
|
||||||
}
|
}
|
||||||
function deref() {
|
function deref() {
|
||||||
|
Reference in New Issue
Block a user