소스 검색

tmux color for arch-aspireone

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

+ 1
- 0
emacs.el 파일 보기

@@ -559,6 +559,7 @@ drill-instructor.el"
(and (not window-system)
(not (eq window-system 'mac))
(getenv "DISPLAY")
(not (equal (getenv "DISPLAY") ""))
(executable-find "xclip")
;; (< emacs-major-version 24)
(dllib-if-unfound "http://www.emacswiki.org/emacs/download/xclip.el" t)


+ 1
- 1
tmux.conf 파일 보기

@@ -19,7 +19,7 @@ set message-fg yellow
set -g set-titles on

set -g status-bg green
if "test `hostname` = newkiwi" "set -g status-bg blue"
set -g status-fg white
if "test `hostname` = arch-aspireone" "set -g status-bg blue"

if "test -f /opt/local/bin/reattach-to-user-namespace" "set-option -g default-command '/opt/local/bin/reattach-to-user-namespace bash'"

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