mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-11 16:58:47 +01:00
Remote outdated TODOs
This commit is contained in:
parent
6cd7fa00fc
commit
09fd371662
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user