annotate rc/irbrc @ 743:2b0112948102 default tip

[vim] better viminfo location
author nanaya <me@nanaya.net>
date Mon, 03 Feb 2025 18:34:55 +0900
parents 3281fed2e242
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
724
6faa6995937f [irbrc] remove unneeded require and set history count first
nanaya <me@nanaya.net>
parents: 684
diff changeset
1 IRB.conf[:SAVE_HISTORY] = 20000
736
3281fed2e242 Use xdg (.config) path instead of top home directory
nanaya <me@nanaya.net>
parents: 724
diff changeset
2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.config/irb/history"
677
b95069a1f664 [irbrc] Disable autocomplete
nanaya <me@nanaya.pro>
parents: 482
diff changeset
3 IRB.conf[:USE_AUTOCOMPLETE] = false
684
6010e722b5da [irbrc] Disable syntax highlighting as it slows down things
nanaya <me@nanaya.pro>
parents: 677
diff changeset
4 IRB.conf[:USE_MULTILINE] = false