Skip to content

Instantly share code, notes, and snippets.

View MarsRon's full-sized avatar

MarsRon MarsRon

View GitHub Profile
@MarsRon
MarsRon / .bashrc
Last active March 25, 2021 16:37
MarsRon's ~/.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