From 86df584325b1afb9556d576f52d830ccbb5b5262 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 3 Apr 2013 18:39:54 +0200 Subject: [PATCH] tmux/emacs term --- .bash_aliases | 1 + .tmux.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 88dc967..baf3889 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -7,6 +7,7 @@ alias l='ls -lihA' alias grep='grep -n --color=auto' alias j='jobs' +alias emacs='TERM=xterm emacs' alias ne='emacs' alias df='df -h' alias top='htop' diff --git a/.tmux.conf b/.tmux.conf index b46b604..336925f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1 +1 @@ -set -g default-terminal "xterm" +set -g default-terminal "screen-256color"