Add bash configuration

This commit is contained in:
David Heinemeier Hansson
2025-06-01 11:56:03 +02:00
parent 9d36e5418b
commit 81b617ea26
9 changed files with 194 additions and 0 deletions

12
default/bash/shell Normal file
View File

@ -0,0 +1,12 @@
# History control
shopt -s histappend
HISTCONTROL=ignoreboth
HISTSIZE=32768
HISTFILESIZE="${HISTSIZE}"
# Autocompletion
# source /usr/share/bash-completion/bash_completion
# Set complete path
export PATH="./bin:$HOME/.local/bin:$PATH"
set +h