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