Fix bashrc glob
This commit is contained in:
parent
8e9d15cc24
commit
59f56831ee
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -4,7 +4,7 @@ if [ ! -f "$OSH/oh-my-bash.sh" ]
|
||||||
then
|
then
|
||||||
echo "Installing oh-my-bash (it will load the wrong config on the first launch)"
|
echo "Installing oh-my-bash (it will load the wrong config on the first launch)"
|
||||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" > /dev/null
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" > /dev/null
|
||||||
mv $HOME/.bashrc.* $HOME/.bashrc
|
mv -f "$HOME/.bashrc."* "$HOME/.bashrc"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue