mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merged official branch changes.
This commit is contained in:
commit
ee3267f30d
163 changed files with 8009 additions and 553 deletions
|
|
@ -35,10 +35,12 @@ DISABLE_VENV_CD="1"
|
|||
plugins=(git tmux debian python pythonbrew vim-override virtualenvwrapper)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
# source `which virtualenvwrapper.sh`
|
||||
|
||||
# Customize to your needs...
|
||||
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 [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||
unsetopt correctall
|
||||
|
||||
[ "$TERM" = "xterm" ] && TERM="xterm-256color"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue