Skip to content

Instantly share code, notes, and snippets.

@dryman
Created April 28, 2011 13:52
Show Gist options
  • Save dryman/946386 to your computer and use it in GitHub Desktop.
Save dryman/946386 to your computer and use it in GitHub Desktop.
# on server
if [ $TERM == "dumb" ] || [ $TERM == "vt102" ]; then
export TERM="xterm-color"
screen -RD
fi
# In irssi, /set term_charset big5
# Add client id_rsa.pub to your server .ssh/authorized_keys
# use ssh://yourId@yourserver from Nally to login ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment