alias for grep and cp
This commit is contained in:
parent
55fc2120c3
commit
a364b7bb30
@ -43,6 +43,7 @@
|
|||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
GTK_THEME = "Adwaita:dark";
|
GTK_THEME = "Adwaita:dark";
|
||||||
|
MANPAGER = "nvim +Man!";
|
||||||
};
|
};
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
@ -59,6 +60,8 @@
|
|||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
history.size = 100000;
|
history.size = 100000;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
grep = "grep --color=auto";
|
||||||
|
cp = "cp -r";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user