diff options
| -rw-r--r-- | nixos/cat.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/cat.nix b/nixos/cat.nix index 57db145..37cfe0a 100644 --- a/nixos/cat.nix +++ b/nixos/cat.nix @@ -18,9 +18,8 @@ programs.fish = { enable = true; shellAbbrs = { - s = "sudo"; + rebuild = ""; update = ""; - zed = "zeditor"; }; functions = { fish_greeting = { body = ""; }; |
