Skip to content

Commit 27ea7f0

Browse files
committed
bug: fix
1 parent c38eb75 commit 27ea7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ cat<<EOF >> ~/.zshrc
101101
# ${INSTALL_IDENTIFIER}
102102
[[ -f $LOCATION/zsh_preformance_tracer.sh ]] && source $LOCATION/zsh_preformance_tracer.sh && zsh_trace_start
103103
[[ -f $LOCATION/createhackenv.sh ]] && source $LOCATION/createhackenv.sh
104-
[[ -f $LOCATION/zsh_performance_tracer ]] && zsh_trace_end
104+
[[ -f $LOCATION/zsh_preformance_tracer.sh ]] && zsh_trace_end
105105
EOF
106106
else
107107
cat<<EOF >> ~/.zshrc

0 commit comments

Comments
 (0)