# Shell

Useful common Unix commands and tricks

## Link a binary in your local bin

```sh
ln -s -T ~/Software/GitAhead/GitAhead ~/.bin/gitahead
```

To use a physical link instead of a symlink, use `-S` instead of `-s`