mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-27 00:31:17 +01:00
Remote outdated TODOs
This commit is contained in:
parent
6cd7fa00fc
commit
09fd371662
@ -13,7 +13,7 @@ function _hishtory_add() {
|
|||||||
|
|
||||||
function _hishtory_precmd() {
|
function _hishtory_precmd() {
|
||||||
# Runs after the command is executed in order to render the prompt
|
# 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=$?
|
_hishtory_exit_code=$?
|
||||||
if [ -n "$_hishtory_first_prompt" ]; then
|
if [ -n "$_hishtory_first_prompt" ]; then
|
||||||
unset _hishtory_first_prompt
|
unset _hishtory_first_prompt
|
||||||
|
@ -15,7 +15,7 @@ function _hishtory_add() {
|
|||||||
|
|
||||||
function _hishtory_precmd() {
|
function _hishtory_precmd() {
|
||||||
# Runs after the command is executed in order to render the prompt
|
# 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=$?
|
_hishtory_exit_code=$?
|
||||||
if [ -n "$_hishtory_first_prompt" ]; then
|
if [ -n "$_hishtory_first_prompt" ]; then
|
||||||
unset _hishtory_first_prompt
|
unset _hishtory_first_prompt
|
||||||
|
Loading…
Reference in New Issue
Block a user