diff options
author | schnatterer <schnatterer@users.noreply.github.com> | 2020-04-10 13:53:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 13:53:16 +0200 |
commit | d53355ab38763c6f637008d019c8e8b98f19b714 (patch) | |
tree | 7b8204c67c0caf450fc4c903b718be2b063168bc /plugins/tig/README.md | |
parent | d6474237b823448b3a1dd176a246ed73a30494f9 (diff) | |
download | zsh-d53355ab38763c6f637008d019c8e8b98f19b714.tar.gz zsh-d53355ab38763c6f637008d019c8e8b98f19b714.tar.bz2 zsh-d53355ab38763c6f637008d019c8e8b98f19b714.zip |
tig: add more info in README (#8818)
For more convenient plugin exploring.
Diffstat (limited to 'plugins/tig/README.md')
-rw-r--r-- | plugins/tig/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tig/README.md b/plugins/tig/README.md index bb24cd147..3323fd098 100644 --- a/plugins/tig/README.md +++ b/plugins/tig/README.md @@ -1,6 +1,6 @@ # `tig` plugin -This plugin adds some aliases for people who work with `tig` in +This plugin adds some aliases for people who work with [`tig`](https://jonas.github.io/tig/) (text-mode interface for Git) in a regular basis. To use it, add `tig` to your plugins array: ```zsh |