Merge branch 'master' of git.odrling.xyz:odrling/dotfiles

This commit is contained in:
odrling 2018-09-10 12:27:59 +02:00
commit 648bf050ea
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,7 @@ no-resume-playback
#########
cache=yes
cache-default=800000 # size in KB
cache-default=5000000 # size in KB
cache-backbuffer=25000 # size in KB
cache-initial=10000 # start playback when your cache is filled up with x kB
cache-secs=30 # how many seconds of audio/video to prefetch

3
.zshrc
View file

@ -66,4 +66,5 @@ alias venv="source ~/.venv/bin/activate"
alias dots="git --git-dir=$HOME/.dots --work-tree=$HOME"
alias mstream="mpv --no-resume-playback"
alias mpodcast="mpv --no-video"
alias grep="ag"
alias top="htop"