diff --git a/bash/.bash_profile.symlink b/bash/.bash_profile.symlink deleted file mode 100644 index 57f6986..0000000 --- a/bash/.bash_profile.symlink +++ /dev/null @@ -1,5 +0,0 @@ -#!/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"