Skip to content

Instantly share code, notes, and snippets.

@exodist
Created March 13, 2014 22:18
Show Gist options
  • Save exodist/9538247 to your computer and use it in GitHub Desktop.
Save exodist/9538247 to your computer and use it in GitHub Desktop.
zsh expansion issue
exodist@Aswan $ setopt PROMPT_SUBST
exodist@Aswan $ function foo() { date +%s }
exodist@Aswan $ export RPROMPT="%{$(foo)%}"
exodist@Aswan $ 1394749035
exodist@Aswan $ 1394749035
exodist@Aswan $ 1394749035
exodist@Aswan $ 1394749035
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment