Skip to content

Commit

Permalink
Don't limit history to 500 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jun 4, 2021
1 parent 8ed9e43 commit d5e34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _sbp_set_prompt() {
fi
printf '\e]2;%s\007' "$title"
# gitstatus.plugin.sh requires an interactive shell
PS1=$(bash --noediting -noprofile --norc -i "${SBP_PATH}/src/main.bash" "$command_status" "$command_duration" "$GITSTATUS_DIR" "$GITSTATUS_DAEMON_PID" "$_GITSTATUS_REQ_FD" "$_GITSTATUS_RESP_FD")
PS1=$(HISTFILE=/dev/null bash --noediting --noprofile --norc -i "${SBP_PATH}/src/main.bash" "$command_status" "$command_duration" "$GITSTATUS_DIR" "$GITSTATUS_DAEMON_PID" "$_GITSTATUS_REQ_FD" "$_GITSTATUS_RESP_FD")
[[ -n "$SBP_DEBUG" ]] && debug::tick_timer "Done"
}

Expand Down

0 comments on commit d5e34f6

Please sign in to comment.