From 137935e50a12af9cae75e79e841b2e993c604cfd Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 4 Jun 2012 13:34:02 +0200 Subject: [PATCH] tmux as 256 colors --- ackrc | 4 ++++ tmux.conf | 1 + 2 files changed, 5 insertions(+) create mode 100644 ackrc create mode 100644 tmux.conf diff --git a/ackrc b/ackrc new file mode 100644 index 0000000..4a986f6 --- /dev/null +++ b/ackrc @@ -0,0 +1,4 @@ +--type-set +coffee=.coffee +--type-add +ruby=.builder diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..336925f --- /dev/null +++ b/tmux.conf @@ -0,0 +1 @@ +set -g default-terminal "screen-256color"