aboutsummaryrefslogblamecommitdiffstats
path: root/fish2024/functions/mountmusic.fish
blob: c10f5626f91494729b3d62c45c47c815b10f6a62 (plain) (tree)
1
2
3
4



                                                                                                                                                                                                                                                                                                                              
function mountmusic --wraps='sudo sshfs -o IdentityFile=/home/lemon/.ssh/id_ed25519,default_permissions,allow_other lemon@192.168.1.10:/mnt/music /mnt/music' --description 'alias mountmusic=sudo sshfs -o IdentityFile=/home/lemon/.ssh/id_ed25519,default_permissions,allow_other lemon@192.168.1.10:/mnt/music /mnt/music'
  sudo sshfs -o IdentityFile=/home/lemon/.ssh/id_ed25519,default_permissions,allow_other lemon@192.168.1.10:/mnt/music /mnt/music $argv
        
end