Skip to content

Commit

Permalink
Add .irbrc to use type completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Nov 19, 2023
1 parent 458065c commit 3c9156d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .irbrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
IRB.conf[:COMPLETOR] = :type

2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -u

DOT_FILES=( .bash_profile .bashrc .gitconfig .vimrc .vim .bundle .gitignore_global .zlogin .zlogout .zprofile .zshenv .zshrc .tigrc .ideavimrc )
DOT_FILES=( .bash_profile .bashrc .gitconfig .vimrc .vim .bundle .gitignore_global .zlogin .zlogout .zprofile .zshenv .zshrc .tigrc .ideavimrc .irbrc )

for file in ${DOT_FILES[@]}
do
Expand Down

0 comments on commit 3c9156d

Please sign in to comment.