Update
This commit is contained in:
parent
8d243e2c13
commit
66b665cf73
2 changed files with 3 additions and 5 deletions
2
.bashrc
2
.bashrc
|
|
@ -1,4 +1,3 @@
|
||||||
#
|
|
||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
@ -20,7 +19,6 @@ export SSH_ASKPASS_REQUIRE=prefer
|
||||||
export LUA_INIT=@$HOME/src/dotfiles/lua_init.lua
|
export LUA_INIT=@$HOME/src/dotfiles/lua_init.lua
|
||||||
|
|
||||||
# PS1='[\u@\h \W]\$ '
|
# PS1='[\u@\h \W]\$ '
|
||||||
starship_precmd
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
echo "You are not here to produce."
|
echo "You are not here to produce."
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
INPUT=$(termux-dialog -t "Enter Spotify URL or song name" | jq -r '.text')
|
|
||||||
spotdl "$INPUT" --output ~/storage/music
|
yt-dlp --embed-metadata -x --audio-format aac -f bestaudio "$1" -o "~/Music/%(artist)s - %(title)s.%(ext)s"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue