Skip to content

Commit

Permalink
re-add git mangled fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Magniquick committed Apr 29, 2024
1 parent 3b17d41 commit 619a464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/ps.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 619a464

Please sign in to comment.