attempting to fix bug
This commit is contained in:
parent
f9109b9026
commit
95522e7ac7
|
@ -1,4 +1,4 @@
|
||||||
# do not edit this file. put files in the dir below.
|
# do not edit this file. put files in the dir below.
|
||||||
for FN in $HOME/Library/bashrc.d/*.sh ; do
|
for FN in $HOME/Library/bashrc.d/*.sh ; do
|
||||||
source $FN
|
source "$FN"
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# do not edit this file. put files in the dir below.
|
# do not edit this file. put files in the dir below.
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
for FN in $HOME/Library/profile.d/*.sh ; do
|
for FN in $HOME/Library/profile.d/*.sh ; do
|
||||||
source $FN
|
source "$FN"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue