Auto Update
This commit is contained in:
parent
8297b3d05b
commit
c807106b7e
1 changed files with 2 additions and 2 deletions
4
.profile
4
.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
|
||||
|
|
Loading…
Reference in a new issue