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
|
fi
|
||||||
|
|
||||||
# TODO remove eventually
|
# TODO remove eventually
|
||||||
if [ -f ~/.bash-fzfrc ] ; then
|
if [ -f ~/.bash-fzfrc | -f ~/.bash_fzf ] ; then
|
||||||
rm ~/.bash-fzfrc
|
rm ~/.bash-fzfrc ~/.bash_fzf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue