Add tools in a tools dir

This commit is contained in:
2025-02-28 19:10:52 +01:00
parent a6696c732c
commit 5818af3a11
8 changed files with 58 additions and 3 deletions

View File

@@ -5,9 +5,24 @@
enable = true;
autosuggestion.enable = true;
enableCompletion = true;
history = {
append = true;
};
shellAliases = {
ls = "eza";
ll = "eza -lh";
lal = "eza -lah";
cd = "z";
grep = "ripgrep";
cat = "bat";
less = "bat --pager=less";
};
};
}