mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
test
This commit is contained in:
parent
c6ccc5feb3
commit
3b13ddee71
1 changed files with 4 additions and 3 deletions
|
|
@ -57,14 +57,15 @@ plugins=(git osx vi-mode)
|
||||||
|
|
||||||
# User configuration
|
# 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"
|
# export MANPATH="/usr/local/man:$MANPATH"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
export LANG=en_US.UTF-8
|
#export LANG=en_US.UTF-8
|
||||||
export LC_ALL=en_US.UTF-8
|
#export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
# if [[ -n $SSH_CONNECTION ]]; then
|
# if [[ -n $SSH_CONNECTION ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue