diff --git a/zshrc b/zshrc index 2e04ab4..95e4ac8 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,7 @@ bindkey -e bindkey "^[[H" beginning-of-line bindkey "^[[F" end-of-line +bindkey "^[[3~" delete-char PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k %F{cyan}$ %F{white}"