diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-08 17:45:24 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-08 17:45:24 +0900 |
| commit | 2088e95117ce98190e817593d3a7c9b781110d42 (patch) | |
| tree | 75c41e2c5f8220a98043415a1b757357f3d7ef09 | |
| parent | ad8c0b5d7554e32512e954dea5f90bb0bc69dbd0 (diff) | |
| -rw-r--r-- | ar/.config/shell/bm-dirs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/bm-dirs b/ar/.config/shell/bm-dirs index 0da0fa8..c09f68b 100644 --- a/ar/.config/shell/bm-dirs +++ b/ar/.config/shell/bm-dirs @@ -81,7 +81,7 @@ Hsm /media/$USER/samba Hss /media/$USER/ssd Hst /media/$USER/storage Hvt /media/$USER/Ventoy -Hwv /media/$USER/win10/Videos +Hvv $(d=$(find /mnt -mindepth 2 -maxdepth 2 -type d -name videos 2>/dev/null | head -n1); echo "${d:-/mnt}") pae ${PASSWORD_STORE_DIR:-$XDG_DATA_HOME/.password-store}/exported_keys pah ${PASSWORD_STORE_DIR:-$XDG_DATA_HOME/.password-store}/ssh pas ${PASSWORD_STORE_DIR:-$XDG_DATA_HOME/.password-store} |
