[git] Adds log alias. [hyprland] Adds xcursor var back in
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"r" = "remote";
|
"r" = "remote";
|
||||||
"amend" = "commit -a --amend --no-edit";
|
"amend" = "commit -a --amend --no-edit";
|
||||||
"c" = "commit -am";
|
"c" = "commit -am";
|
||||||
|
"l" = "log --oneline";
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
core = {
|
core = {
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
"XCURSOR_SIZE,32"
|
||||||
"HYPRCURSOR_SIZE,32"
|
"HYPRCURSOR_SIZE,32"
|
||||||
"HYPRCURSOR_THEME,phinger"
|
"HYPRCURSOR_THEME,phinger"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user