summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xhome/.bin/up4
-rw-r--r--home/.ssh/config4
2 files changed, 4 insertions, 4 deletions
diff --git a/home/.bin/up b/home/.bin/up
index 3a25e112..43b1929b 100755
--- a/home/.bin/up
+++ b/home/.bin/up
@@ -4,9 +4,9 @@ set -o errexit -o nounset -o pipefail
 ts=$(date +%s)
 rand=$(openssl rand -hex 4)
 ext=${1##*.}
-url=$(printf 'tmp.cmcenroe.me/%x%s.%s' "$ts" "$rand" "$ext")
+url=$(printf 'temp.causal.agency/%x%s.%s' "$ts" "$rand" "$ext")
 
-scp -q "$1" "tmp.cmcenroe.me:/usr/local/www/$url"
+scp -q "$1" "temp.causal.agency:/usr/local/www/$url"
 
 echo "https://$url"
 type pbcopy > /dev/null && echo -n "https://$url" | pbcopy
diff --git a/home/.ssh/config b/home/.ssh/config
index 246b0b24..64485932 100644
--- a/home/.ssh/config
+++ b/home/.ssh/config
@@ -10,8 +10,8 @@ Host tux.local thursday.local
     RemoteForward 7062 127.0.0.1:7062
 
 Host june july
-    HostName %h.nyc3.do.cmcenroe.me
+    HostName %h.nyc3.do.causal.agency
     Port 2222
 
-Host tmp.cmcenroe.me
+Host temp.causal.agency
     Port 2222
&id=9ca68149337f49135c849b6c5dc85a541f30ae5a&follow=1'>Avoid uninitialized x in uiReadJune McEnroe 2018-09-13Add IRCDefault to colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe I have no idea why I did this. 2018-09-13Rewrite UI againJune McEnroe The persistent topic is gone and the status line is now at the top. The status formatting still needs to be reworked. I also want to try showing the nick in the input window so it really looks like your next message. 2018-09-12Add note about C-oJune McEnroe Why are there so few well usable ctrl key bindings? 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe Ridiculous. 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe