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 | 895123142ca4f23f1e8a3bd7b0b92a4dbeff770d (patch) | |
| tree | faa9f5b1341d2ce7c727a500b6393ee6be58ca11 /ar/.local/bin/fzffiles | |
| parent | b87c5624cdb3f4ca6e1e6f9a108b2af23ebacc33 (diff) | |
modified htop/htoprc, modified bin/fzffiles
Diffstat (limited to 'ar/.local/bin/fzffiles')
| -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) |
