From d1acea4a46b646431297b8153c5aaa3804df4d6d Mon Sep 17 00:00:00 2001 From: sand20 Date: Mon, 16 Sep 2019 23:50:52 +0200 Subject: [PATCH] Add mpv --no-vid alias (#3) --- hosts/pulsebert/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 1ba732f0..e1f7cec2 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -233,4 +233,7 @@ in { }; }); }; + programs.bash.shellAliases = { + mpv = "mpv --no-vid"; + }; }