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