Skip to content

Instantly share code, notes, and snippets.

@fzero
fzero / 1 bashrc.sh
Last active May 8, 2026 20:40
My bash customizations with git-aware prompt and some aliases.
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Prompt goodness
#
# This is for my local machine, so I don't display the host to save space (I do on remote servers).
# It looks like this:
#
# ~/Code/some_dir(my-git-branch)$
#