Add Arch Linux support; Various tweaks

This commit is contained in:
2025-08-05 19:41:13 +01:00
parent 1df7b20fc5
commit 549aa12b46
17 changed files with 215 additions and 661 deletions

View File

@@ -30,6 +30,13 @@ fi
set completion-ignore-case On
export OFLAGS="--ozone-platform-hint=auto"
# Enable programmable completion features (loads all available completions)
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
export PATH=$PATH:$HOME/.local/bin

View File

@@ -0,0 +1 @@
#

0
home/Templates/text.txt Normal file
View File