fix: bash vte integration typo

This commit is contained in:
Infinidoge 2021-09-20 00:16:38 -04:00
parent 289424255e
commit 418e0d6d5b

View file

@ -2,7 +2,7 @@
programs = {
bash = {
enable = true;
enableVteIntetration = true;
enableVteIntegration = true;
};
starship.enableBashIntegration = true;