From f4809f80145071c120b0dfa89ff15bd11d5d1d45 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Fri, 22 Aug 2025 17:24:23 +0100 Subject: [PATCH] Add fzf to bashrc instead of profile --- bashprofile/.bashrc | 3 +++ bashprofile/.profile | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index fe4d32b..bf4268f 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -120,6 +120,9 @@ if [ -f ~/.bash_aliases-local ]; then . ~/.bash_aliases-local fi +. "$HOME/.bash-profile.d/fzf-completion.bash" +. "$HOME/.bash-profile.d/fzf-key-bindings.bash" + eval "$("$HOME/.dotfiles/starship-$(uname -m)" init bash)" if [ -r "$HOME/.dotfiles/nvim-linux-$(uname -m)/bin/nvim" ] diff --git a/bashprofile/.profile b/bashprofile/.profile index 275d763..9c6d63f 100644 --- a/bashprofile/.profile +++ b/bashprofile/.profile @@ -26,6 +26,3 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi -. "$HOME/.bash-profile.d/fzf-completion.bash" -. "$HOME/.bash-profile.d/fzf-key-bindings.bash" -