mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 04:54:21 +01:00
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
# 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
|
|
set +h
|
|
|
|
export OMAKUB_PATH="/home/$USER/.local/share/omakub"
|
|
|
|
# Specifies the number of spaces to print between an icon and its file name.
|
|
export EZA_ICON_SPACING=2
|