]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
256 colors in tmux
authorMaximilian Friedersdorff <maxf130@gmail.com>
Wed, 14 Sep 2016 10:05:18 +0000 (11:05 +0100)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Wed, 14 Sep 2016 10:05:18 +0000 (11:05 +0100)
tmux/.tmux.conf

index a2103d5df3f7bc58fa9f1d32f9751b9a7567114f..5d8a0c08aea706c07b41a47f9515e96d2d2ecc1c 100644 (file)
@@ -6,3 +6,5 @@ set -g default-command /bin/bash
 unbind C-b 
 set -g prefix C-a 
 bind C-a send-prefix
+
+set -g default-terminal "screen-256color"