Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 214f880

Browse files
author
Aleksi Salmela
committed
Disable the auto updates in autocompletion script.
1 parent 352d820 commit 214f880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/autocompletion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SCRIPT_PATH will be filled by stub script
44
alias tmc="$SCRIPT_PATH/tmc"
55

6-
TMC_COMMANDS=( "\$(tmc shell-helper -c)" )
6+
TMC_COMMANDS=( "\$(tmc -d shell-helper -c)" )
77

88
_tmc_opts()
99
{

0 commit comments

Comments
 (0)