This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To test Ruby dev | |
| # export PATH="$HOME/.rubies/ruby-master/bin:$PATH" | |
| # Ruby 3.4+ major performance hit in WSL2 Ubuntu, test with `Benchmark.realtime { Admin::ApplicationController.helpers.stylesheet_pack_tag 'common'; } * 1000` | |
| export RUBY_TCP_NO_FAST_FALLBACK=1 | |
| export EDITOR='code' | |
| stty werase ^H # ctrl+backspace delete word | |
| # stty kill ^WHAT # TODO: ctrl+shift+backspace delete line |