1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Attempt to have 256 colours always working through ssh direct command

This commit is contained in:
2015-10-06 11:49:53 +02:00
parent 7d32692f8b
commit 18d8df6fb3

View File

@@ -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'