diff --git a/users/profiles/shells/bash.nix b/users/profiles/shells/bash.nix index 5dcfbe2..82bcc85 100644 --- a/users/profiles/shells/bash.nix +++ b/users/profiles/shells/bash.nix @@ -2,7 +2,7 @@ programs = { bash = { enable = true; - enableVteIntetration = true; + enableVteIntegration = true; }; starship.enableBashIntegration = true;