diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 17:52:23 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 17:52:23 +0900 |
| commit | 625cc2f5b2df37f45e137f89ee4821f9a37e0f7f (patch) | |
| tree | 7246440cfcee8ee5cfa03a40eb26c4e6bf955bdf /ar/.local | |
| parent | 2452e83cb3975d0711ab194311ae02131fe7f6b8 (diff) | |
modified htop/htoprc, modified bin/fzffiles
Diffstat (limited to 'ar/.local')
| -rwxr-xr-x | ar/.local/bin/fzffiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/fzffiles b/ar/.local/bin/fzffiles index 64c7a6d..0c48e17 100755 --- a/ar/.local/bin/fzffiles +++ b/ar/.local/bin/fzffiles @@ -85,7 +85,7 @@ files=$(fzf-tmux \ # Check if any files were selected, and exit if not [ -z "$files" ] && exit 0 -files=$(printf '%s\n' "$files" | sed -e 's/^📄 //' -e 's/^✏️ //' -e 's/^✅ //' -e 's/^❌ //' -e 's/^🔀 //' -e 's/^❓ //') +files=$(printf '%s\n' "$files" | sed -e 's/^📄 //' -e 's/^✏ //' -e 's/^✅ //' -e 's/^❌ //' -e 's/^🔀 //' -e 's/^❓ //') if [ -d "$files" ]; then absolute_files=$(realpath $files) |
