Update lacehowlong
[lace] / lacehowlong
index e7a7792548ae449520154e688bdb2bc9b72dec35..4ec2bd72d5bd0fb02c85200129266493bd3d0911 100644 (file)
@@ -47,7 +47,7 @@ function reldate() {
         echo ""$((delta_s / SEC_PER_YEAR))" years ago"
     fi
 }
-export -f reldate
+#export -f reldate
 
 function dohelp() {
        echo -e "\nUsage:\n"
@@ -123,7 +123,7 @@ elif [[ "$1" == "unsub" ]];then
 elif [[ "$1" == "subs" ]];then
        awk '{print $2" ("$1")"}' $subsfile 
 elif [[ "$1" == "update" ]];then
-       curl https://gitlab.com/uoou/dotfiles/-/raw/master/stow/bin/home/drew/.local/bin/lace > "${BASH_SOURCE[0]}"
+       curl https://raw.githubusercontent.com/frrobert2/lace/main/lacehowlong > "${BASH_SOURCE[0]}"
 else
        now_unix="$(date +'%s')"
        if [[ "$1" == "nope" ]];then