From 18d8df6fb32537394251cc45a66cf27d7ccb7a43 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 6 Oct 2015 11:49:53 +0200 Subject: [PATCH] Attempt to have 256 colours always working through ssh direct command --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index 5292ebf..d75d631 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -41,6 +41,7 @@ alias captainslog='vim ~/mydocs/notes/captains_log.md' alias higgs='ssh higgs -t "tmux attach"' #alias medusa='ssh medusa -o LocalCommand="tmux attach"' alias medusa='ssh medusa -t "tmux attach"' +#alias medusa='ssh medusa -t -- /bin/sh -c \'export TERM="screen-256color"; tmux has-session && exec tmux attach || exec tmux\'' # 20120714 alias gm='gnome-mplayer'