summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-01 09:40:43 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-01 09:40:43 +0200
commit3288d67c3d950af2e4ee4a65257406d94cdece20 (patch)
tree174033d5eaf3c7f1c5d044fa6fe8efc933461b80 /.config/zsh/.zshrc
parentdtwm changes (diff)
parentupdate (diff)
downloaddotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.gz
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.bz2
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.xz
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.zst
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.zip
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 6af7f1d..b26ff59 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -102,5 +102,7 @@ bindkey -v "^ " globalias
bindkey -v " " magic-space
bindkey -M isearch " " magic-space
+export LANG='en_US.UTF-8'
+
PROMPT="%B%{$fg[red]%}%M %{$fg[blue]%}%c%{$fg[red]%}%#%{$reset_color%} "
RPROMPT="%{$fg_bold[red]%}%(?..%?)%{$reset_color%}"