Compare commits

..

2 Commits

5
zshrc
View File

@ -4,10 +4,11 @@ bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char
path+=("~/bin")
path+=("$HOME/software/depot_tools")
EDITOR=vim
PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
%F{cyan}$ %F{white}"
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E%k
%F{cyan}$%f "
RPROMPT=
HISTFILESIZE=100000000