diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-02-20 19:08:57 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 12:59:08 -0800 |
| commit | 1fe21928c76b04775f40b49b74ba91ebec1be40e (patch) | |
| tree | 063e1ede6fa4c7ed84e51b20164aae13b2e38da0 /home/shell/fish/functions/nix-rebuild-host.fish | |
| parent | feat(home/pass): add passage (diff) | |
| download | infra-1fe21928c76b04775f40b49b74ba91ebec1be40e.tar.gz | |
feat(home/fish): move fish's code to external files
It's easier to edit / debug / test the code that way.
This also add a new function (`find-ssh-agent') to find or start a new
ssh agent when a shell is started.
Diffstat (limited to 'home/shell/fish/functions/nix-rebuild-host.fish')
| -rw-r--r-- | home/shell/fish/functions/nix-rebuild-host.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/shell/fish/functions/nix-rebuild-host.fish b/home/shell/fish/functions/nix-rebuild-host.fish index 1ec7daa..02c0050 100644 --- a/home/shell/fish/functions/nix-rebuild-host.fish +++ b/home/shell/fish/functions/nix-rebuild-host.fish @@ -1,4 +1,4 @@ function nix-rebuild-host --description "rebuild the current host" - cd ~/workspace/world - sudo nixos-rebuild switch --flake . + cd ~/workspace/world + sudo nixos-rebuild switch --flake . end |
