From 5bdf84b12621dc52815098d3227c56478e8a9370 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Mon, 29 Jan 2024 21:53:18 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20bash=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 deletions(-) delete mode 100644 bash/.bash_profile.symlink 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"