Skip to content

Instantly share code, notes, and snippets.

@joao-esteves
Created March 18, 2026 21:55
Show Gist options
  • Select an option

  • Save joao-esteves/9e1609e9d73d24b9824b6860ed5f8f03 to your computer and use it in GitHub Desktop.

Select an option

Save joao-esteves/9e1609e9d73d24b9824b6860ed5f8f03 to your computer and use it in GitHub Desktop.
Configs
# 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