1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

override $TERM when connecting to crawl

`tmux-256color` is unsupported.
This commit is contained in:
Connor Olding 2024-07-14 02:19:15 -07:00
parent c9a5b6faea
commit 03b90f9c9c

View file

@ -149,7 +149,7 @@ __crawl() (
[ -d .ssh ] || install -m700 -d .ssh || return # TODO: use umask instead?
cd .ssh || return
if ! [ -s crawl ]; then grab crawl && chmod 0600 crawl || return; fi
exec ssh -F none -i crawl "$@"
TERM=xterm-256color exec ssh -F none -i crawl "$@"
)
crawla() ### @- play Dungeon Crawl: Stone Soup through ssh on the akrasiac server.