diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-29 21:54:51 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-29 21:54:51 +0900 |
| commit | f9f1ce2af8546c0825192a8c89d596c200d7fe2d (patch) | |
| tree | 1cb3a411bcc9ebbb429aba050bf7eb9cab3575cc /ar/.config/zsh | |
| parent | cd12c95fbb657a20f256cde65a736ab0ab53e0e6 (diff) | |
modified lf/lfrc, modified x11/xprofile, modified zsh/scripts.zsh, modified bin/dmenuconnections, created bin/extract
Diffstat (limited to 'ar/.config/zsh')
| -rw-r--r-- | ar/.config/zsh/scripts.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh index 07e9c87..7f9600e 100644 --- a/ar/.config/zsh/scripts.zsh +++ b/ar/.config/zsh/scripts.zsh @@ -425,7 +425,7 @@ function xev_aligned_key_event() { # kill process alias fpkill=fzf_kill_process function fzf_kill_process() { - ps aux | + ps aux | grep -e "^$(whoami)" | fzf --height 40% \ --layout=reverse \ --header-lines=1 \ |
