소스 검색

install 256colors2.pl when run bash

pull/1/head
10sr 12 년 전
부모
커밋
94d1be114a
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bashrc
  2. +1
    -0
      tmux.conf

+ 1
- 1
bashrc 파일 보기

@@ -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 파일 보기

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


불러오는 중...
취소
저장