projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
emacs: update packages
[~bandali/configs]
/
.bash_profile
1
include () {
2
[[ -f "$1" && -r "$1" ]] && source "$1"
3
}
4
5
include ~/.profile
6
include ~/.nix-profile/etc/profile.d/nix.sh
7
[[ $TERM = "eterm-color" || $TERM = "screen" ]] || include ~/.bashrc