removed powerlevel10k, as i dont use it anymore

This commit is contained in:
Nikolas Weger 2020-09-04 19:06:35 +02:00
parent 9be241829f
commit e007eb5a58
5 changed files with 19 additions and 1033 deletions

View file

@ -5,11 +5,6 @@ dotupdate () {
echo "Updating Dotfiles"
git pull
popd &>/dev/null
pushd ~/.config/p10k &>/dev/null
echo "Updating P10K"
git pull
popd &>/dev/null
}
dotupdate