mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Move send menu file to $HOME/.clusterssh directory
Move send menu file from $HOME/.csshrc_send_menu to $HOME/.clusterssh directory.
This commit is contained in:
parent
b77830dea5
commit
dda4297711
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 => '',
|
||||
|
|
|
@ -822,7 +822,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:}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue