update default PS1 and change location of local bashrc

This commit is contained in:
James Dixon 2022-12-20 13:32:17 -05:00
parent eaaa7f4684
commit eee6a71ac8

View File

@ -305,7 +305,7 @@ parse_git() {
# PS1="${bold}${bright_cyan}\u${bright_magenta}@${bright_yellow}\h${white}:${bright_blue}\w${white}\\$ ${reset}"
# *git color prompts*
# PS1="${bold}${bright_blue}\w\$(parse_git)${white} \\$ ${reset}"
PS1="${bold}${bright_blue}\w\$(parse_git)${white} \\$ ${reset}"
# PS1="${bold}${white}\t ${bright_blue}\w\$(parse_git) ${white}\\$ ${reset}"
# PS1="${bold}${bright_cyan}\u${bright_magenta}@${bright_yellow}\h${white}:${bright_blue}\w\$(parse_git)${white}\\$ ${reset}"
# PS1="${bold}${bright_cyan}\u${bright_magenta}@${bright_yellow}\h${white}:${bright_blue}\w\$(parse_git)${white}\\$ ${reset}"
@ -388,7 +388,7 @@ fi
[ -d "$HOME/.local/scripts" ] && appendpath "$HOME/.local/scripts"
# local rc
[ -r "$HOME/.config/bashrc" ] && source "$HOME/.config/bashrc"
[ -r "$HOME/.config/.bashrc.local" ] && source "$HOME/.config/.bashrc.local"
#}}}
## alias to *new* and *improved* unix cli tools (exa, bat, nvim)