5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
declare -Ag preferences=(
|
|
[emailClient]="mutt"
|
|
[searchEngine]="google"
|
|
)
|