summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index ca1cca0..82fcf9f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -16,7 +16,7 @@ autoload -Uz bashcompinit && bashcompinit
zstyle ':completion:*' menu select
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
-PROMPT='%F{green}%n@%m%f %F{yellow}%~%f '
+PROMPT='%F{#C9DE95}%n@%m%f %F{#F6D99D}%~%f '
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
@@ -72,9 +72,6 @@ fi
source "$SYNTAX_HIGHLIGHTING/zsh-syntax-highlighting.zsh"
-
-
-
# tmux shit
if command -v tmux >/dev/null 2>&1; then
if [ -z "$TMUX" ] && [ -n "$PS1" ] && [[ "$TERM" != "linux" ]]; then