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 | 457000717970a1893685d55c620f6f050ca78e15 (patch) | |
| tree | ee1b6914ba079b1949260bc99e8151d6e6fd24ba /modules | |
| parent | e0ee18273cc9ada2f3928ed1b7170eef18d341b5 (diff) | |
| download | dotemacs-457000717970a1893685d55c620f6f050ca78e15.tar.gz dotemacs-457000717970a1893685d55c620f6f050ca78e15.zip | |
feat(dirvish): add TrueNAS backups quick access shortcut
Add rbk shortcut to access /mnt/vault/backups on truenas.local
Diffstat (limited to 'modules')
| -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 67d08669..0ea056bd 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") |
