From 418e0d6d5bf437641f42c4b80721fa2cc7115d0c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 20 Sep 2021 00:16:38 -0400 Subject: [PATCH] fix: bash vte integration typo --- users/profiles/shells/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;