Updated Terminal specific (markdown)

Pavel Pertsev
2015-02-02 01:45:15 +03:00
parent 5dedca6049
commit 5974e6d0f5

@@ -22,13 +22,13 @@ There are three possible ways to get right colors at the terminal:
##### a. (Recommended) 256-color gruvbox palette shellscript
Gruvbox contains shellscript ([default](https://github.com/morhetz/gruvbox/blob/master/gruvbox_256palette.sh) and [osx-iterm2](https://github.com/morhetz/gruvbox/blob/master/gruvbox_256palette_osx.sh) versions), which would overload system default 256-color palette with precise gruvbox colors. Try running terminal vim before and after executing this script to feel the difference. To avoid the necessity of reexecuting it each time you're opening terminal, you should start this script from .bashrc//.zshrc//.profile either like this:
```
~/.vim/bundle/gruvbox/gruvbox_256palette.sh
source "$HOME/.vim/bundle/gruvbox/gruvbox_256palette.sh"
```
or, using osx-iterm version:
```
~/.vim/bundle/gruvbox/gruvbox_256palette_osx.sh
source "$HOME/.vim/bundle/gruvbox/gruvbox_256palette_osx.sh"
```
where `~/.vim/bundle/` is your preferred plugin manager bundles installation path
where `$HOME/.vim/bundle/` is your preferred plugin manager bundles installation path
**Edit**: Doesn't work at Konsole, see [issue #35](https://github.com/morhetz/gruvbox/issues/35).