diff options
author | Z.Shang <shangzhanlin@gmail.com> | 2019-01-22 04:49:21 +1100 |
---|---|---|
committer | Z.Shang <shangzhanlin@gmail.com> | 2019-01-22 04:49:21 +1100 |
commit | fcf1fe72c0057b5eccecd7ae9bfc2fe199cc9b3d (patch) | |
tree | c911f3a2f911874ee2438bd39d75548575b24b5e /plugins/ros/README.mkd | |
parent | 586ca16902d9dae4d95d5256a824572f60219c83 (diff) | |
download | zsh-fcf1fe72c0057b5eccecd7ae9bfc2fe199cc9b3d.tar.gz zsh-fcf1fe72c0057b5eccecd7ae9bfc2fe199cc9b3d.tar.bz2 zsh-fcf1fe72c0057b5eccecd7ae9bfc2fe199cc9b3d.zip |
init ros plugin
Diffstat (limited to 'plugins/ros/README.mkd')
-rw-r--r-- | plugins/ros/README.mkd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ros/README.mkd b/plugins/ros/README.mkd new file mode 100644 index 000000000..83573e499 --- /dev/null +++ b/plugins/ros/README.mkd @@ -0,0 +1,10 @@ +# Roswell Plugin + +This plugin adds completions and aliases for [Roswell](https://github.com/roswell/roswell/). + +To use it, add `ros` to the plugins array in your zshrc file: + +```zsh +plugins=(... ros) +``` + |