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.

18 lines
323 B

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