Add NixOS support

This commit is contained in:
2025-03-24 13:24:03 +00:00
parent bde5eeff2a
commit a75652478b
5 changed files with 122 additions and 19 deletions

View File

@@ -84,13 +84,6 @@ alias cat="bat"
set completion-ignore-case On
# bash-completion
if [[ "$OSTYPE" != "darwin"* ]] && [ ! -f /usr/share/bash-completion/bash_completion ]; then
p i bash-completion
fi
. /usr/share/bash-completion/bash_completion
export OFLAGS="--ozone-platform-hint=auto"
export PATH=$PATH:$HOME/.local/bin