From dc25c88fe7127d6361b94d438015fef8a8529bf7 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sat, 8 Oct 2022 01:13:27 +0200 Subject: [PATCH] zsh:alias: Add `--full --list-full` to `pgrep` --- .config/zsh/zshrc.d/30-alias.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/zshrc.d/30-alias.zsh b/.config/zsh/zshrc.d/30-alias.zsh index 38f7f0b..05dc60a 100644 --- a/.config/zsh/zshrc.d/30-alias.zsh +++ b/.config/zsh/zshrc.d/30-alias.zsh @@ -42,6 +42,8 @@ fi # Bulk renaming with (almost) all files and directly modifying the # destination. add_flags qmv -Af destination-only + # Match against and list full command line + add_flags pgrep --full --list-full # XDG Base Directory Specification add_flags tmux -f "${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf"