ソースを参照

tmux def fg black

pull/1/head
10sr 11年前
コミット
449ac0ffbe
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      tmux.conf.pl

+ 2
- 2
tmux.conf.pl ファイルの表示

@@ -12,7 +12,7 @@ my %color_prefs = (
"darwin-mba.local" => "red,white",
"newkiwi" => "magenta,white"
);
my $color_def = "green,white";
my $color_def = "green,black";

sub tmux {
my @command = ($tmux_command, );
@@ -57,7 +57,7 @@ sub get_hostname {
my $hostname = $ENV{"HOSTNAME"};
if (! $hostname) {
$hostname = `hostname`;
$hostname =~ s/\n//;
chomp($hostname)
}
return $hostname;
}


読み込み中…
キャンセル
保存