diff options
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/.zshrc | 2 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 4 |
2 files changed, 4 insertions, 2 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%}" diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 65b3c3d..edea077 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -24,9 +24,9 @@ alias \ bc='bc -l' \ mkf='gmake fclean' \ mkc='gmake clean' \ - mk='gmake -j9' \ + mk='gmake -j5' \ bmkc='make clean' \ - bmk='make -j9' \ + bmk='make -j5' \ web='w3m https://duckduckgo.com/' \ mpv='mpv --audio-channels=stereo' \ bat='bat --style=plain --tabs 4 --paging=always -f' \ |