diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-11 16:49:16 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-11 16:49:16 +0100 |
| commit | e7e975fd79a7a5a8a8897304d8cda986c7fafb0d (patch) | |
| tree | d103665a15a96c31e50942baeca45f67d15b2ccf /systems/afrodite | |
| parent | f7b0e85d6dd9e906c394699044eb5feefb88179f (diff) | |
| download | nixos-e7e975fd79a7a5a8a8897304d8cda986c7fafb0d.tar.gz nixos-e7e975fd79a7a5a8a8897304d8cda986c7fafb0d.zip | |
shell aliases ripensati
Diffstat (limited to 'systems/afrodite')
| -rw-r--r-- | systems/afrodite/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/systems/afrodite/default.nix b/systems/afrodite/default.nix index c404d81..b9ecd05 100644 --- a/systems/afrodite/default.nix +++ b/systems/afrodite/default.nix @@ -20,13 +20,10 @@ extraGroups = [ "wheel" "networkmanager" ]; }; + # Shell programs.zsh.enable = true; environment.shellAliases = { - ls = "eza"; - l = "ls -lh"; - ll = "ls -lah"; - update-boot = "sudo nixos-rebuild boot --flake ~/nixos#afrodite"; update-system = "sudo nixos-rebuild switch --flake ~/nixos#afrodite"; update-home = "home-manager switch --flake ~/nixos#afrodite"; |
