mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 07:29:41 +00:00
ref(nix): drop fish legacy support
This commit is contained in:
parent
074e78751a
commit
1bec5057c7
21 changed files with 2 additions and 2 deletions
8
nix/home/common/fish/functions/update_dotfiles.fish
Normal file
8
nix/home/common/fish/functions/update_dotfiles.fish
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
function update_dotfiles
|
||||
cd ~/.dotfiles/
|
||||
git reset --hard
|
||||
git pull --set-upstream origin main
|
||||
git submodule update --init
|
||||
prevd
|
||||
restow
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue