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.

10 lines
200 B

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