diff --git a/system/.config/custom/env b/system/.config/custom/env index c5269e3..89a30d8 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -157,7 +157,7 @@ function precmd() { # Custom prompt NEWLINE=$'\n' export PS1="┌─" -export PS1="${PS1}%F{red}[%*]%f" +export PS1="${PS1}%F{red}[%D{%H:%I:%S}]%f" export PS1="${PS1}%F{blue}[%m]%f" export PS1="${PS1}%F{yellow}[%~]%f" export PS1="${PS1}"'${(r:$(prompt_width)::─:)}'