Skip to content

Commit 613c5f3

Browse files
committed
update: command indexer helper
1 parent d4e8151 commit 613c5f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.vscode/.zshrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ fc -R -I ${OLD_HISTFILE} # loading the old histfile
190190
if [[ "$HIST_COMMAND_INDEXER" != "" ]]; then
191191
if [[ ! -f ${HIST_COMMAND_INDEXER} ]]; then
192192
echo "HIST_COMMAND_INDEXER file not found: ${HIST_COMMAND_INDEXER}"
193-
echo "Please set HIST_COMMAND_INDEXER in .vscode/env.zsh"
194193
else
195194
fc -R -I ${HIST_COMMAND_INDEXER} # loading the command indexer
196195
fi

0 commit comments

Comments
 (0)