Skip to content

Commit 1cdfdab

Browse files
committed
coloredLof output fixed
1 parent 4d82379 commit 1cdfdab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EasyKey.git/ezk-git-atuc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function resetToCommitHard () {
4747
while ${continuemenu:=true}; do
4848
clear
4949
menuInit "Undoing changes"
50-
coloredLog " ALWAYS PREFER REVERT " "$clrPurple" "$clrWhite"
50+
coloredLog " ALWAYS PREFER REVERT " "$clrPurple" "$clrWhite" && printf "\n\r"
5151
submenuHead "Undoing changes"
5252
menuItem a "Revert last commit - (keep commit history - create new commit)" revertLastCommit
5353
menuItem b "Revert commit - (keep commit history - create new commit)" revertToCommit

EasyKey.git/ezk-git-loca.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ for (( i = 0; i < ${#gitlocations[@]}; i++ )); do
6363
IFS=$IFSOLD
6464
menuItem "${arrIN[0]}" "${arrIN[1]}" "${arrIN[2]} ${arrIN[3]}"
6565
done
66-
if $uncached; then coloredLog "NEW" "1;42"; else coloredLog "CACHED" "1;42"; fi
66+
if $uncached; then coloredLog "NEW" "1;42" && printf "\n\r"; else coloredLog "CACHED" "1;42" && printf "\n\r"; fi
6767
submenuHead "Shortcuts"
6868
menuItem X "Purge git dir cache" purgDirCache
6969
startMenu

0 commit comments

Comments
 (0)