From 28758856ed05036cb0cd655b49c708863448913a Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 1 Oct 2021 02:59:44 -0700 Subject: [PATCH] zsh: added a newline before the `ls` in gloned() --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c6dcd8f..7bfd7f5 100644 --- a/.zshrc +++ b/.zshrc @@ -364,7 +364,8 @@ echo 'Error: Could not `cd` into the repo' return 1 fi - ls + echo + ls --color=auto } calc() {