do not quote shell glob
parent
b1856d8b2f
commit
3fc403bf9a
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
if [ -d "$HOME/.config/bash" ]; then
|
if [ -d "$HOME/.config/bash" ]; then
|
||||||
for rc in "$HOME/.config/bash/*"; do
|
for rc in $HOME/.config/bash/*; do
|
||||||
if [ -f "$rc" ]; then
|
if [ -f "$rc" ]; then
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
. "$rc"
|
. "$rc"
|
||||||
|
|
Loading…
Reference in New Issue