color + chatterini oauthtempfix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user