From a65108b731e772fadf383158eb44313c7c54787e Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 2 May 2022 23:02:43 -0600 Subject: idk, did some nvim stuff and xinitrc tweaks --- bash/.bash/02-prompt.bash | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bash/.bash/02-prompt.bash') diff --git a/bash/.bash/02-prompt.bash b/bash/.bash/02-prompt.bash index 51b7972..45c7821 100644 --- a/bash/.bash/02-prompt.bash +++ b/bash/.bash/02-prompt.bash @@ -94,7 +94,12 @@ function _git_prompt() { # [ bryson@hostname /current/path ] # $ #export _PS1="\[$lgray\][ \[\e[1m$color1\]\u\[$color2\]@\[$color3\]\h \[$color4\]\w \[\e[0m$lgray\]]" -export _PS1="\[\e[$lgray\][ \[$LBLUE\]\u\[$lcyan\]@\[$GREEN\]\h \[$LYELLOW\]\w \[$lgray\]]" +#export _PS1="\[\e[$lgray\][ \[$LBLUE\]\u\[$lcyan\]@\[$GREEN\]\h \[$LYELLOW\]\w \[$lgray\]]" +#export _PS2="\[$dgray\]" + +# [ bryson@hostname path ] +# $ +export _PS1="\[\e[$lgray\][ \[$LBLUE\]\u\[$lcyan\]@\[$GREEN\]\h \[$LYELLOW\]\W \[$lgray\]]" export _PS2="\[$dgray\]" # define x titlebar -- cgit v1.2.3