Browse Source

install 256colors2.pl when run bash

pull/1/head
10sr 12 years ago
parent
commit
94d1be114a
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      bashrc
  2. +1
    -0
      tmux.conf

+ 1
- 1
bashrc View File

@@ -393,7 +393,7 @@ _my_install_script(){
}
done
}
_my_install_script http://www.frexx.de/xterm-256-notes/data/colortable16.sh
_my_install_script http://www.frexx.de/xterm-256-notes/data/colortable16.sh http://www.frexx.de/xterm-256-notes/data/256colors2.pl

_my_install_symlink_script(){
mkdir -p "$HOME/bin/"


+ 1
- 0
tmux.conf View File

@@ -4,6 +4,7 @@ bind-key C-z send-prefix
bind-key C command-prompt "new-window '%%'"

set -g default-command /bin/bash
#set -g default-terminal screen-16color
set -g default-terminal screen-256color
#set -g status-left ""
#set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"


Loading…
Cancel
Save