Changes gshow, gd
This commit is contained in:
parent
cbc749882c
commit
118f7e44a9
3
.zshrc
3
.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"'
|
||||
|
Loading…
Reference in New Issue
Block a user