tmuxification 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/lib/tmuxification.rb +2 -2
- data/lib/tmuxification/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -62,7 +62,7 @@ can specify a different project name as such:
|
|
|
62
62
|
|
|
63
63
|
Every project created will append a line per project to `.projects`, `.zshrc` or
|
|
64
64
|
`config.fish` file. The `.projects` is used if it exists otherwise the rc file
|
|
65
|
-
for
|
|
65
|
+
for the current shell is used.
|
|
66
66
|
|
|
67
67
|
## Contributing
|
|
68
68
|
|
data/lib/tmuxification.rb
CHANGED