From feb551c3378c035aecbdd78157c853bc020d4f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 15 Sep 2019 19:37:20 +0200 Subject: [PATCH] Add mpv --no-vid alias --- 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"; + }; } -- 2.42.0