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.
 
 

19 lines
343 B

bindkey -e
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char
path+=("~/bin")
path+=("$HOME/software/depot_tools")
EDITOR=vim
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E
%k%F{cyan}$%f "
RPROMPT=
HISTFILESIZE=100000000
HISTSIZE=10000
setopt INC_APPEND_HISTORY
alias ls="ls --color=auto"
alias vi=vim