chore(global): add ~vern's bash prompt and stuff

Also in this commit:
* Update shellrc files for bash for compat with this. I might work
  on adding checks for oh-my-posh later on.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-01-08 03:02:37 +00:00
parent e7972d70d2
commit dfa46de643
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 298 additions and 13 deletions

View file

@ -7,5 +7,9 @@ if [ -n "$BASH_VERSION" ]; then
fi
fi
export PATH="/usr/local/bin${PATH:+:}$PATH" # ~vern specifics, might work on this soon.
mesg n 2> /dev/null || true
# then import the rest
source "$HOME/.env"
source "$HOME/.config/aliases"