Skip to content

Commit

Permalink
fix: remove $PROMPT
Browse files Browse the repository at this point in the history
  • Loading branch information
initbar committed Sep 7, 2023
1 parent 6abeefd commit e0f2ce0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/cli/zsh/zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
. "${_ZSH_PLUGINS}/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh"
. "${_ZSH_PLUGINS}/zsh-completions/zsh-completions.plugin.zsh"
. "${_ZSH_PLUGINS}/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"

export PROMPT="[$(date +%T)] ${PROMPT}"
}

[ -f "/etc/zsh_command_not_found" ] && {
Expand Down

0 comments on commit e0f2ce0

Please sign in to comment.