Explorar el Código

tmux def fg black

pull/1/head
10sr hace 11 años
padre
commit
449ac0ffbe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tmux.conf.pl

+ 2
- 2
tmux.conf.pl Ver fichero

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


Cargando…
Cancelar
Guardar