port to 23.11

This commit is contained in:
Daniel Olsen
2023-11-30 04:32:11 +01:00
parent 556a31b334
commit 2a6a33e392
4 changed files with 21 additions and 21 deletions

View File

@@ -21,8 +21,8 @@ in
};
shellAliases = {
cat = "bat";
ls = "exa";
tree = "exa -T";
ls = "eza";
tree = "eza -T";
df = "df -h";
sysu = "systemctl --user";