Skip to content

Instantly share code, notes, and snippets.

View ScriptSchublade's full-sized avatar

ScriptSchublade

View GitHub Profile
@vsefer
vsefer / htz-bashrc
Created June 3, 2015 09:11
Bash config from Hetzner
# ~/.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