fish: remove update_dotfiles function

This commit is contained in:
Primrose 2024-11-15 18:42:52 +01:00
parent 1f1080e6f1
commit 083ba8a2b0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,10 +0,0 @@
function update_dotfiles
cd ~/.dotfiles/
git reset --hard
git pull --set-upstream origin main
git submodule update --init
prevd
restow
end