From da66b28f99b9bb56173ccc48e1953db8ea65dc7b Mon Sep 17 00:00:00 2001 From: sheepla <62412884+sheepla@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:00:41 +0900 Subject: [PATCH] Modifiable lang from env (#10) * [update] language can be set with env var * [update] add Configuration term * [fix] fix page url language * [fmt] * [fix] fix markdown expression --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1fb978..6935d75 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ FZWIKI_LANG="ja" fzwiki ... # --> search from ja.wikipedia.org instead of en.wik If you want to make the setting persistent, add the following line to your rc file of the shell. -- **bash** (`~/.bashrc`) or **zsh** (~/.zshrc): + +- **bash** (`~/.bashrc`) or **zsh** (`~/.zshrc`): ```bash export FZWIKI_LANG="ja"