Skip to content

Instantly share code, notes, and snippets.

@d12frosted
Created April 23, 2015 10:38
Show Gist options
  • Save d12frosted/26fb52a8290d2ce77e4a to your computer and use it in GitHub Desktop.
Save d12frosted/26fb52a8290d2ce77e4a to your computer and use it in GitHub Desktop.
function __prompt_duration
if test $CMD_DURATION
if test $CMD_DURATION -ge 8000
set_color white
echo -esn ' ~> duration: '
set_color yellow
echo -es $CMD_DURATION ' ms'
set_color normal
if hash terminal-notifier ^ /dev/null
echo -es 'Finished in ' $CMD_DURATION ' ms' | terminal-notifier
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment