mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-21 23:33:26 +01:00
[3040]: Add Alias hint on README
This commit is contained in:
parent
fd1e0d5876
commit
15cd398920
@ -274,6 +274,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.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user