From a06766940730201f292bb13bbd117f3937516547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 13 Jan 2024 23:17:56 +0100 Subject: [PATCH] Added new command `guntruckfile` at .zshrc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c88ba5f..4c40e6a 100644 --- a/.zshrc +++ b/.zshrc @@ -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"'