mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add bash configuration
This commit is contained in:
12
default/bash/shell
Normal file
12
default/bash/shell
Normal 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
|
Reference in New Issue
Block a user