Add tools in a tools dir
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user