diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-05 13:29:55 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-05 13:29:55 -0600 |
| commit | 33aaef17c7d10afbdea82db7f9231cae6ae94f77 (patch) | |
| tree | fc174c79f5a53596565edf91b192421e28aedc9c | |
| parent | f8662945f80a8564ff9fecf47704e396a1a34132 (diff) | |
| download | dotemacs-33aaef17c7d10afbdea82db7f9231cae6ae94f77.tar.gz dotemacs-33aaef17c7d10afbdea82db7f9231cae6ae94f77.zip | |
feat(dirvish): add TrueNAS backups quick access shortcut
Add rbk shortcut to access /mnt/vault/backups on truenas.local
| -rw-r--r-- | modules/dirvish-config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index 67d086692..0ea056bd1 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -273,6 +273,7 @@ Uses feh on X11, swww on Wayland." ("rcj" "/sshx:cjennings@cjennings.net:~" "remote c@cjennings.net") ("rtl" "/sshx:cjennings@truenas.local:~" "remote cjennings@truenas.local") ("rtt" "/sshx:cjennings@truenas:~" "remote cjennings@truenas (tailscale)") + ("rbk" "/sshx:cjennings@truenas.local:/mnt/vault/backups/" "remote truenas backups") ("rcg" "/sshx:git@cjennings.net:~" "remote git@cjennings.net") ("rsb" "/sshx:cjennings@wolf.usbx.me:/home/cjennings/" "remote seedbox") ("sx" ,sync-dir "sync directory") |
