mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-15 18:13:08 +00:00
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:
parent
e7972d70d2
commit
dfa46de643
8 changed files with 298 additions and 13 deletions
11
.bash_login
11
.bash_login
|
@ -9,13 +9,4 @@ if [[ -f "$HOME/.env.local" ]]; then
|
|||
export LOCAL_DOTENV_LOADED=true
|
||||
fi
|
||||
|
||||
# Stage 1: Load global bashrc
|
||||
if [[ -f "$HOME/.bashrc" ]]; then
|
||||
source "$HOME/.bashrc"
|
||||
fi
|
||||
|
||||
# Stage 2: Machine specifcs
|
||||
if [[ -f $HOST_SPECIFIC_BASHRC ]]; then
|
||||
source "$HOST_SPECIFIC_BASHRC_PATH"
|
||||
export HOST_SPECIFIC_BASHRC_LOADED=true
|
||||
fi
|
||||
source "$HOME/.profile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue