dotfiles/slackware/.config/fish/functions/mediamount.fish
Ian Keane 9a6bfc1daf Restructure for symlink
This change makes it easier to recursively copy these config files into
a real home directory and also gets rid of empty folders
2022-06-07 13:47:55 -04:00

3 lines
236 B
Fish

function mediamount --wraps='mount_smbfs //wizard:Dexter706@tower/media mnt/media' --description 'alias mediamount=mount_smbfs //wizard:Dexter706@tower/media mnt/media'
mount_smbfs //wizard:Dexter706@tower/media mnt/media $argv;
end