source optional private file
This commit is contained in:
parent
e5b61becc6
commit
6fe08f5c69
2
.profile
2
.profile
@ -4,7 +4,7 @@
|
|||||||
if [ -n "$BASH_VERSION" ]; then
|
if [ -n "$BASH_VERSION" ]; then
|
||||||
|
|
||||||
# source all the things
|
# source all the things
|
||||||
for file in ~/.{bashrc,bash_prompt,bash_aliases}; do
|
for file in ~/.{bashrc,bash_prompt,bash_aliases,private}; do
|
||||||
[ -r "$file" ] && [ -f "$file" ] && source "$file"
|
[ -r "$file" ] && [ -f "$file" ] && source "$file"
|
||||||
done;
|
done;
|
||||||
unset file;
|
unset file;
|
||||||
|
Loading…
Reference in New Issue
Block a user