Skip to content

Instantly share code, notes, and snippets.

View hcaz's full-sized avatar
🚀
Making things, breaking things, etc....

Zachary Claret-Scott hcaz

🚀
Making things, breaking things, etc....
View GitHub Profile
@hcaz
hcaz / .bashrc
Last active August 23, 2024 06:51
Dot files
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace
# append to the history file, don't overwrite it
shopt -s histappend