Skip to content

Commit

Permalink
Modifiable lang from env (#10)
Browse files Browse the repository at this point in the history
* [update] language can be set with env var

* [update] add Configuration term

* [fix] fix page url language

* [fmt]

* [fix] fix markdown expression
  • Loading branch information
sheepla authored Jan 5, 2022
1 parent 8f68a8e commit da66b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da66b28

Please sign in to comment.