diff options
| author | Silas Schöffel <sils@sils.li> | 2026-06-23 03:04:26 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-06-23 03:04:26 +0200 |
| commit | 5a8634feb12859638df4cfa1673e5e1f149c5a1f (patch) | |
| tree | df5c2e14c5a5a0809e8d857939dedfe6e5687636 /hm/zsh | |
| parent | treewide: rename paths to jaki (diff) | |
| download | nix-config-5a8634feb12859638df4cfa1673e5e1f149c5a1f.zip | |
treewide: rename all options to jaki
Diffstat (limited to 'hm/zsh')
| -rw-r--r-- | hm/zsh/config/functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/zsh/config/functions.zsh b/hm/zsh/config/functions.zsh index c0afb5f..f0d6dc6 100644 --- a/hm/zsh/config/functions.zsh +++ b/hm/zsh/config/functions.zsh @@ -1,4 +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# + sudo nixos-rebuild $1 --flake /home/jaki/repos/jaki/nix-config# } |
