Skip to content

Commit

Permalink
Edit ipp command
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Sep 4, 2021
1 parent 7473a06 commit 94d8aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alias v=$EDITOR
alias la='ls -lha'
alias df='df -h'
alias du='du -ch'
alias ipp='curl ipinfo.io/ip'
alias ipp='dig -4 +short myip.opendns.com @resolver1.opendns.com'
alias yh='youtube-dl --continue --no-check-certificate --format=bestvideo+bestaudio[ext=m4a]/best --merge-output-format=mp4'
alias yd='youtube-dl --continue --no-check-certificate --format=bestvideo+bestaudio --exec="ffmpeg -i {} -c:v dnxhd -profile:v dnxhr_hq -vf fps=25/1,format=yuv422p -c:a pcm_s16le {}.mov && rm {}"'
alias ya='youtube-dl --continue --no-check-certificate --format=bestaudio -x --audio-format wav'
Expand Down

0 comments on commit 94d8aee

Please sign in to comment.