Skip to content

Commit

Permalink
chore: add some space before plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Nov 13, 2022
1 parent 3cf7502 commit a0bd088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zap.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _pull() {
echo "🔌 $1"
git pull > /dev/null 2>&1
if [ $? -ne 0 ]; then echo "Failed to update $1" && exit 1; fi
echo -e "\e[1A\e[K⚡$1"
echo -e "\e[1A\e[K⚡ $1"
}

_zap_clean() {
Expand Down

0 comments on commit a0bd088

Please sign in to comment.