From 118f7e44a9c2f66f2673f3447280619abacf6413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 25 Mar 2023 13:45:38 +0100 Subject: [PATCH] Changes gshow, gd --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b98abdb..e544817 100644 --- a/.zshrc +++ b/.zshrc @@ -191,7 +191,8 @@ alias gch="git checkout" alias gst="git status -s" alias gdiff="git --no-pager diff" 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 gshow="git show --color --pretty=format:%b" +alias gshow="git --no-pager show --color --pretty=format:%b" +alias gd=gshow # Others alias channel-check='sudo iwlist wlan0 scan | egrep -i "essid|frequency"'