From ece165661e18dba9c890b59d81ed493981584553 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sun, 1 Oct 2023 23:12:55 +0200 Subject: [PATCH] zshrc: Start mpv at 70% by default --- templates/_zshrc.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/_zshrc.j2 b/templates/_zshrc.j2 index 182cb7c..dcc0925 100644 --- a/templates/_zshrc.j2 +++ b/templates/_zshrc.j2 @@ -106,3 +106,6 @@ alias doch='sudo sh -c "$(fc -n -l -- -1)"' # more git helpers alias git-reset-pull='git fetch && git reset --hard origin/$(git rev-parse --abbrev-ref HEAD)' alias git-force-push='git push origin $(git rev-parse --abbrev-ref HEAD) --force-with-lease' + +# mpv +alias mpv="mpv --autofit=70%"