Add mpv --no-vid alias (#3)

This commit is contained in:
sand20 2019-09-16 23:50:52 +02:00 committed by Gitea
parent b60f693e88
commit d1acea4a46
1 changed files with 3 additions and 0 deletions

View File

@ -233,4 +233,7 @@ in {
};
});
};
programs.bash.shellAliases = {
mpv = "mpv --no-vid";
};
}