diff options
| -rw-r--r-- | .kshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ __get_current_git_branch_name() { # Set prompt: ``username@hostname directory $ '' PS1="\[\e[1;32m\]\u@\h \[\e[1;34m\]\w\[\e[0m\] \[\e[1;31m\]\$(__get_current_git_branch_name)\[\e[0m\] $ " -export LANG="en_US.UTF-8" -export LC_ALL="en_US.UTF-8" +LANG=en_US.UTF-8 +LC_ALL=en_US.UTF-8 # Pager if _exists less; then |
