Skip to content

Instantly share code, notes, and snippets.

@joao-esteves
joao-esteves / .bashrc
Created March 18, 2026 21:55
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