diff --git a/bash/.bash_profile.symlink b/bash/.bash_profile.symlink new file mode 100644 index 0000000..57f6986 --- /dev/null +++ b/bash/.bash_profile.symlink @@ -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"