Skip to content

Commit

Permalink
Pry: don't load local pryrc
Browse files Browse the repository at this point in the history
Note: currently the `should_load_local_rc` option doesn't work.
cf. pry/pry#2243
  • Loading branch information
kg8m committed May 6, 2022
1 parent ec60859 commit f3bcb26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/pry/pryrc
Expand Up @@ -2,6 +2,8 @@

load File.join(ENV.fetch("XDG_CONFIG_HOME"), "irb/common.rb")

Pry.config.should_load_local_rc = false

prompt_procs = [proc { ">> " }, proc { "++ " }]

if Pry::Prompt.respond_to?(:new)
Expand Down

0 comments on commit f3bcb26

Please sign in to comment.