We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38eb75 commit 27ea7f0Copy full SHA for 27ea7f0
installer.sh
@@ -101,7 +101,7 @@ cat<<EOF >> ~/.zshrc
101
# ${INSTALL_IDENTIFIER}
102
[[ -f $LOCATION/zsh_preformance_tracer.sh ]] && source $LOCATION/zsh_preformance_tracer.sh && zsh_trace_start
103
[[ -f $LOCATION/createhackenv.sh ]] && source $LOCATION/createhackenv.sh
104
-[[ -f $LOCATION/zsh_performance_tracer ]] && zsh_trace_end
+[[ -f $LOCATION/zsh_preformance_tracer.sh ]] && zsh_trace_end
105
EOF
106
else
107
cat<<EOF >> ~/.zshrc
0 commit comments