Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 6130be1

Browse files
author
Dan Breakiron
committed
Unquoted path to bash-preexec.sh to fix another bug with downloading it
1 parent 953a10e commit 6130be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal_sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TERMSYNC_TIMEOUT=10
2424
# NOTE: These installation steps are run automatically every time the script is invoked to make sure the necessary
2525
# dependencies are in place and haven't been removed since the last execution
2626

27-
BASH_PREEXEC_PATH="~/bash-preexec.sh"
27+
BASH_PREEXEC_PATH=~/bash-preexec.sh
2828

2929
# If bash-preexec.sh does not exist, warn the user about running scripts from the Internet,
3030
# if they accept the risk, download it

0 commit comments

Comments
 (0)