Skip to content

Commit 3cf7502

Browse files
chore: cleanup some spacing (#64)
1 parent 81b211b commit 3cf7502

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zap.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ plug() {
4646
}
4747

4848
_pull() {
49-
echo "🔌$1"
49+
echo "🔌 $1"
5050
git pull > /dev/null 2>&1
5151
if [ $? -ne 0 ]; then echo "Failed to update $1" && exit 1; fi
5252
echo -e "\e[1A\e[K⚡$1"
@@ -61,7 +61,7 @@ _zap_clean() {
6161
fi
6262
done
6363
if [ ${#unused_plugins[@]} -eq 0 ]; then
64-
echo "Nothing to remove"
64+
echo "Nothing to remove"
6565
else
6666
for p in ${unused_plugins[@]}; do
6767
echo -n "Remove: $p? (y/n): "
@@ -115,7 +115,7 @@ _zap_version() {
115115
ref=$ZAP_DIR/.git/packed-refs
116116
tag=$(awk 'BEGIN { FS = "[ /]" } { print $3, $4 }' $ref | grep tags)
117117
ver=$(echo $tag | cut -d " " -f 2)
118-
echo "\n ⚡Zap Version v$ver \n"
118+
echo "⚡Zap Version v$ver"
119119
}
120120

121121
typeset -A opts

0 commit comments

Comments
 (0)