From c6a35f430c6f9e23b99bf2530827d32eb75258c3 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Fri, 31 May 2024 12:56:45 +0200 Subject: zsh: update sys-update to delete files in hms way --- hm/zsh/config/functions.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'hm') diff --git a/hm/zsh/config/functions.zsh b/hm/zsh/config/functions.zsh index 92eb314..c0afb5f 100644 --- a/hm/zsh/config/functions.zsh +++ b/hm/zsh/config/functions.zsh @@ -1,3 +1,4 @@ sys-update() { + [ -f ~/.mozilla/firefox/default/containers.json ] && rm ~/.mozilla/firefox/default/containers.json sudo nixos-rebuild $1 --flake /home/sils/repos/sils/nix-config# } -- cgit 1.4.1