mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-24 21:46:52 +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…
Reference in New Issue
Block a user