Update conf : monochrome term

This commit is contained in:
Kujiu 2017-08-11 09:47:34 +02:00
parent 1a9c42d27d
commit b67701d602
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Path to your oh-my-zsh configuration. # Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh ZSH=$HOME/.oh-my-zsh
export TERM="screen-256color" export TERM="xterm-old"
# Set name of the theme to load. # Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/ # Look in ~/.oh-my-zsh/themes/

View file

@ -125,8 +125,8 @@ rm -rf ~/.vim/pack/shapeshed/start/python-syntax
git clone https://github.com/hdima/python-syntax.git ~/.vim/pack/shapeshed/start/python-syntax git clone https://github.com/hdima/python-syntax.git ~/.vim/pack/shapeshed/start/python-syntax
# Install better support of colorscheme # Install better support of colorscheme
rm -rf ~/.vim/pack/shapeshed/start/csapprox # rm -rf ~/.vim/pack/shapeshed/start/csapprox
git clone https://github.com/godlygeek/csapprox.git ~/.vim/pack/shapeshed/start/csapprox # git clone https://github.com/godlygeek/csapprox.git ~/.vim/pack/shapeshed/start/csapprox
# Install support of coffeescript # Install support of coffeescript
rm -rf ~/.vim/pack/shapeshed/start/coffeescript rm -rf ~/.vim/pack/shapeshed/start/coffeescript