We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4717cbd + 556c8ca commit b5c5f7bCopy full SHA for b5c5f7b
README.md
@@ -108,6 +108,10 @@ log as above when this plugin is used:
108
109

110
111
+### Configuration Docs
112
+
113
+- [Changing default options](docs/configuration.md).
114
115
### Other plugins
116
117
You might also find these useful:
docs/configuration.md
@@ -0,0 +1,3 @@
1
+# Custom configuration
2
3
+The default logging path is `$HOME` To change that, add `set -g @logging-path "path"` to `.tmux.conf` file
0 commit comments