dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e5680c5a5d0f0921d4247fd43f28c8a94586f87a
parent b69bd293566ba3f1949ce81f3242cefb04732f7a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 14 Sep 2019 19:56:34 +0200

Fix host after domain transfer

Diffstat:
M.local/bin/irc.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/irc.sh b/.local/bin/irc.sh @@ -2,7 +2,7 @@ set -e USER=irc -HOST=adamsgaard.dk +HOST=home PORT=12344 POSTCMD=".local/bin/tmux-irc.sh" #POSTCMD="bash -c '/usr/local/bin/tmux a'"