Add .bash_profile

This commit is contained in:
Marley 2024-01-21 20:54:20 -08:00
parent 963f480ff6
commit 44ef14cf1e

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# vim:set ft=bash :
export BASH_COMPLETION_COMPAT_DIR="/usr/local/etc/bash_completion.d"
[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"