2024-05-27 11:01:23 -05:00
|
|
|
# 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:$HOME/.local/share/omakub/bin:$HOME/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
|
|
|
|
set +h
|
2024-06-03 14:30:34 -05:00
|
|
|
|
|
|
|
export OMAKUB_PATH="/home/$USER/.local/share/omakub"
|