dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 73ebdbbe925d037160e9e1bd67dbc2ac8f777687
parent 6cbe36c79bd818e83d9569a5364fc7f465053c98
Author: Bharatvaj <bharatvaj@yahoo.com>
Date:   Tue,  2 Aug 2022 23:27:29 +0530

Fix: Colorless '$' prompt is back!

Sometimes the red color directory coloring is indistinguishable from
errors. Too much red hurts my eyes.

Diffstat:
M.config/bash/bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/bash/bashrc b/.config/bash/bashrc @@ -6,6 +6,6 @@ export PATH="${PATH}:${PATH_EXPORTS[*]}" [ -f ${XDG_CONFIG_HOME}/bash/autojump.bash ] && ${XDG_CONFIG_HOME}/bash/autojump.bash -PS1='\033[0;31m\w \033[0;37m$\033[0m ' +PS1='\w $ ' [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh