Add mpv --no-vid alias #3

Merged
sandro merged 1 commits from :master into master 2019-09-16 23:50:52 +02:00
1 changed files with 3 additions and 0 deletions

View File

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