make correct symlink to config

This commit is contained in:
2019-11-05 15:39:52 +01:00
parent 25099fcbdf
commit ce939f8655
16 changed files with 1121 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
function gdiff
git log --graph --pretty=format:'%Cred%h%Creset - %s %Creset' --abbrev-commit origin/$argv[2]..origin/$argv[1]
end