Skip to content

Instantly share code, notes, and snippets.

View Martian-dev's full-sized avatar
:shipit:

Vaibhav P Martian-dev

:shipit:
View GitHub Profile
@Martian-dev
Martian-dev / .bashrc
Created September 28, 2021 15:38
My 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