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" -