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