Skip to content

Instantly share code, notes, and snippets.

View saurabhmehta1601's full-sized avatar
🎯
Focusing

Saurabh saurabhmehta1601

🎯
Focusing
View GitHub Profile
@saurabhmehta1601
saurabhmehta1601 / .bashrc
Last active November 25, 2021 10:04
Configurations
eval "$(starship init bash)" # set shell theme starship
# ~/.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