RPS1 fix, uncommented selfmade ps1 for now

master
Felix Pankratz 5 years ago
parent 71c4164036
commit bd4027462a

@ -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'

Loading…
Cancel
Save