diff --git a/home/.gitconfig b/home/.gitconfig index a1b4f0e..a6d3e9c 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -12,7 +12,7 @@ ui = true [core] excludesfile = ~/.gitignore - editor = slime + editor = vim [apply] whitespace = nowarn [mergetool] diff --git a/home/.pryrc b/home/.pryrc index f84505d..4e37785 100644 --- a/home/.pryrc +++ b/home/.pryrc @@ -1,5 +1,5 @@ Pry.config.pager = false -Pry.config.editor = 'slime' +Pry.config.editor = 'vim' Pry.config.prompt = [proc{'? '}, proc{'| '}] Pry.config.commands.import(Pry::CommandSet.new do