10sr 13 лет назад
Родитель
Сommit
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", "darwin-mba.local" => "red,white",
"newkiwi" => "magenta,white" "newkiwi" => "magenta,white"
); );
my $color_def = "green,white";
my $color_def = "green,black";


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


Загрузка…
Отмена
Сохранить