Replace cat with bat
This commit is contained in:
parent
ae594211e0
commit
2d83db719a
|
@ -21,5 +21,6 @@
|
|||
# System tools:
|
||||
sops
|
||||
zsh
|
||||
bat
|
||||
];
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
cd = "z";
|
||||
code = "codium ./";
|
||||
lh = "ls -lah";
|
||||
cat = "bat";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue