1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00

feat(aliases): add alias for bat

This commit is contained in:
Ryan Cao 2023-09-03 21:54:19 +08:00
parent 621b09bd8f
commit 30aac49501
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -1,5 +1,6 @@
{ {
"vim".command = "hx"; "vim".command = "hx";
"cat".command = "bat";
"dig".command = "doggo"; "dig".command = "doggo";
"g".command = "git"; "g".command = "git";