Skip to content

Instantly share code, notes, and snippets.

View archwisp's full-sized avatar

Bryan C. Geraghty archwisp

View GitHub Profile
@archwisp
archwisp / .bashrc
Created May 16, 2023 15:59
.bashrc file
if [[ "$WINDOW" = "" ]]; then WINDOW="none"; fi
export HISTFILE=~/.bash_history.$WINDOW;
shopt -s histappend
HISTSIZE=10000
HISTFILESIZE=20000
alias fgrep="fgrep --color=auto"
alias grep="grep --color=auto"