Skip to content

Commit

Permalink
improve: Align header printouts with update info message
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Apr 30, 2024
1 parent 5f57327 commit b984ad2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 42free.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ bright_blue="\e[94m"
bright_cyan="\e[96m"

header="
${bold}${bright_yellow}📁 42free 📁${reset}"
${bold}${bright_yellow}📁 42free 📁${reset}"
tagline="\
${bold}${bright_yellow}Never run \`ncdu\` again${reset}"
${bold}${bright_yellow}Never run \`ncdu\` again${reset}"
delim_small="\
--------------------------------"
--------------------------------"
delim_big="\
${underlined} ${reset}"
${underlined} ${reset}"

# Indicators
indicator_error="${bold}${red}ERROR:${reset}"
Expand Down

0 comments on commit b984ad2

Please sign in to comment.