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"'