mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-04 20:32:27 +01:00
[3040]: Add Alias hint on README
This commit is contained in:
committed by
Martin Nordholts
parent
555933315d
commit
7c8e2324ab
@@ -284,6 +284,11 @@ mkdir -p ~/.local/bin
|
|||||||
ln -s /usr/bin/batcat ~/.local/bin/bat
|
ln -s /usr/bin/batcat ~/.local/bin/bat
|
||||||
```
|
```
|
||||||
|
|
||||||
|
an example alias for `batcat` as `bat`:
|
||||||
|
```bash
|
||||||
|
alias bat="batcat"
|
||||||
|
```
|
||||||
|
|
||||||
### On Ubuntu (using most recent `.deb` packages)
|
### On Ubuntu (using most recent `.deb` packages)
|
||||||
*... and other Debian-based Linux distributions.*
|
*... and other Debian-based Linux distributions.*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user