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%"