feat(zsh-prompt): remove timestamp

This commit is contained in:
Oscar Wallberg
2024-07-31 01:59:39 +02:00
parent eefe054ab4
commit 8ac6a321aa
-3
View File
@@ -34,9 +34,6 @@ function _precmd_hook() {
RPROMPT="$RPROMPT %F{yellow}$_venv_name%f"
fi
# Timestamp
RPROMPT="$RPROMPT %8F%D{%H:%M:%S}%f"
export RPROMPT
}