Skip to content

Commit f330333

Browse files
committed
doc(readme): add bash aliases
1 parent 40e1ed8 commit f330333

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,16 @@ yay -S keycli
6767

6868
## Aliases
6969
Install keycli-load and keycli-unload shell functions to be able to get your env vars directly in your current shell
70+
### Zsh
7071
```bash
7172
keycli alias zsh >> ~/.zshrc
7273
```
7374

75+
### Bash
76+
```bash
77+
keycli alias bash >> ~/.bashrc
78+
```
79+
7480
## Completion
7581
### Zsh
7682
```bash

0 commit comments

Comments
 (0)