fix(nix): fish functions are wrapped in two layers

This commit is contained in:
Léana 江 2024-01-19 23:40:11 +01:00 committed by Léana 江
parent 710441a578
commit 0b1cd71f58
17 changed files with 245 additions and 300 deletions

View file

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