commit 15014fc4ac5f05f5b1f16faeb56110326a07f351 parent 91860cce701392668737872807f3de90f36f083e Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 15 Sep 2019 07:43:39 +0200 Update host information for irc client Diffstat:
M | .local/bin/irc.sh | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.local/bin/irc.sh b/.local/bin/irc.sh @@ -1,11 +1,11 @@ #!/bin/sh set -e -USER=irc -HOST=home -PORT=12344 -POSTCMD=".local/bin/tmux-irc.sh" -#POSTCMD="bash -c '/usr/local/bin/tmux a'" +USER=ircc +HOST=adamsgaard.dk +PORT=22 +#POSTCMD=".local/bin/tmux-irc.sh" +POSTCMD="bash -c '/usr/local/bin/tmux a'" UNAMESTR=$(uname) if [ "$UNAMESTR" = 'Linux' ]; then