From 7bde25ebec148d88bb5130fb3aa98f52414c076f Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Wed, 29 Apr 2026 19:57:14 +0000 Subject: [PATCH] Avoid affinity warnings for ag --- migrated/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrated/.zshrc b/migrated/.zshrc index 3604537..4d28b7c 100644 --- a/migrated/.zshrc +++ b/migrated/.zshrc @@ -62,7 +62,7 @@ alias grep='grep --line-buffered --color=auto' alias ipt='iptables -nvL --line-numbers' alias ip6t='ip6tables -nvL --line-numbers' alias tcpdump='tcpdump -l' -alias ag='ag -C 2 --pager="$PAGER" --smart-case' +alias ag='ag -C 2 --noaffinity --pager="$PAGER" --smart-case' alias mysql='mysql --select_limit=1000' alias logcat='adb logcat -v "color printable usec year zone" -T 10' alias readelf='readelf -W'