Created
March 18, 2026 21:55
-
-
Save joao-esteves/9e1609e9d73d24b9824b6860ed5f8f03 to your computer and use it in GitHub Desktop.
Configs
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment