Added new command `guntruckfile` at .zshrc

This commit is contained in:
Marcin Woźniak 2024-01-13 23:17:56 +01:00
parent 6cd8696104
commit a067669407
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -224,6 +224,7 @@ 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 --no-pager show --color --pretty=format:%b"
alias gd=gshow
alias guntrackfile="git update-index --assume-unchanged"
# Others
alias channel-check='sudo iwlist wlan0 scan | egrep -i "essid|frequency"'