mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
Merge remote-tracking branch 'cadusk/master'
# Conflicts: # templates/zshrc-linux.zsh # templates/zshrc-mac.zsh
This commit is contained in:
commit
02e2063325
1 changed files with 5 additions and 5 deletions
|
|
@ -58,12 +58,12 @@ ZSH_HIGHLIGHT_STYLES[globbing]='none'
|
|||
zstyle ':completion:*:descriptions' format '%B%d%b'
|
||||
|
||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||
if [ -e $HOME/.local/bin ]; then export PATH="$HOME/.local/bin:$PATH"; fi
|
||||
if [ -e $HOME/appengine ]; then export PATH="$HOME/appengine:$PATH"; fi
|
||||
if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi
|
||||
# if [ -e $HOME/.local/bin ]; then export PATH="$HOME/.local/bin:$PATH"; fi
|
||||
# if [ -e $HOME/appengine ]; then export PATH="$HOME/appengine:$PATH"; fi
|
||||
# if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi
|
||||
#
|
||||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
||||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.utf8; fi
|
||||
if [ -z "$LANG" ]; then export LANG=en_US.utf8; fi
|
||||
|
||||
# source .profile is any (proxy settings,...)
|
||||
[ -f $HOME/.profile ] && source $HOME/.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue