zsh:alias: Add --full --list-full to pgrep

This commit is contained in:
2022-10-08 01:13:27 +02:00
parent c0a741889b
commit dc25c88fe7

View File

@@ -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"