Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 11 years ago
parent
commit
a8905b1e17
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      profile
  2. +2
    -2
      tmux.conf

+ 2
- 0
profile View File

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


+ 2
- 2
tmux.conf View File

@@ -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; \


Loading…
Cancel
Save