Compare commits

..

No commits in common. "db2e9480f6897bba2588c587a39c1503d1ab637d" and "2e75a651e20b52381f46ea06286ffb3348a09a6e" have entirely different histories.

5
zshrc
View File

@ -4,11 +4,10 @@ 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 "
PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
%F{cyan}$ %F{white}"
RPROMPT=
HISTFILESIZE=100000000