zshrc: Start mpv at 70% by default
This commit is contained in:
parent
009f274b0e
commit
ece165661e
|
@ -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%"
|
||||
|
|
Loading…
Reference in a new issue