Skip to content

Instantly share code, notes, and snippets.

@raghur
Created August 25, 2020 03:39
Show Gist options
  • Save raghur/cfd414ebc52589190610d2d3557515fa to your computer and use it in GitHub Desktop.
Save raghur/cfd414ebc52589190610d2d3557515fa to your computer and use it in GitHub Desktop.
Show the time command was launched in zsh
AGKOZAK_CUSTOM_RPROMPT='[%D{%L:%M:%S %p}]'
reset-prompt-and-accept-line() {
zle reset-prompt
zle accept-line
}
zle -N reset-prompt-and-accept-line
bindkey '^m' reset-prompt-and-accept-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment