alias for grep and cp

This commit is contained in:
smayzy 2025-07-03 18:25:35 +02:00
parent 55fc2120c3
commit a364b7bb30

View File

@ -43,6 +43,7 @@
home.sessionVariables = {
EDITOR = "vim";
GTK_THEME = "Adwaita:dark";
MANPAGER = "nvim +Man!";
};
dconf.settings = {
@ -59,6 +60,8 @@
syntaxHighlighting.enable = true;
history.size = 100000;
shellAliases = {
grep = "grep --color=auto";
cp = "cp -r";
};
};