projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: minor tweaks
[~bandali/configs]
/
.bash_profile
diff --git
a/.bash_profile
b/.bash_profile
index
f41056d
..
61cb5cf
100644
(file)
--- a/
.bash_profile
+++ b/
.bash_profile
@@
-1,7
+1
@@
-include () {
- [[ -f "$1" && -r "$1" ]] && source "$1"
-}
-
-include ~/.profile
-include ~/.nix-profile/etc/profile.d/nix.sh
-include ~/.bashrc
+if [ -f "$HOME/.profile" ]; then . "$HOME/.profile"; fi