dotfiles

Cross platform dotfiles for linux, mac and windows

commit 3a04941dc58b97738bde3a32308e3c19df945845
parent 023a81b505a8686fe1ac1102d3e82da3eb39911d
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Sun, 11 Sep 2022 20:13:40 +0530

git: Add po - pull origin

songdl: Change flag order to make it work on windows
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.config/git/config b/.config/git/config
@@ -16,6 +16,7 @@
 	lgr = log --graph --oneline --decorate --all
 	lss = log --show-signature
 	p = pull
+	po = pull origin
 	pu = push
 	puuo = push -u origin
 	rs = remote set-url
diff --git a/.local/bin/sh/songdl b/.local/bin/sh/songdl
@@ -8,7 +8,7 @@ cd "$SONGDL_HOME"
 
 song_name=$1
 
-youtube-dl --external-downloader aria2c --extract-audio --audio-format mp3 "$song_name"
+youtube-dl --extract-audio --audio-format mp3 "$song_name" --external-downloader aria2c
 
 if type mpc >/dev/null; then
 	mpc update