Bash
1 Overview
This file is minimal because we use Zsh for our own personal shell. That being said, historically we've used bashrc for work computers in the cloud which had annoying Bash defaults.
export HISTCONTROL=ignoreboth:erasedups
set -o vi
alias q='exit'The Makefile rule creates a symlink at $HOME/.bashrc which points to bashrc up above.
bash:
ln -fs ${C}/bash/.bashrc ${H}