color + chatterini oauthtempfix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-15 15:48:20 +02:00
parent 97ff74ed59
commit 1645cf034a
6 changed files with 39 additions and 26 deletions

View File

@@ -61,6 +61,12 @@ lib.mkIf (user != "tv")
gpl = "git pull";
gad = "git add";
gcm = "git commit -m ";
gmr = "git merge";
gin = "git init";
gdf = "git diff";
grs = "git reset";
grh = "git reset --hard";
gch = "git checkout";
gsh = "git stash";
gsp = "git stash pop";
glg = "git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all";