Skip to content

Instantly share code, notes, and snippets.

View erdnuesse's full-sized avatar
🏠
Working from home

Kay Urbach erdnuesse

🏠
Working from home
View GitHub Profile
@erdnuesse
erdnuesse / .bashrc
Created February 15, 2019 08:43
Default Ubuntu 18.4 .bashrc
# ~/.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