mirror of
https://github.com/tmux-plugins/tmux-logging.git
synced 2026-09-10 07:16:28 -04:00
Merge pull request #57 from mosheDO/master
Add documentation folder and change of logging path doc
This commit is contained in:
commit
b5c5f7b9bc
|
|
@ -108,6 +108,10 @@ log as above when this plugin is used:
|
|||
|
||||

|
||||
|
||||
### Configuration Docs
|
||||
|
||||
- [Changing default options](docs/configuration.md).
|
||||
|
||||
### Other plugins
|
||||
|
||||
You might also find these useful:
|
||||
|
|
|
|||
3
docs/configuration.md
Normal file
3
docs/configuration.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Custom configuration
|
||||
|
||||
The default logging path is `$HOME` To change that, add `set -g @logging-path "path"` to `.tmux.conf` file
|
||||
Loading…
Reference in a new issue