source optional private file
This commit is contained in:
parent
e5b61becc6
commit
6fe08f5c69
4
.profile
4
.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;
|
||||||
@ -24,4 +24,4 @@ fi
|
|||||||
# The next line enables shell command completion for gcloud.
|
# The next line enables shell command completion for gcloud.
|
||||||
if [ -f /home/m/code/google-cloud-sdk/completion.bash.inc ]; then
|
if [ -f /home/m/code/google-cloud-sdk/completion.bash.inc ]; then
|
||||||
source '/home/m/code/google-cloud-sdk/completion.bash.inc'
|
source '/home/m/code/google-cloud-sdk/completion.bash.inc'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user