From 37eb4191a6ccc1f7da0157efde68f606043d4180 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 4 Sep 2022 22:30:59 -0700 Subject: [PATCH] :lipstick: Changed icons of scripts and zshrc --- scripts/bgit | 2 +- scripts/dependencycheck | 4 ++-- zshrc.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bgit b/scripts/bgit index 5cb10222..d4dd8a13 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -331,7 +331,7 @@ else echo "${txtblue}פֿ MODIFIED: ${txtblue}$modified" fi if [[ $deleted ]]; then - echo "${txtred} DELETED: ${txtred}$deleted" + echo "${txtred} DELETED: ${txtred}$deleted" fi while true diff --git a/scripts/dependencycheck b/scripts/dependencycheck index 74732853..1a0a5dd6 100755 --- a/scripts/dependencycheck +++ b/scripts/dependencycheck @@ -18,7 +18,7 @@ function dependencycheck() for ((i = 0; i < numdependencies; i++)) ; do if ! command -v "${dependencies[$i]}" &> /dev/null ; then - echo "${txtred} dependency not met: ${dependencies[$i]}${txtwhite}" + echo "${txtred}  dependency not met: ${dependencies[$i]}${txtwhite}" missingdependencies=$((missingdependencies+1)) fi done @@ -28,7 +28,7 @@ function dependencycheck() exit 1 # comment out if using in other scripts else - echo "${txtgreen} All dependencies met!" + echo "${txtgreen}  All dependencies met!" fi } diff --git a/zshrc.txt b/zshrc.txt index 0276120a..690f2f1d 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -74,7 +74,7 @@ precmd() { vcs_info } # git info/styling for prompt zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:*' unstagedstr '%B%F{yellow} ' -zstyle ':vcs_info:*' stagedstr '%B%F{green} ' +zstyle ':vcs_info:*' stagedstr '%B%F{green} ' zstyle ':vcs_info:git:*' formats '%b%u%c' zstyle ':vcs_info:git:*' actionformats '%b|%a%u%c'