feat: set window title
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
# Set terminal title
|
||||||
|
printf '\033]0;%s\007' "fzf-vjour | Journal, notes, and tasks"
|
||||||
|
|
||||||
# Always load functions
|
# Always load functions
|
||||||
# Helper functions
|
# Helper functions
|
||||||
. "sh/helper.sh"
|
. "sh/helper.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user