From 3b13ddee71208c9de6d69cc68bce1cddf8c19f32 Mon Sep 17 00:00:00 2001 From: bao3 Date: Sun, 6 Dec 2015 21:35:13 +0800 Subject: [PATCH] test --- templates/zshrc.zsh-template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 528b0006f..9d39bb0e1 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -57,14 +57,15 @@ plugins=(git osx vi-mode) # User configuration -export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" +export PATH="/Users/bao3/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin" +export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH" # export MANPATH="/usr/local/man:$MANPATH" source $ZSH/oh-my-zsh.sh # You may need to manually set your language environment -export LANG=en_US.UTF-8 -export LC_ALL=en_US.UTF-8 +#export LANG=en_US.UTF-8 +#export LC_ALL=en_US.UTF-8 # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then