From 284d8eb007a90d5b89c6b48ba23fe6aea776d01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Fri, 4 Nov 2022 11:13:03 +0100 Subject: [PATCH] Modified the `gdiff` --- .zshrc | 2 +- repo/fortigate-parser/template-python-script | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 repo/fortigate-parser/template-python-script diff --git a/.zshrc b/.zshrc index 8318d8b..50832e9 100644 --- a/.zshrc +++ b/.zshrc @@ -99,7 +99,7 @@ alias gpush="git push" alias gpull="git fetch -p -q; git pull; git submodule foreach git pull origin master -q; git submodule foreach git pull origin main -q; git submodule status" alias gstatus="git status -s" alias gst="git status -s" -alias gdiff="git diff" +alias gdiff="git diff | cat" alias gnew="git checkout -b" alias glog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches" alias cal="cal -3" diff --git a/repo/fortigate-parser/template-python-script b/repo/fortigate-parser/template-python-script new file mode 160000 index 0000000..5365cf2 --- /dev/null +++ b/repo/fortigate-parser/template-python-script @@ -0,0 +1 @@ +Subproject commit 5365cf2475af1f44618dc0387b8ef5e6078dce69