zsh: added a newline before the ls
in gloned()
This commit is contained in:
parent
f03d45fb4b
commit
28758856ed
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -364,7 +364,8 @@
|
|||
echo 'Error: Could not `cd` into the repo'
|
||||
return 1
|
||||
fi
|
||||
ls
|
||||
echo
|
||||
ls --color=auto
|
||||
}
|
||||
|
||||
calc() {
|
||||
|
|
Loading…
Add table
Reference in a new issue