[git] Adds log alias. [hyprland] Adds xcursor var back in

This commit is contained in:
2025-03-03 17:32:07 -08:00
parent fb912f896c
commit 696c1c1503
2 changed files with 2 additions and 0 deletions

View File

@@ -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 = {

View File

@@ -36,6 +36,7 @@
]; ];
env = [ env = [
"XCURSOR_SIZE,32"
"HYPRCURSOR_SIZE,32" "HYPRCURSOR_SIZE,32"
"HYPRCURSOR_THEME,phinger" "HYPRCURSOR_THEME,phinger"