From 35999251048ee78c3d7ad6e22515924897346ae9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 6 Dec 2012 09:32:15 +0900 Subject: [PATCH 1/2] fix tmux.conf --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 6ecc53c..8f37fb4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -25,8 +25,8 @@ set message-fg yellow # default-color set -g status-bg green set -g status-fg white -set -g mode-bg white -set -g mode-fg black +set -g mode-bg green +set -g mode-fg white if "test `hostname` = arch-aspireone" \ "set -g status-bg blue; set -g status-fg white; \ From 334fa17d4a3e7c6ba4658d72a47808090267541d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 6 Dec 2012 09:54:13 +0900 Subject: [PATCH 2/2] mk site-packages dir --- profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile b/profile index cf6adbe..6025986 100755 --- a/profile +++ b/profile @@ -7,6 +7,8 @@ export LC_TIME=C export TERMCAP="${TERMCAP}:vb=" export HOSTNAME export ENV=~/.shrc + +mkdir -p $HOME/.local/lib/python/site-packages export PYTHONDOCS=/usr/share/doc/python/html/ export PYTHONPATH="${PYTHONPATH}:\ ${HOME}/my/bin/py:${HOME}/.local/lib/python/site-packages"