From c807106b7edc7bbbc80fb8ec23c8662d9e3c3ea9 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 02:05:31 -0500 Subject: [PATCH] Auto Update --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index a58b0cb..b8d3401 100644 --- a/.profile +++ b/.profile @@ -8,8 +8,8 @@ if [ -d ~/git/dotfiles ] ; then fi # TODO remove eventually -if [ -f ~/.bash-fzfrc ] ; then - rm ~/.bash-fzfrc +if [ -f ~/.bash-fzfrc | -f ~/.bash_fzf ] ; then + rm ~/.bash-fzfrc ~/.bash_fzf fi . ~/.bashrc