Skip to content

Instantly share code, notes, and snippets.

View eralvarez's full-sized avatar

Erick Alvarez eralvarez

View GitHub Profile
@eralvarez
eralvarez / .bashrc
Last active January 10, 2023 16:43
WSL2 Ubuntu 18.04/20.04
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac