clone into Documents/code

This commit is contained in:
Tristan 2024-01-26 17:13:48 +00:00
parent 4ba58fe17e
commit 274493e61b

View file

@ -294,6 +294,7 @@ in {
text = '' text = ''
url=$(wl-paste) url=$(wl-paste)
${my-deps.notify-send} "Cloning $url" ${my-deps.notify-send} "Cloning $url"
cd ~/Documents/code
${termcmd} -e -- git clone "$url" ${termcmd} -e -- git clone "$url"
${my-deps.notify-send} "Finished cloning $url" ${my-deps.notify-send} "Finished cloning $url"
''; '';