From f9d7e4552b32e0df58bfd9d52fcd16a9e9ac5aec Mon Sep 17 00:00:00 2001 From: epaew Date: Mon, 25 Jun 2018 15:28:26 +0000 Subject: [PATCH] set version --- README.md | 6 +++--- lib/tmux-erb-parser/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb11014..7e185e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Tmux ERB Parser (ver. alpha) -A plugin to load tmux.conf.erb +# Tmux ERB Parser +A Tmux plugin to load tmux.conf.erb [What's ERB?](https://ruby-doc.org/stdlib-2.5.1/libdoc/erb/rdoc/ERB.html) ## Requirements @@ -20,7 +20,7 @@ A plugin to load tmux.conf.erb ### Install with tpm (Tmux Plugin Manager) * Put this at the bottom of `~/.tmux.conf` (**Not your tmux.conf.erb !**): ```tmux - setenv -g TMUX_CONF_EXT_PATH path/to/tmux.conf.erb # set your tmux.conf.erb's path + setenv -g TMUX_CONF_EXT_PATH "path/to/tmux.conf.erb" # set your tmux.conf.erb's path # Note: You can specify multiple files using glob expressions. This is parsed by bash. set -g @plugin 'epaew/tmux-erb-parser' diff --git a/lib/tmux-erb-parser/version.rb b/lib/tmux-erb-parser/version.rb index 1334263..dce2d1c 100644 --- a/lib/tmux-erb-parser/version.rb +++ b/lib/tmux-erb-parser/version.rb @@ -1,3 +1,3 @@ module TmuxERBParser - VERSION = 'alpha' + VERSION = '0.1.0' end