mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 09:31:15 +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:}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue