diff --git a/.zsh/lib/completion.zsh b/.zsh/lib/completion.zsh index 09f1f3b..d6b0e94 100644 --- a/.zsh/lib/completion.zsh +++ b/.zsh/lib/completion.zsh @@ -49,7 +49,7 @@ zstyle ':completion:*:hosts' hosts $hosts # Use caching so that commands like apt and dpkg complete are useable zstyle ':completion::complete:*' use-cache 1 -zstyle ':completion::complete:*' cache-path ~/.oh-my-zsh/cache/ +zstyle ':completion::complete:*' cache-path ~/.zsh/cache/ # Don't complete uninteresting users zstyle ':completion:*:*:*:users' ignored-patterns \ diff --git a/.zsh/lib/promt.zsh b/.zsh/lib/promt.zsh index 59bd20c..1e18d51 100644 --- a/.zsh/lib/promt.zsh +++ b/.zsh/lib/promt.zsh @@ -22,4 +22,5 @@ zstyle ':vcs_info:*' formats ':%b%c%u%f' zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r' precmd () { vcs_info } -PROMPT='[%n@%m %~${vcs_info_msg_0_}] %{$reset_color%}' \ No newline at end of file +PROMPT='[%{$fg[blue]%}%n@%m%{$reset_color%} %~%{$fg[green]%}${vcs_info_msg_0_}%{$reset_color%}] %{$reset_color%}' +# RPROMPT='%{$fg[blue]%}%n@%m%{$reset_color%}'