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.

17 lines
312 B

3 years ago
3 years ago
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. path+=("~/bin")
  6. PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
  7. %F{cyan}$ %F{white}"
  8. RPROMPT=
  9. HISTFILESIZE=100000000
  10. HISTSIZE=10000
  11. setopt INC_APPEND_HISTORY
  12. alias ls="ls --color=auto"
  13. alias vi=vim