1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

updated .bashrc - rectified issue with prompt when an error occured in the last command

This commit is contained in:
Pratik
2019-12-18 01:06:15 +05:30
parent e7cc18b9ab
commit ff08d519fd
+1 -1
View File
@@ -181,7 +181,7 @@ jazz_my_prompt() {
group9="${groupstart}${normalwhite}${timer_show}s${groupend}"
# Position each group where you would like them
PS1="\n${group1}-${group2}-${group3}-${group4}-${group5}-${group9}\n${group8}\n${group6}-${isroot}${reset} "
PS1="\n${group1}-${group2}-${group3}-${group4}-${group5}-${group9}\n${group6}-${group8}\n${isroot}${reset} "
}
if [[ -f ~/.aliases ]]; then