Skip to content

Commit

Permalink
Merge pull request #712 from chee/patch-1
Browse files Browse the repository at this point in the history
fix the path to fish config
  • Loading branch information
gugod committed Mar 16, 2021
2 parents 809b474 + f5d6ab3 commit 2917232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ sub run_command_init {
}
elsif ($shell =~ m/fish/) {
$code = ". $root_dir/etc/perlbrew.fish";
$yourshrc = 'config/fish/config.fish';
$yourshrc = '.config/fish/config.fish';
}
else {
$code = "source $root_dir/etc/bashrc";
Expand Down

0 comments on commit 2917232

Please sign in to comment.