fix sourcing line
This commit is contained in:
parent
8ed34c9293
commit
0ea1b10d90
2
.profile
2
.profile
@ -2,7 +2,7 @@
|
|||||||
if [ -n "$BASH_VERSION" ]; then
|
if [ -n "$BASH_VERSION" ]; then
|
||||||
|
|
||||||
# source all the things
|
# source all the things
|
||||||
for file in ~/.{bash_aliases,bash_prompt,bashrc,bash_prompt}; do
|
for file in ~/.{bashrc,bash_prompt,bash_aliases}; 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