summaryrefslogtreecommitdiff
path: root/shell/completion.bash
diff options
context:
space:
mode:
Diffstat (limited to 'shell/completion.bash')
-rw-r--r--shell/completion.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/completion.bash b/shell/completion.bash
index afdb9476..aa15b8ca 100644
--- a/shell/completion.bash
+++ b/shell/completion.bash
@@ -409,7 +409,8 @@ _fzf_complete_kill() {
}
_fzf_proc_completion() {
- _fzf_complete -m --header-lines=1 --no-preview --wrap -- "$@" < <(
+ _fzf_complete -m --header-lines=1 --no-preview --wrap --color fg:dim,nth:regular \
+ --bind 'click-header:transform:echo "change-nth($FZF_CLICK_HEADER_NTH)+change-prompt($FZF_CLICK_HEADER_WORD> )"' -- "$@" < <(
command ps -eo user,pid,ppid,start,time,command 2> /dev/null ||
command ps -eo user,pid,ppid,time,args 2> /dev/null || # For BusyBox
command ps --everyone --full --windows # For cygwin