Refactor .bashrc; add .bashrc.d drop-in files
This commit is contained in:
parent
eec14ac25d
commit
5981b030c1
6 changed files with 135 additions and 122 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue