Skip to content

Commit

Permalink
reformat README
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Sep 13, 2021
1 parent 4296670 commit 4f0a66e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ Use "kks <command> -h" for command usage.

At the moment, there is a single configuration option:

- `KKS_USE_GITDIR_SESSIONS` -- when this variable is set to any value and
`KKS_SESSION` is empty, `kks edit` will do the following:
- if the file is inside a git directory, `kks` will search for an existing
session based on git directory name and connect to it;
- if a session for the directory doesn't exist, `kks` will start a new session
and connect to it.
- `KKS_USE_GITDIR_SESSIONS`
- when set to any value and `KKS_SESSION` is empty, running `kks edit` will do
the following:
- if file is inside a git directory, `kks` will search for an existing
session based on top-level git directory name and connect to it;
- if a session for the directory doesn't exist, `kks` will start a new
session and connect to it.

### Provided scripts

Expand Down

0 comments on commit 4f0a66e

Please sign in to comment.