mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Merge pull request #43 from mperry2/move_send_menu
Move send menu file to $HOME/.clusterssh directory
This commit is contained in:
commit
94d3bca20e
3 changed files with 5 additions and 5 deletions
|
@ -97,7 +97,7 @@ my %default_config = (
|
|||
|
||||
use_all_a_records => 0,
|
||||
|
||||
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu',
|
||||
send_menu_xml_file => $ENV{HOME} . '/.clusterssh/send_menu',
|
||||
|
||||
# don't set username here as takes precendence over ssh config
|
||||
user => '',
|
||||
|
|
|
@ -828,7 +828,7 @@ B<NOTE:> Any "generic" change to the method (e.g., specifying the ssh port to us
|
|||
'C<Control>', 'C<Alt>', 'C<Shift>', 'C<null>'
|
||||
);
|
||||
|
||||
output q{=item F<$HOME/.csshrc_send_menu>};
|
||||
output q{=item F<$HOME/.clusterssh/send_menu>};
|
||||
output $self->loc(
|
||||
q{This (optional) file contains items to populate the send menu. The default entry could be written as:}
|
||||
);
|
||||
|
|
|
@ -105,7 +105,7 @@ Readonly::Hash my %default_config => {
|
|||
use_all_a_records => 0,
|
||||
use_natural_sort => 0,
|
||||
|
||||
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu',
|
||||
send_menu_xml_file => $ENV{HOME} . '/.clusterssh/send_menu',
|
||||
|
||||
# other bits inheritted from App::ClusterSSH::Base
|
||||
debug => 0,
|
||||
|
@ -517,7 +517,7 @@ is( $trap->stderr,
|
|||
|
||||
note('Checking dump');
|
||||
$config = App::ClusterSSH::Config->new(
|
||||
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu' );
|
||||
send_menu_xml_file => $ENV{HOME} . '/.clusterssh/send_menu' );
|
||||
trap {
|
||||
$config->dump();
|
||||
};
|
||||
|
@ -559,7 +559,7 @@ screen_reserve_bottom=60
|
|||
screen_reserve_left=0
|
||||
screen_reserve_right=0
|
||||
screen_reserve_top=0
|
||||
send_menu_xml_file=} . $ENV{HOME} . qq{/.csshrc_send_menu
|
||||
send_menu_xml_file=} . $ENV{HOME} . qq{/.clusterssh/send_menu
|
||||
show_history=0
|
||||
ssh=ssh
|
||||
ssh_args=
|
||||
|
|
Loading…
Add table
Reference in a new issue