Skip to content

Commit

Permalink
Edited README.md and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
phongvcao committed Jun 23, 2015
1 parent b2c533b commit b2c3e07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ the documentation) (supposed you use [Vundle][3] to manage your plugins):
# export STARDICT_WORD_EXAMPLE="\033[0;33m" # Defaut value
# export STARDICT_DICT_NAME="\033[0;95m" # Defaut value

# OPTIONAL: You can change the python executable that vim-stardict uses
# for Bash/Zsh lookup (/usr/bin/env python by default)
# OPTIONAL: You can change the path to the python executable that
# vim-stardict uses for Bash/Zsh lookup (which is "/usr/bin/env python"
# by default)
# export STARDICT_PYTHON_PATH="/usr/bin/env python" # Defaut value
```

Expand Down
5 changes: 3 additions & 2 deletions doc/vim-stardict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ manage your plugins):
# export STARDICT_WORD_EXAMPLE="\033[0;33m" # Defaut value
# export STARDICT_DICT_NAME="\033[0;95m" # Defaut value

# OPTIONAL: You can change the python executable that vim-stardict uses
# for Bash/Zsh lookup (/usr/bin/env python by default)
# OPTIONAL: You can change the path to the python executable that
# vim-stardict uses for Bash/Zsh lookup (which is "/usr/bin/env python"
# by default)
# export STARDICT_PYTHON_PATH="/usr/bin/env python" # Defaut value

For the full list of color codes in Bash and Zsh, you can consult this link:
Expand Down

0 comments on commit b2c3e07

Please sign in to comment.