Update conf : monochrome term
This commit is contained in:
parent
1a9c42d27d
commit
b67701d602
2 changed files with 3 additions and 3 deletions
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue