We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5559333 commit 7c8e232Copy full SHA for 7c8e232
README.md
@@ -284,6 +284,11 @@ mkdir -p ~/.local/bin
284
ln -s /usr/bin/batcat ~/.local/bin/bat
285
```
286
287
+an example alias for `batcat` as `bat`:
288
+```bash
289
+alias bat="batcat"
290
+```
291
+
292
### On Ubuntu (using most recent `.deb` packages)
293
*... and other Debian-based Linux distributions.*
294
0 commit comments