feat: set window title

This commit is contained in:
2025-07-09 13:03:14 +02:00
parent 7545a4229c
commit ded6a686fd

View File

@@ -2,6 +2,9 @@
set -eu
# Set terminal title
printf '\033]0;%s\007' "fzf-vjour | Journal, notes, and tasks"
# Always load functions
# Helper functions
. "sh/helper.sh"