diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -14,12 +14,7 @@ export HISTCONTROL=ignoredups:erasedups export EDITOR='vim' export TERM="xterm-256color" export GREP_OPTIONS="--color=auto" -if [ -f /etc/os-release ]; then - . /etc/os-release - export PS1="[$ID@\h]: \W \$ " -else - export PS1='[\h]: \W \$ ' -fi +export PS1='[\h]: \W \$ ' export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 |
