1
Fork 0

feat: modified the git-render alias

This commit is contained in:
Matei Adriel 2020-05-29 12:30:20 +03:00
parent 625fb1c2f7
commit 06843c4f2c

View file

@ -3,5 +3,5 @@
sl = "sl -e";
# Render git repo using gource
"git render" = "gource -f -s 1 -c 4 --key";
"git-render" = "gource -f -s 1 -c 4 --key";
}