diff --git a/dot_zsh_functions b/dot_zsh_functions index 585a9cc..d4c1f19 100644 --- a/dot_zsh_functions +++ b/dot_zsh_functions @@ -29,7 +29,7 @@ bold() { printf "${bold}%s${reset}\n" "$@" } note() { - printf "${underline}${bold}${blue}Note:${reset} ${blue}%s${reset}\n" "$@" + printf "${underline}${bold}${blue}Note:${reset} ${blue}%s${reset}\n" "$@" } function substring() { local _length=${#1}