zshrc: Start mpv at 70% by default

This commit is contained in:
Jannik Beyerstedt 2023-10-01 23:12:55 +02:00
parent 009f274b0e
commit ece165661e
1 changed files with 3 additions and 0 deletions

View File

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