zsh: added a newline before the ls in gloned()

This commit is contained in:
PowerUser64 2021-10-01 02:59:44 -07:00
parent f03d45fb4b
commit 28758856ed

3
.zshrc
View file

@ -364,7 +364,8 @@
echo 'Error: Could not `cd` into the repo' echo 'Error: Could not `cd` into the repo'
return 1 return 1
fi fi
ls echo
ls --color=auto
} }
calc() { calc() {