Skip to content

Commit

Permalink
Add source instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
barthr committed Apr 1, 2022
1 parent a29aef7 commit de6e52a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ tar -xf <downloaded_archive> redo && sudo mv redo /usr/local/bin
go install github.com/barthr/redo@latest
```

After downloading add the following line to your ~/.bashrc or ~/.zshrc
```bash
source $(redo alias-file)
```
This will make sure that the aliases from redo are loaded on every shell session.

## Quickstart

redo contains a couple of commands, which can be used to create reusable functions.
Expand Down

0 comments on commit de6e52a

Please sign in to comment.