Refactor .bashrc; add .bashrc.d drop-in files

This commit is contained in:
Lexi / Zoe 2021-05-28 19:31:58 +02:00
parent eec14ac25d
commit 5981b030c1
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
6 changed files with 135 additions and 122 deletions

View file

@ -1,10 +1,9 @@
#
# ~/.bash_profile
# ~/.bash_profile -- Sourced by bash in login shells only
#
# Run .profile
# Include .profile (contains ENV variables)
[[ -f ~/.profile ]] && . ~/.profile
# Run .bashrc
# Run .bashrc (contains bash settings and aliases)
[[ -f ~/.bashrc ]] && . ~/.bashrc