diff --git a/src/content/docs/v5/templates/community/terminal-templates.mdx b/src/content/docs/v5/templates/community/terminal-templates.mdx index 58cf957e..d5f6d2a5 100644 --- a/src/content/docs/v5/templates/community/terminal-templates.mdx +++ b/src/content/docs/v5/templates/community/terminal-templates.mdx @@ -1,6 +1,6 @@ --- title: Terminal sequences -description: Theming the terminal with universal terminal sequences, usefull for foot terminal live reloading. +description: Theming the terminal with universal terminal sequences, useful for foot terminal live reloading. sidebar: order: 11 --- @@ -14,7 +14,7 @@ The foot terminal does not support live config reload, you need terminal sequenc ``` sh #!/usr/bin/env bash -CONFIG_PATH=~/.config/test +CONFIG_PATH=~/.config/noctalia TEMPLATE_PATH=$CONFIG_PATH/templates/terminal-sequences mkdir -p $CONFIG_PATH/templates