mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-11 16:05:05 +00:00
6 lines
280 B
Fish
6 lines
280 B
Fish
# Defined in /tmp/fish.LrS0Bz/mount3ds.fish @ line 2
|
|
function mount3ds
|
|
mount_sd --movable ~/.3ds/movable.sed $D/Installs/Backup/3DS/Nintendo\ 3DS $D/Installs/Backup/3DS/sd
|
|
mount_titledir $D/Installs/Backup/3DS/sd/b81f00ba4783ae5a534430320002544d/title/ $D/Games/Roms/3DS
|
|
end
|