Procházet zdrojové kódy

tmux color for arch-aspireone

pull/1/head
10sr před 12 roky
rodič
revize
80300dd94b
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      emacs.el
  2. +1
    -1
      tmux.conf

+ 1
- 0
emacs.el Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit