Changes gshow, gd

This commit is contained in:
Marcin Woźniak 2023-03-25 13:45:38 +01:00
parent cbc749882c
commit 118f7e44a9
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

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