diff --git a/src/main.sh b/src/main.sh index a89f666..1be7c08 100644 --- a/src/main.sh +++ b/src/main.sh @@ -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"