File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ plug() {
46
46
}
47
47
48
48
_pull () {
49
- echo " 🔌$1 "
49
+ echo " 🔌 $1 "
50
50
git pull > /dev/null 2>&1
51
51
if [ $? -ne 0 ]; then echo " Failed to update $1 " && exit 1; fi
52
52
echo -e " \e[1A\e[K⚡$1 "
@@ -61,7 +61,7 @@ _zap_clean() {
61
61
fi
62
62
done
63
63
if [ ${# unused_plugins[@]} -eq 0 ]; then
64
- echo " Nothing to remove"
64
+ echo " ✅ Nothing to remove"
65
65
else
66
66
for p in ${unused_plugins[@]} ; do
67
67
echo -n " Remove: $p ? (y/n): "
@@ -115,7 +115,7 @@ _zap_version() {
115
115
ref=$ZAP_DIR /.git/packed-refs
116
116
tag=$( awk ' BEGIN { FS = "[ /]" } { print $3, $4 }' $ref | grep tags)
117
117
ver=$( echo $tag | cut -d " " -f 2)
118
- echo " \n ⚡Zap Version v$ver \n "
118
+ echo " ⚡Zap Version v$ver "
119
119
}
120
120
121
121
typeset -A opts
You can’t perform that action at this time.
0 commit comments