add bat
This commit is contained in:
parent
a11462eb1e
commit
917c6d9c4a
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ in {
|
||||||
services.lorri.enable = true;
|
services.lorri.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
bat
|
||||||
direnv
|
direnv
|
||||||
docker-compose
|
docker-compose
|
||||||
ethtool
|
ethtool
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ in {
|
||||||
mkdir = "mkdir -p";
|
mkdir = "mkdir -p";
|
||||||
l = "ls -lAh --group-directories-first";
|
l = "ls -lAh --group-directories-first";
|
||||||
zip = "zip -r";
|
zip = "zip -r";
|
||||||
|
cat = "bat";
|
||||||
};
|
};
|
||||||
|
|
||||||
ohMyZsh = {
|
ohMyZsh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue