Skip to content

Instantly share code, notes, and snippets.

@jeremybarbet
Last active August 22, 2023 12:39
Show Gist options
  • Select an option

  • Save jeremybarbet/b53abdaf24bb41d312756e55668072f1 to your computer and use it in GitHub Desktop.

Select an option

Save jeremybarbet/b53abdaf24bb41d312756e55668072f1 to your computer and use it in GitHub Desktop.
rvm_log()
{
[[ ${rvm_quiet_flag} == 1 ]] && return
+ printf "%b" "$*"
- printf "%b" "$*\n"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment