Files
omakub/defaults/bash/shell
Roeland a502159267 eza: spacing after icon
This makes eza with icons looks a bit better.
2024-06-12 19:17:57 +02:00

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