Skip to content

Commit

Permalink
Only set encoding in Baskfile.
Browse files Browse the repository at this point in the history
Rely on environment $LANG and $LC_ALL values.
  • Loading branch information
xwmx committed Apr 23, 2021
1 parent 16015a0 commit 68263f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Baskfile
Expand Up @@ -5,6 +5,9 @@
# Run With Bask: https://github.com/xwmx/bask
###############################################################################

export LANG=en_us.UTF-8
export LC_ALL=en_us.UTF-8

###############################################################################
# Helpers
###############################################################################
Expand Down
4 changes: 2 additions & 2 deletions docs/index.markdown
Expand Up @@ -2322,7 +2322,7 @@ which automatically resizes the form to fit the current terminal window:
```bash
❯ nb browse text:formats/markdown/123 edit
❯nb · text : formats / markdown / 123 · ↓ · editing “· - | +
nb · text : formats / markdown / 123 · ↓ · editing · - | +
[# Daring Fireball: Markdown (daringfireball.net) ]
[ ]
Expand Down Expand Up @@ -4485,7 +4485,7 @@ For more commands and options, run `nb help` or `nb help <subcommand>`
### Help
<p align="center">
<a href="#nb-help">nb</a> –¢
<a href="#nb-help">nb</a>
<a href="#bookmark-help">bookmark</a>
<a href="#subcommands">subcommands</a>
<a href="#plugins-1">plugins</a>
Expand Down
2 changes: 0 additions & 2 deletions nb
Expand Up @@ -67,8 +67,6 @@ set +o noclobber

IFS=$'\n\t'

export LANG=C.UTF-8

###############################################################################
# Environment
###############################################################################
Expand Down

0 comments on commit 68263f6

Please sign in to comment.