为 aspell 创建配置文件

为 aspell 创建配置文件

安装后aspell我正在寻找任何配置文件

~$ aspell dump config
# conf (string)
#   main configuration file
# default: aspell.conf

# conf-dir (string)
#   location of main configuration file
# default: /etc
.
.
.

但我找不到

~$ sudo find / -iname "*aspell*.conf"

如何创建全局配置文件,只需执行sudo aspell --conf "aspell.conf" --conf-dir "/etc"

:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.1 LTS
Release:        16.04
Codename:       xenial

答案1

创建一个: /etc/aspell.conf

或者在较新的版本中,我相信它位于:/usr/local/etc

相关内容