diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:03:49 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:03:49 +0200 |
| commit | 3c7ea11324ca5539bfabace350993719e9e205b3 (patch) | |
| tree | 86948e9a10f0ca65e1ec25a6dd669d7a0f356187 /modules/home/zsh.nix | |
| parent | 653ebf40676e7448548869e2e79154471dfab047 (diff) | |
| download | dotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.tar.gz dotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.zip | |
chore: migrate repository to simenandre.no
Diffstat (limited to 'modules/home/zsh.nix')
| -rw-r--r-- | modules/home/zsh.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index a3b35cd..ab6489d 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -114,8 +114,8 @@ in alias ls='ls --color' '' + (if pkgs.stdenv.isDarwin then '' alias tailscale='/Applications/Tailscale.app/Contents/MacOS/Tailscale' - alias rebuild='sudo darwin-rebuild switch --flake ~/ghq/github.com/simenandre/dotfiles#default' - alias update='nix flake update --flake ~/ghq/github.com/simenandre/dotfiles && sudo darwin-rebuild switch --flake ~/ghq/github.com/simenandre/dotfiles#default' + alias rebuild='sudo darwin-rebuild switch --flake ~/ghq/simenandre.no/dotfiles#default' + alias update='nix flake update --flake ~/ghq/simenandre.no/dotfiles && sudo darwin-rebuild switch --flake ~/ghq/simenandre.no/dotfiles#default' alias nix-gc='sudo nix-collect-garbage --delete-older-than 14d && nix-collect-garbage --delete-older-than 14d && nix store gc' '' else "") + '' @@ -221,7 +221,6 @@ in generate kubectl kubectl completion zsh generate helm helm completion zsh generate pulumi pulumi gen-completion zsh - generate bun bun completions zsh generate pnpm pnpm completion zsh generate deno deno completions zsh generate flyctl flyctl completion zsh |
