X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b6b6b06a3927fd01046b94c5d5c0b875b332baf7..23e6afcbccdfe657a618a094b71e43687ce2784b:/zsh/.zshrc.local diff --git a/zsh/.zshrc.local b/zsh/.zshrc.local index 5641d58..be7ad02 100644 --- a/zsh/.zshrc.local +++ b/zsh/.zshrc.local @@ -4,6 +4,7 @@ BASE16_SHELL="$HOME/.theme/base16-$BASE16_SCHEME.dark.sh" [[ -s $BASE16_SHELL ]] && . $BASE16_SHELL PATH="$HOME/.local/bin:$PATH" +PATH="`ruby -e 'print Gem.user_dir'`/bin:$PATH" # take function take() { @@ -13,6 +14,5 @@ function take() { function y() { cd ~/music - youtube-dl -f bestaudio $1 - for f in *.m4a; do ffmpeg -i "$f" -codec:v copy -codec:a libmp3lame -q:a 2 "${f%.m4a}.mp3"; rm "$f"; done + youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 $1 }