You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
230 B

3 years ago
3 years ago
  1. bindkey -e
  2. bindkey "^[[H" beginning-of-line
  3. bindkey "^[[F" end-of-line
  4. bindkey "^[[3~" delete-char
  5. PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
  6. %F{cyan}$ %F{white}"
  7. RPROMPT=
  8. alias ls="ls --color=auto"
  9. alias vi=vim