I am creating a custom zsh prompt based on this zsh theme https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/jonathan.zsh-theme but I'm having difficulty deciphering this line of code...
local promptsize=${#${(%):---(%n@%m:%l)---()--}}
Could someone please explain it?