Skip to content

Instantly share code, notes, and snippets.

View feldversuch's full-sized avatar

Rainer Brym feldversuch

  • Stralsund / Germany
View GitHub Profile
# ~/.bashrc: executed by bash(1) for non-login shells.
# ______________________________________________________________________
# / \
# ( Ubuntu defaults )
# \______________________________________________________________________/
#
# If not running interactively, don't do anything
case $- in *i*);; *) return;; esac