Created
April 23, 2015 10:38
-
-
Save d12frosted/26fb52a8290d2ce77e4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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