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

bindkey -e
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
%F{cyan}$ %F{white}"
RPROMPT=
alias ls="ls --color=auto"
alias vi=vim