mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-12-19 04:07:49 +08:00
bug fix (Fri Jan 6 15:11:24 CST 2023)
This commit is contained in:
parent
f879ca6bd0
commit
9ab5b608c8
@ -87,7 +87,7 @@ prepare_config()
|
||||
fmt_note "preparing dotfiles configurations ..."
|
||||
local key value
|
||||
for i in "${DFS_CONFIGS[@]}"; do
|
||||
if [[ $i =~ *=* ]]; then
|
||||
if [[ "$i" == *"="* ]]; then
|
||||
key=${i%%=*}
|
||||
value=${i#*=}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user