Browse Source

tmux def fg black

pull/1/head
10sr 11 years ago
parent
commit
449ac0ffbe
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tmux.conf.pl

+ 2
- 2
tmux.conf.pl View File

@@ -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;
} }


Loading…
Cancel
Save