update omz / add mpv force ipv4 alias

This commit is contained in:
Super_JK
2022-08-11 23:17:15 +02:00
parent 2060be8417
commit db28405230
2 changed files with 4 additions and 3 deletions

5
zshrc
View File

@@ -104,10 +104,11 @@ source $ZSH/oh-my-zsh.sh
alias open='~/.local/bin/open.sh'
alias ytdlv='yt-dlp -vU -S "res:1080,fps"'
alias ytdlm='yt-dlp --embed-thumbnail --embed-metada -x --audio-format best'
alias mpv4='mpv --ytdl-raw-options=force-ipv4='
# omz
alias zshconfig="geany ~/.zshrc"
alias ohmyzsh="thunar ~/.oh-my-zsh"
alias zshconfig="vim ~/.zshrc"
alias ohmyzsh="cd ~/.oh-my-zsh"
# ls
alias ls='exa --icons'