swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 75816da2455168546c2dde684204a3acf6b9e3fb
parent aa55c24a0606d1e381b4ef8fc62d2de9b38e56b5
Author: awy <awy@awy.one>
Date:   Tue, 17 Jun 2025 20:58:27 +0300

yazi fix

Diffstat:
M.local/bin/sd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/sd b/.local/bin/sd @@ -10,7 +10,7 @@ for PID in $PIDlist; do cwd=$(readlink /proc/"$PID"/cwd) # zsh and yazi won't be ignored even if it shows ~ or / case "$cmdline" in - 'yazi') continue ;; + 'Yazi') continue ;; "${SHELL##*/}"|'yazi'|'yazi '*) break ;; esac # git (and its sub-processes) will show the root of a repository instead of the actual cwd, so they're ignored