From 44ef14cf1e9b8f82800c9f157d1d23c9bcc203ac Mon Sep 17 00:00:00 2001 From: Marley Date: Sun, 21 Jan 2024 20:54:20 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20.bash=5Fprofile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/.bash_profile.symlink | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bash/.bash_profile.symlink 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"