Skip to content

Commit 5d27457

Browse files
committed
.bash_profile just needs to source .bashrc
1 parent 9aeeb9d commit 5d27457

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.bash_profile

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
[[ -z $already_looped_bash_profiles ]] || return
2-
already_looped_bash_profiles=1
3-
4-
source ~/.../lib/basics
5-
# Get ~/.../src/your-dots/.bash_profile, etc.
6-
...eachsource .bash_profile
7-
8-
...sourceif ~/.bashrc
1+
test -e ~/.bashrc && source ~/.bashrc

0 commit comments

Comments
 (0)