Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Jun 25, 2018
1 parent 2721647 commit f9d7e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/tmux-erb-parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TmuxERBParser
VERSION = 'alpha'
VERSION = '0.1.0'
end

0 comments on commit f9d7e45

Please sign in to comment.