fix clone script + remove work apps
This commit is contained in:
parent
e340e44b7b
commit
d7d4155d39
2 changed files with 1 additions and 6 deletions
|
|
@ -295,7 +295,7 @@ in {
|
|||
url=$(wl-paste)
|
||||
${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"
|
||||
'';
|
||||
install = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue