mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-11 00:05:51 +00:00
shortcut for mpv shuffle mode
This commit is contained in:
parent
cea08761bb
commit
5d539abe21
@ -31,5 +31,9 @@ in
|
|||||||
pkgs.mpvScripts.mpv-delete-file
|
pkgs.mpvScripts.mpv-delete-file
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.fish.shellAbbrs = {
|
||||||
|
mpvs = "mpv --shuffle=yes";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user