From eee6a71ac8d60512dc2fa4265ec332359f77a055 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Tue, 20 Dec 2022 13:32:17 -0500 Subject: [PATCH] update default PS1 and change location of local bashrc --- config/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bash/.bashrc b/config/bash/.bashrc index 49f675e..40c3a34 100644 --- a/config/bash/.bashrc +++ b/config/bash/.bashrc @@ -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)