Remote outdated TODOs

This commit is contained in:
David Dworken 2022-09-30 23:51:05 -07:00
parent 6cd7fa00fc
commit 09fd371662
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ function _hishtory_add() {
function _hishtory_precmd() {
# Runs after the command is executed in order to render the prompt
# $? contains the exit code (TODO: is this always true? Could other precmds break this?)
# $? contains the exit code
_hishtory_exit_code=$?
if [ -n "$_hishtory_first_prompt" ]; then
unset _hishtory_first_prompt

View File

@ -15,7 +15,7 @@ function _hishtory_add() {
function _hishtory_precmd() {
# Runs after the command is executed in order to render the prompt
# $? contains the exit code (TODO: is this always true? Could other precmds break this?)
# $? contains the exit code
_hishtory_exit_code=$?
if [ -n "$_hishtory_first_prompt" ]; then
unset _hishtory_first_prompt