14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
# History control
|
|
shopt -s histappend
|
|
HISTCONTROL=ignoreboth
|
|
HISTSIZE=32768
|
|
HISTFILESIZE="${HISTSIZE}"
|
|
|
|
export SUNHAT_PATH="/home/$USER/.local/share/sunhat"
|
|
export BUN_INSTALL="$HOME/.bun"
|
|
|
|
# Set complete path
|
|
export PATH="./bin:$HOME/.local/bin:$HOME/$SUNHAT_PATH/bin:$HOME/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$BUN_INSTALL/bin"
|
|
set +h
|
|
|