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:
parent
c9a5b6faea
commit
03b90f9c9c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue