From bd4027462a33682f0bea66fa004ca82ae213c6a8 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Wed, 26 Feb 2020 18:52:55 +0100 Subject: [PATCH] RPS1 fix, uncommented selfmade ps1 for now --- .zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 854aecd..28f0356 100644 --- a/.zshrc +++ b/.zshrc @@ -7,10 +7,10 @@ compinit promptinit # This will set the default prompt to the fade theme -# prompt fade green +prompt fade green # Return Code on right prompt -RPS1='[%F{yellow}$?%f]' +RPS1='[%F{yellow}%?%f]' # thanks to slashbeast for these ones # Fancy cd that can cd into parent directory, if trying to cd into file. @@ -60,8 +60,8 @@ precmd() { setup_git_prompt } -PS1='%F{green}%B%K{green}█▓▒░%F{white}%K{green}%B%n@%m%b%F{green}%K{black}█▓▒░%F{white}%K{black}%B %D{%a %b %d} %D{%I:%M:%S%P} -%}%F{green}%K{black}%B%~/%b%k${git_prompt}%f ' +# PS1='%F{green}%B%K{green}█▓▒░%F{white}%K{green}%B%n@%m%b%F{green}%K{black}█▓▒░%F{white}%K{black}%B %D{%a %b %d} %D{%I:%M:%S%P} +# %}%F{green}%K{black}%B%~/%b%k${git_prompt}%f ' # aliases alias grep='grep --colour=auto' alias ll='ls -alFh'