Added password to mpd
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
6d2e7dc0c9
commit
71b5e28521
5 changed files with 17 additions and 5 deletions
|
@ -5,6 +5,7 @@ export PASS_LISTENBRAINZ="$(pass entertainment/musicbrainz.org | rg 'listenbrain
|
|||
export PASS_MUSPY="$(pass entertainment/muspy.com | head -n 1)"
|
||||
export PASS_ARIA2="$(pass linux/aria2 | head -n 1)"
|
||||
export PASS_MPD="$(pass linux/mpd | head -n 1)"
|
||||
export PASS_MPD_ADMIN="$(pass linux/mpd-admin | head -n 1)"
|
||||
|
||||
export ME_FULLNAME="$(pass me | head -n 1)"
|
||||
export ME_ADDRESS="$(pass me | rg 'address' | cut -d' ' -f2-)"
|
||||
|
|
|
@ -9,6 +9,7 @@ export PASS_LISTENBRAINZ="$PASS_LISTENBRAINZ"
|
|||
export PASS_MUSPY="$PASS_MUSPY"
|
||||
export PASS_ARIA2="$PASS_ARIA2"
|
||||
export PASS_MPD="$PASS_MPD"
|
||||
export PASS_MPD_ADMIN="$PASS_MPD_ADMIN"
|
||||
|
||||
export ME_FULLNAME="$ME_FULLNAME"
|
||||
export ME_ADDRESS="$ME_ADDRESS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue