Skip to content

Commit

Permalink
feat: update encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
initbar committed Nov 30, 2023
1 parent 6e92b89 commit 1eb75d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/cli/zsh/zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@

{
export GREP_COLORS="mt=97;45"
export LANG="C"
export LANGUAGE="C"
export LC_ALL="C"
export LC_CTYPE="C"
export LANG="C.UTF-8"
export LANGUAGE="C.UTF-8"
export LC_ALL="C.UTF-8"
export LC_CTYPE="C.UTF-8"
export LESS_TERMCAP_mb=$(printf '\e[01;31m')
export LESS_TERMCAP_md=$(printf '\e[01;35m')
export LESS_TERMCAP_me=$(printf '\e[0m')
Expand Down

0 comments on commit 1eb75d7

Please sign in to comment.