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'