Skip to content

Commit

Permalink
display original prompt on the right at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Sep 17, 2024
1 parent 7e2db72 commit 607b187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/setup/savvy.fish
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function __savvy_run_prompt --description "Modify prompt for Savvy run"
and test (count $SAVVY_COMMANDS) -gt 0
and test "$SAVVY_NEXT_STEP" -lt (count $SAVVY_COMMANDS)
set -l num (math $SAVVY_NEXT_STEP + 1)
echo -n $original_right_prompt
echo -n (set_color green)"($num/(count $SAVVY_COMMANDS))"(set_color normal)
end
echo -n $original_right_prompt
Expand Down

0 comments on commit 607b187

Please sign in to comment.