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