From 619a464bbbefa44091c1c39c2f5ee9fe7ea67efe Mon Sep 17 00:00:00 2001 From: Magniquick <67406856+Magniquick@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:37:49 +0530 Subject: [PATCH] re-add git mangled fix --- sources/ps.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/ps.zsh b/sources/ps.zsh index f563672..dd2f9e3 100644 --- a/sources/ps.zsh +++ b/sources/ps.zsh @@ -2,5 +2,4 @@ if [[ $OSTYPE == darwin* ]]; then alias -g -- --no-headers='| tail -n1' fi -[[ $group == 'process ID' ]] && - ps -p$word -wocommand --no-headers | bat -lsh +[[ $group == 'process ID' ]] && ps -p$word -wocommand --no-headers | bat -lsh;