Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Sep 12, 2021
1 parent 9a47005 commit 4eccb2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ in `$PATH`, it's also possible to install without cloning the repository: run
eval %sh{ kks init }
```

### Shell configuration example

```sh
export EDITOR=`kks edit`

alias k='kks edit'
alias ks='eval (kks-select)'
alias kcd='cd (kks get %sh{pwd})'
alias ka='kks attach'
alias kl='kks list'
```

### Usage

```
Expand Down

0 comments on commit 4eccb2c

Please sign in to comment.