From c4b9f94a5a47bd6c422c69698f44155539d9ee6a Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 01:49:42 -0500 Subject: [PATCH] Auto Update --- .bash-fzfrc => .bash_fzf | 0 .bashrc | 4 ++-- .profile | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) rename .bash-fzfrc => .bash_fzf (100%) diff --git a/.bash-fzfrc b/.bash_fzf similarity index 100% rename from .bash-fzfrc rename to .bash_fzf diff --git a/.bashrc b/.bashrc index 5ae3992..61d3e74 100644 --- a/.bashrc +++ b/.bashrc @@ -64,8 +64,8 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH:$HOME/.local/bin" fi -if [ -f ~/.bash-fzfrc ] ; then - . ~/.bash-fzfrc +if [ -f ~/git/dotfiles/.bash_fzf ] ; then + . ~/git/dotfiles/.bash_fzf fi if [ -f ~/.autoheadscale ] ; then diff --git a/.profile b/.profile index 76e60aa..49f3b99 100644 --- a/.profile +++ b/.profile @@ -1,9 +1,14 @@ if [ -d ~/git/dotfiles ] ; then bash ~/git/dotfiles/pull.sh - rm ~/.bash-* ~/.bashrc ~/.bash_aliases ~/.profile ~/.colors + rm ~/.bashrc ~/.bash_aliases ~/.profile (cd ~/git/dotfiles ln ./.bash* ../../ ln ./.profile ../../) fi +# TODO remove eventually +if [ -f ~/.bash-fzfrc ] ; then + rm ~/.bash-fzfrc +fi + . ~/.bashrc